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",
|
2020-06-25 22:26:36 +00:00
|
|
|
"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"
|
|
|
|
},
|
2020-06-25 22:26:36 +00:00
|
|
|
"optionalDependencies": {
|
2023-01-13 16:01:17 +00:00
|
|
|
"browser-sync": "^2.27.11"
|
2020-06-25 22:26:36 +00:00
|
|
|
},
|
2019-12-21 21:05:09 +00:00
|
|
|
"devDependencies": {
|
2022-08-16 16:01:01 +00:00
|
|
|
"@11ty/eleventy": "^1.0.2",
|
2022-08-27 20:42:11 +00:00
|
|
|
"@11ty/eleventy-navigation": "^0.3.5",
|
2022-11-30 15:04:00 +00:00
|
|
|
"@node-minify/core": "^7.1.0",
|
2022-12-08 18:01:28 +00:00
|
|
|
"@node-minify/crass": "^7.1.0",
|
2022-11-30 15:05:33 +00:00
|
|
|
"@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
|
|
|
}
|
|
|
|
}
|