-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 1.22 KB
/
package.json
File metadata and controls
30 lines (30 loc) · 1.22 KB
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.1.1",
"@11ty/eleventy-img": "^6.0.4",
"@11ty/eleventy-navigation": "^1.0.4",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.1",
"bulma": "^1.0.4",
"eleventy-sass": "^3.0.0-beta.0",
"html-minifier-terser": "^7.2.0",
"photoswipe": "^5.4.4",
"prismjs": "^1.30.0"
},
"devDependencies": {
"cross-env": "^7.0.3"
}
}