forked from alex-shpak/hugo-book
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
74 lines (74 loc) · 2.7 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
{
"name": "11ty-book",
"version": "1.0.0",
"main": "index.js",
"repository": "[email protected]:rebron1900/11ty-book.git",
"author": "rebron1900 <[email protected]>",
"license": "MIT",
"scripts": {
"11ty": "set NODE_ENV=dev && npx eleventy --serve --incremental",
"rollup": "set NODE_ENV=dev && npx rollup --config --watch --logLevel info",
"start": "npx run-p 11ty rollup",
"prod": "export NODE_ENV=pro && npx eleventy && npx rollup -c",
"debug": "set DEBUG=Eleventy* & set NODE_ENV=pro & npx @11ty/eleventy"
},
"dependencies": {
"@11ty/eleventy": "^2.0.1",
"@tryghost/content-api": "^1.11.20",
"alpinejs": "^3.13.7",
"fontmin": "^1.0.1"
},
"devDependencies": {
"@11ty/eleventy-plugin-vite": "^4.0.0",
"@babel/core": "^7.24.3",
"@babel/preset-env": "^7.24.3",
"@gushogg-blake/rollup-plugin-scss": "^3.0.0",
"@mapbox-controls/zoom": "^1.2.0",
"@mapbox/geojson-extent": "^1.0.1",
"@mapbox/mapbox-gl-language": "^1.0.1",
"@node-rs/jieba": "^1.10.0",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.5",
"@rollup/plugin-terser": "^0.4.4",
"@speed-highlight/core": "^1.2.6",
"artalk": "^2.8.7",
"cal-heatmap": "^4.2.4",
"cheerio": "^1.0.0-rc.12",
"coco-message": "^2.0.3",
"eleventy-plugin-html-validate": "^0.0.5",
"emoji-regex": "^10.3.0",
"fuse.js": "^7.0.0",
"highlight.js": "^11.9.0",
"highlightjs-badge": "^0.1.9",
"highlightjs-copy": "^1.0.5",
"html-minifier": "^4.0.0",
"jsdom": "^24.0.0",
"lodash": "^4.17.21",
"mapbox-gl": "2.14.1",
"marked": "^12.0.1",
"marked-highlight": "^2.1.3",
"marked-shiki": "^1.1.0",
"medium-zoom": "^1.1.0",
"npm-run-all": "^4.1.5",
"pangu": "^4.0.7",
"postcss": "^8.4.38",
"postcss-import": "^16.1.0",
"postcss-preset-env": "^9.5.2",
"quicklink": "^2.3.0",
"rollup": "^4.13.0",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-import-css": "^3.5.0",
"rollup-plugin-livereload": "^2.0.5",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-visualizer": "^5.12.0",
"sass": "^1.72.0",
"shiki": "^1.11.0",
"supercluster": "^8.0.1",
"timeago.js": "^4.0.2",
"tippy.js": "^6.3.7"
}
}