sp-codes.de/package.json

41 lines
1.3 KiB
JSON
Raw Permalink 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",
2024-04-01 13:45:58 +00:00
"add-index": "cpx dist/de/index.html dist/ && replace-in-file sp-codes.de/de/ sp-codes.de/ dist/index.html",
2023-01-12 21:33:15 +00:00
"start": "eleventy --serve --watch",
2024-04-01 13:45:58 +00:00
"build": "eleventy && npm run minify-css && npm run add-index",
"build:dev": "BUILD=dev eleventy && npm run minify-css && npm run add-index"
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": {
2023-12-27 21:00:57 +00:00
"browser-sync": "^3.0.2"
},
2019-12-21 21:05:09 +00:00
"devDependencies": {
"@11ty/eleventy": "^2.0.1",
"@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",
2024-03-29 01:03:02 +00:00
"glob": "^10.3.12",
"minify": "^11.1.1",
2024-03-29 01:03:02 +00:00
"postcss": "^8.4.38",
2024-04-01 13:45:58 +00:00
"replace-in-file": "^7.1.0",
2024-04-12 00:00:41 +00:00
"sass": "^1.75.0",
2021-06-14 15:41:33 +00:00
"uncss": "^0.17.3"
2019-12-21 21:05:09 +00:00
},
"dependencies": {
"bootstrap": "^5.3.3"
2019-12-21 21:05:09 +00:00
}
}