-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
130 lines (130 loc) Β· 4.07 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
{
"name": "ellyloel.com",
"description": "This is my own lovely little corner of the internet. Look forward to plenty of interesting ideas & projects.",
"version": "4.0.0",
"license": "MIT",
"type": "module",
"author": {
"name": "Elly Loel",
"email": "[email protected]",
"url": "https://ellyloel.com/"
},
"repository": {
"type": "git",
"url": "git://github.com/ellyloel/ellyloel.com.git"
},
"bugs": {
"url": "https://github.com/ellyloel/ellyloel.com/issues"
},
"scripts": {
"start": "ELEVENTY_ENV=development eleventy --serve --incremental --quiet",
"build": "ELEVENTY_ENV=production pnpm build:eleventy && pnpm build:pagefind",
"build:local": "ELEVENTY_ENV=development pnpm build:eleventy && pnpm build:pagefind",
"build:eleventy": "eleventy --quiet",
"build:pagefind": "pagefind --source _site --bundle-dir pagefind",
"start:debug": "ELEVENTY_ENV=development DEBUG=Eleventy* eleventy --serve --incremental",
"build:debug": "DEBUG=Eleventy* eleventy",
"build:benchmark": "DEBUG=Eleventy:Benchmark* eleventy",
"clean": "rimraf _site",
"format": "prettier . --write",
"lint:css": "stylelint \"src/input/css/**/*.css\" --fix",
"lint:js": "eslint src/input/js/ --fix",
"postbuild": "webmention _site/feed.atom --limit 10 --send"
},
"packageManager": "[email protected]",
"dependencies": {
"@11ty/is-land": "^4.0.0",
"@google/model-viewer": "^3.4.0",
"@remy/webmention": "^1.5.0",
"@terriblemia/eight-ball": "^0.2.0",
"@zachleat/details-utils": "^2.0.2",
"canvas-confetti": "^1.9.2",
"css-doodle": "0.34.9",
"d3": "^7.9.0",
"dompurify": "^3.0.11",
"howler": "^2.2.4",
"node-fetch": "^2.7.0",
"pagefind": "^0.12.0",
"three": "^0.160.0",
"whatwg-url": "5.0.0"
},
"devDependencies": {
"@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-fetch": "^4.0.1",
"@11ty/eleventy-img": "^3.1.8",
"@11ty/eleventy-navigation": "^0.3.5",
"@11ty/eleventy-plugin-inclusive-language": "^1.0.3",
"@11ty/eleventy-plugin-rss": "^1.2.0",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"@eslint/js": "^8.57.0",
"@fortawesome/fontawesome-free": "^6.7.2",
"@photogabble/eleventy-plugin-interlinker": "^1.0.5",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@sindresorhus/slugify": "^1.1.2",
"@types/markdown-it": "^12.2.3",
"browserslist": "^4.23.0",
"cssnano": "^6.1.2",
"cssremedy": "0.1.0-beta.2",
"dotenv": "^16.4.5",
"eleventy-plugin-backlinks": "^0.2.1",
"eleventy-plugin-broken-links": "^2.0.3",
"eleventy-plugin-emoji": "^1.1.0",
"eleventy-plugin-gen-favicons": "^1.1.2",
"eleventy-plugin-icons": "^2.4.3",
"eleventy-plugin-json-feed": "^0.0.7",
"eleventy-plugin-nesting-toc": "^1.3.0",
"eleventy-plugin-postcss": "^1.0.4",
"eleventy-plugin-rollup": "^1.3.0",
"eleventy-plugin-unfurl": "^1.0.0",
"eleventy-plugin-webmentions": "^2.1.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-prettier": "^4.2.1",
"html-minifier": "^4.0.0",
"luxon": "^3.4.4",
"markdown-it": "^13.0.2",
"markdown-it-abbr": "^1.0.4",
"markdown-it-anchor": "^8.6.7",
"markdown-it-attrs": "^4.1.6",
"markdown-it-container": "^3.0.0",
"markdown-it-footnote": "^3.0.3",
"markdown-it-ins-del": "^0.1.1",
"markdown-it-mark": "^3.0.1",
"markdown-it-sup": "^1.0.0",
"markdown-it-wikilinks": "^1.4.0",
"open-props": "^1.7.0",
"postcss": "^8.4.38",
"postcss-import": "^15.1.0",
"postcss-jit-props": "^1.0.14",
"postcss-load-config": "^4.0.2",
"postcss-preset-env": "^8.5.1",
"prettier": "^2.8.8",
"remove-markdown": "^0.5.0",
"rimraf": "^5.0.5",
"rollup": "^3.29.4",
"rss-parser": "^3.13.0",
"stylelint": "^15.11.0",
"stylelint-config-standard": "^33.0.0",
"stylelint-order": "^6.0.4",
"webpack": "^5.91.0",
"wrangler": "^3.96.0"
},
"browserslist": [
"defaults"
],
"peerDependencies": {
"@types/markdown-it": "*",
"webpack": ">=5"
},
"pnpm": {
"patchedDependencies": {
"[email protected]": "patches/[email protected]",
"cssremedy": "patches/cssremedy.patch"
}
},
"engines": {
"pnpm": ">=9.14.2",
"node": ">=22.11.0"
}
}