-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 1.22 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
{
"name": "butterscotchv.github.io",
"version": "1.0.0",
"scripts": {
"build": "npx --node-options=\"--experimental-require-module\" @11ty/eleventy",
"start": "npx --node-options=\"--experimental-require-module\" @11ty/eleventy --serve --quiet",
"debug": "cross-env DEBUG=Eleventy* npx --node-options=\"--experimental-require-module\" @11ty/eleventy",
"debugstart": "cross-env DEBUG=Eleventy* npx --node-options=\"--experimental-require-module\" @11ty/eleventy --serve --quiet",
"benchmark": "cross-env DEBUG=Eleventy:Benchmark* npx --node-options=\"--experimental-require-module\" @11ty/eleventy"
},
"keywords": [],
"author": "Butterscotch!",
"license": "ISC",
"description": "Butterscotch's homepage.",
"type": "module",
"dependencies": {
"@11ty/eleventy": "^3.0.0",
"@11ty/eleventy-img": "^5.0.0",
"@11ty/eleventy-navigation": "^0.3.5",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"bulma": "^1.0.2",
"eleventy-sass": "^3.0.0-beta.0",
"html-minifier-terser": "^7.2.0",
"photoswipe": "^5.4.4",
"prismjs": "^1.29.0"
},
"devDependencies": {
"cross-env": "^7.0.3"
}
}