-
Notifications
You must be signed in to change notification settings - Fork 32
/
package.json
77 lines (77 loc) · 2.51 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "zachleat.com",
"version": "2.6.1",
"description": "The website of @zachleat",
"dependencies": {
"@11ty/is-land": "^4.0.0",
"@tweetback/canonical": "^2.0.40",
"@zachleat/browser-window": "^1.0.14",
"@zachleat/carouscroll": "^1.0.6",
"@zachleat/details-utils": "^2.0.2",
"@zachleat/filter-container": "^4.0.0",
"@zachleat/flex-luthor": "^4.0.2",
"@zachleat/fundraising-status": "^1.0.6",
"@zachleat/heading-anchors": "^1.0.1",
"@zachleat/pagefind-search": "^1.0.3",
"@zachleat/snow-fall": "^1.0.2",
"@zachleat/squirminal": "^2.0.7",
"@zachleat/table-saw": "^1.0.6",
"artificial-chart": "^2.0.3",
"infinity-burger": "^4.0.1",
"lite-youtube-embed": "^0.3.2",
"markdown-it-table-of-contents": "^0.6.0",
"memoize": "^10.0.0",
"pagefind": "^1.1.1",
"speedlify-score": "^4.0.4"
},
"engines": {
"node": ">= 18"
},
"private": true,
"devDependencies": {
"@11ty/eleventy": "^3.0.0",
"@11ty/eleventy-activity-feed": "^1.0.9",
"@11ty/eleventy-fetch": "^5.0.0-beta.4",
"@11ty/eleventy-img": "^5.0.0",
"@11ty/eleventy-plugin-rss": "^2.0.2",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"@11ty/eleventy-plugin-webc": "^0.11.2",
"cheerio": "^1.0.0-rc.12",
"debug": "^4.3.4",
"degit": "^2.8.4",
"dotenv": "^16.4.5",
"fast-glob": "^3.3.2",
"fs-extra": "^10.1.0",
"gray-matter": "^4.0.3",
"html-entities": "^2.5.2",
"kleur": "^4.1.5",
"lodash": "^4.17.21",
"luxon": "^3.4.4",
"markdown-it": "^13.0.1",
"nanoid": "^5.0.6",
"netlify-plugin-cache": "^1.0.3",
"node-fetch": "^2.6.7",
"normalize-path": "^3.0.0",
"numeral": "^2.0.6",
"sanitize-html": "^2.13.0",
"sass": "^1.72.0",
"youtube-transcript": "1.1.0"
},
"scripts": {
"clean": "rm -rf _site && rm -rf .cache",
"check-links": "npx check-html-links _site",
"create-search-index": "npx pagefind --site \"_site\" --glob \"{web,resume}/**/*.html\"",
"build": "npx @11ty/eleventy",
"start": "npx @11ty/eleventy --serve --port=8090 --incremental",
"start-search": "npm run build && npm run create-search-index && npm run start",
"production": "./fetch-projects.sh && node fetch-analytics-data.js && npm run build-production && npm run create-search-index",
"nocache-production": "./fetch-projects.sh && npm run build-production && npm run create-search-index",
"build-production": "PRODUCTION_BUILD=true ELEVENTY_FEATURES=webmentions npx @11ty/eleventy"
},
"repository": {
"type": "git",
"url": "git://github.com/zachleat/zachleat.com.git"
},
"author": "Zach Leatherman",
"license": "MIT"
}