-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 1003 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
{
"scripts": {
"build:css": "postcss css/index-tail.css -o css/index.css",
"build:css-purge": "env NODE_ENV=production postcss css/index-tail.css -o css/index.css",
"build": "npx eleventy",
"watch": "npm run build:css && npx eleventy --serve --port=8080",
"debug": "DEBUG=* npx eleventy",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"@11ty/eleventy": "^0.10.0",
"@11ty/eleventy-navigation": "^0.1.6",
"@11ty/eleventy-plugin-rss": "^1.0.9",
"@11ty/eleventy-plugin-syntaxhighlight": "^3.0.1",
"@fullhuman/postcss-purgecss": "^2.3.0",
"cssnano": "^4.1.10",
"fs": "0.0.1-security",
"luxon": "^1.25.0",
"markdown-it": "^10.0.0",
"markdown-it-attrs": "^3.0.3",
"markdown-it-implicit-figures": "^0.10.0",
"postcss": "^8.2.13",
"postcss-import": "^12.0.1",
"purgecss": "^2.3.0",
"sanitize-html": "^2.3.2",
"tailwindcss": "^1.7.3"
},
"dependencies": {
"acorn": "^7.4.0"
}
}