sp-codes.de/package.json

39 lines
1.1 KiB
JSON
Raw Normal View History

2019-12-21 21:05:09 +00:00
{
"name": "sp-codes.de",
"version": "1.0.0",
"description": "website for sp-codes.de",
"scripts": {
2023-01-13 15:29:43 +00:00
"minify-css": "uncss -n -H dist/ -o dist/css/main-*.css dist/**/*.html dist/**/**/*.html dist/**/**/**/*.html dist/**/**/**/**/*.html dist/**/**/**/**/**/*.html",
2023-01-12 21:33:15 +00:00
"start": "eleventy --serve --watch",
"build": "eleventy && npm run move-index && npm run minify-css",
"move-index": "cpx dist/de/index.html dist/"
2019-12-21 21:05:09 +00:00
},
"author": "samuel-p",
"repository": {
"type": "git",
"url": "https://git.sp-codes.de/samuel-p/sp-codes.de"
},
"optionalDependencies": {
"browser-sync": "^2.27.11"
},
2019-12-21 21:05:09 +00:00
"devDependencies": {
"@11ty/eleventy": "^1.0.2",
"@11ty/eleventy-navigation": "^0.3.5",
"@node-minify/core": "^7.1.0",
"@node-minify/crass": "^7.1.0",
"@node-minify/html-minifier": "^7.1.0",
2023-01-12 21:33:15 +00:00
"@sardine/eleventy-plugin-tinyhtml": "^0.2.0",
2020-06-01 19:44:08 +00:00
"cpx": "^1.5.0",
2023-01-12 21:33:15 +00:00
"eleventy-plugin-rev": "^1.0.2",
"eleventy-sass": "^2.1.6",
2023-01-15 05:01:52 +00:00
"glob": "^8.1.0",
2022-07-21 16:01:31 +00:00
"minify": "^9.1.0",
2023-01-12 21:33:15 +00:00
"postcss": "^8.4.21",
"sass": "^1.57.1",
2021-06-14 15:41:33 +00:00
"uncss": "^0.17.3"
2019-12-21 21:05:09 +00:00
},
"dependencies": {
2023-01-12 21:33:15 +00:00
"bootstrap": "^5.2.3"
2019-12-21 21:05:09 +00:00
}
}