-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
34 lines (34 loc) · 920 Bytes
/
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
{
"name": "mkfr",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"chk:data": "node ./scripts/check-keebs-data.js",
"watchscss": "node scripts/watch-scss.js",
"eleventyServe": "eleventy --serve",
"serve": "npm-run-all --parallel eleventyServe watchscss",
"prettier": "prettier -c ./src/**/*.*",
"prettier:fix": "prettier -c ./src/**/*.* --write",
"build": "eleventy && cp _redirects dist/_redirects"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@11ty/eleventy": "^1.0.1"
},
"dependencies": {
"@11ty/eleventy-plugin-rss": "^1.2.0",
"ajv": "^8.11.0",
"autoprefixer": "^10.4.8",
"clean-css": "^5.3.1",
"cross-env": "^7.0.3",
"luxon": "^3.0.1",
"node-sass": "^7.0.1",
"node-watch": "^0.7.3",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.16",
"prettier": "^2.7.1",
"sharp": "^0.30.7"
}
}