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-12-27 21:00:57 +00:00
|
|
|
"browser-sync": "^3.0.2"
|
2020-06-25 22:26:36 +00:00
|
|
|
},
|
2019-12-21 21:05:09 +00:00
|
|
|
"devDependencies": {
|
2023-03-28 16:01:23 +00:00
|
|
|
"@11ty/eleventy": "^2.0.1",
|
2022-08-27 20:42:11 +00:00
|
|
|
"@11ty/eleventy-navigation": "^0.3.5",
|
2023-05-12 23:31:27 +00:00
|
|
|
"@node-minify/core": "^8.0.6",
|
|
|
|
"@node-minify/crass": "^8.0.6",
|
|
|
|
"@node-minify/html-minifier": "^8.0.6",
|
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-12-01 01:18:40 +00:00
|
|
|
"eleventy-plugin-rev": "^2.0.0",
|
|
|
|
"eleventy-sass": "^2.2.4",
|
2023-09-27 06:01:11 +00:00
|
|
|
"glob": "^10.3.10",
|
2024-03-04 12:00:55 +00:00
|
|
|
"minify": "^11.1.1",
|
2024-01-14 00:01:27 +00:00
|
|
|
"postcss": "^8.4.33",
|
2024-02-21 02:01:01 +00:00
|
|
|
"sass": "^1.71.1",
|
2021-06-14 15:41:33 +00:00
|
|
|
"uncss": "^0.17.3"
|
2019-12-21 21:05:09 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-02-20 16:00:58 +00:00
|
|
|
"bootstrap": "^5.3.3"
|
2019-12-21 21:05:09 +00:00
|
|
|
}
|
|
|
|
}
|