-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.38 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
{
"name": "chigby",
"version": "1.0.0",
"description": "An Elaborate Ruse",
"main": "theme.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"cc": "node b.js",
"eleventy:serve": "npx @11ty/eleventy --serve",
"eleventy": "npx @11ty/eleventy",
"sass": "sass src/scss:docs/css",
"watch:sass": "sass --watch src/scss:docs/css",
"serve": "npm-run-all -p sass eleventy:serve watch:*",
"js": "esbuild ./src/js --bundle --minify --outfile=docs/js/scripts.js",
"watch:js": "esbuild ./src/js --watch --bundle --outfile=docs/js/scripts.js",
"build": "npm-run-all -p sass js eleventy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chigby/chigby.github.com.git"
},
"author": "Cameron Higby-Naquin",
"license": "ISC",
"bugs": {
"url": "https://github.com/chigby/chigby.github.com/issues"
},
"homepage": "https://github.com/chigby/chigby.github.com#readme",
"devDependencies": {
"@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-img": "^4.0.2",
"@11ty/eleventy-plugin-rss": "^1.2.0",
"clean-css": "^5.3.0",
"cssremedy": "^0.1.0-beta.2",
"date-fns": "^3.6.0",
"esbuild": "^0.23.0",
"json5": "^2.2.3",
"markdown-it": "^14.0.0",
"npm-run-all2": "^6.1.1",
"sass": "^1.69.5",
"terser": "^5.12.1"
},
"dependencies": {
"@11ty/eleventy-upgrade-help": "^2.0.5"
}
}