-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
145 lines (145 loc) · 5.25 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
{
"name": "chrisburnell",
"version": "4.0.11",
"description": "Some real sweet codestuffs.",
"license": "CC-BY-NC-SA-4.0",
"repository": {
"type": "git",
"url": "git@github.com:chrisburnell/chrisburnell.com.git"
},
"homepage": "https://chrisburnell.com",
"bugs": {
"url": "https://github.com/chrisburnell/chrisburnell.com/issues"
},
"author": {
"name": "Chris Burnell",
"email": "me@chrisburnell.com",
"url": "https://chrisburnell.com/"
},
"contributors": [
{
"name": "Chris Burnell",
"email": "me@chrisburnell.com",
"url": "https://chrisburnell.com"
}
],
"funding": [
{
"type": "buymeacoffee",
"url": "https://buymeacoffee.com/chrisburnell"
},
{
"type": "github",
"url": "https://github.com/sponsors/chrisburnell"
}
],
"private": true,
"main": "index.html",
"scripts": {
"build": "cross-env NODE_OPTIONS=--max-old-space-size=8192 npx @11ty/eleventy",
"build-production": "npm run setup; cross-env NODE_OPTIONS=--max-old-space-size=8192 GENERATE_OG_IMAGES=true npx @11ty/eleventy",
"check": "node cli/index.js checks",
"check-datetimes": "node cli/index.js checkDates",
"check-links": "node cli/index.js checkLinks",
"clean": "npx rimraf .cache && npx rimraf _site",
"cli": "node cli/index.js wizard",
"create-search-index": "npx pagefind --site \"_site\" --glob \"**/*.html\"",
"css": "npx sass src/css:_site/css --style=expanded --no-source-map --color",
"postcss": "npx postcss _site/css/**/*.css --replace --no-map",
"debug": "cross-env NODE_OPTIONS=--max-old-space-size=8192 DEBUG=Eleventy:Benchmark* npx @11ty/eleventy",
"lint": "npx eslint src/**/*.js",
"now": "cross-env NODE_OPTIONS=--max-old-space-size=8192 npx @11ty/eleventy --ignore-initial --incremental --serve",
"pregenerate": "npm run setup; cross-env NODE_OPTIONS=--max-old-space-size=8192 PREGENERATE_IMAGES=true npx @11ty/eleventy",
"prettier": "npx prettier --write src",
"setup": "npm run tokens; npm run prettier; npx browserslist@latest --update-db; npm run css",
"start": "cross-env NODE_OPTIONS=--max-old-space-size=8192 npx @11ty/eleventy --incremental --serve",
"test": "node cli/index.js test",
"tokens": "npx json-to-scss './src/eleventy/data/designTokens/*.json' ./src/css/generated/_tokens.scss; npx prettier --write src/css/generated/_tokens.scss"
},
"keywords": [],
"dependencies": {
"@11ty/eleventy": "^3.0.0",
"@11ty/eleventy-fetch": "^5.0.1",
"@11ty/eleventy-img": "^5.0.0",
"@11ty/eleventy-plugin-directory-output": "^1.0.1",
"@11ty/eleventy-plugin-inclusive-language": "^1.0.3",
"@11ty/eleventy-plugin-rss": "^2.0.2",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"@11ty/eleventy-plugin-webc": "^0.11.2",
"@11ty/is-land": "^4.0.0",
"@chrisburnell/bowhead": "^0.3.4",
"@chrisburnell/check-invalid-datetimes": "^0.1.3",
"@chrisburnell/cow-pen": "^0.0.4",
"@chrisburnell/eleventy-cache-webmentions": "^2.1.9-beta.2",
"@chrisburnell/event-countdown": "^1.0.2",
"@chrisburnell/inline-expand": "^0.0.2",
"@chrisburnell/instant-photo": "^1.0.1",
"@chrisburnell/paper-stamp": "^0.0.5",
"@chrisburnell/pentatonic": "^1.1.4",
"@chrisburnell/relative-time": "^1.0.6",
"@chrisburnell/spark-line": "^1.2.6",
"@chrisburnell/svg-sparkline": "^1.0.13",
"@chrisburnell/theme-selector": "^1.0.1",
"@chrisburnell/url-input": "^0.0.1",
"@daviddarnes/link-peek": "^1.1.0",
"@daviddarnes/storage-form": "^2.0.1",
"@dotenvx/dotenvx": "^1.31.1",
"@mdn/browser-compat-data": "^5.6.26",
"@remy/webmention": "^1.5.0",
"@sindresorhus/slugify": "^2.2.1",
"@tweetback/canonical": "^2.0.46",
"@zachleat/details-utils": "^2.0.2",
"@zachleat/pagefind-search": "^1.0.3",
"@zachleat/seven-minute-tabs": "^3.0.2",
"@zachleat/webcare-webshare": "^1.0.3",
"autoprefixer": "^10.4.20",
"browserslist": "^4.24.3",
"caniuse-api": "^3.0.0",
"chalk": "^5.4.0",
"cheerio": "1.0.0-rc.12",
"chrisburnell": "^34.0.7",
"cursor-effects": "^1.0.17",
"deepmerge": "^4.3.1",
"dotenv": "^16.4.7",
"download-stats": "^0.3.4",
"eleventy-plugin-og-image": "^4.0.1",
"esbuild": "^0.24.2",
"fast-glob": "^3.3.2",
"fast-xml-parser": "^4.5.1",
"fs-extra": "^11.2.0",
"globals": "^15.14.0",
"he": "^1.2.0",
"html-minifier": "^4.0.0",
"lite-youtube-embed": "^0.3.3",
"luxon": "^3.5.0",
"markdown-it": "^14.1.0",
"markdown-it-abbr": "^2.0.0",
"markdown-it-footnote": "^4.0.0",
"natural": "^8.0.1",
"postcss": "^8.4.49",
"postcss-cli": "^11.0.0",
"postcss-scss": "^4.0.9",
"prettier-plugin-jinja-template": "^2.0.0",
"random-case": "^1.0.0",
"sass": "^1.83.0",
"striptags": "^3.2.0",
"tab-guard": "^0.1.0",
"truncate-html": "^1.1.2",
"utopia-core-scss": "^1.2.1"
},
"devDependencies": {
"@eslint/js": "^9.17.0",
"@inquirer/checkbox": "^4.0.4",
"@inquirer/prompts": "^7.2.1",
"@inquirer/select": "^4.0.4",
"check-html-links": "^0.2.4",
"commander": "^12.1.0",
"cross-env": "^7.0.3",
"eslint": "^9.17.0",
"json-to-scss": "^1.6.2",
"pagefind": "^1.3.0",
"prettier": "^3.4.2",
"rimraf": "^6.0.1"
},
"type": "module"
}