sp-magic.de/package.json

38 lines
1,003 B
JSON
Raw Permalink Normal View History

{
"name": "sp-magic.de",
"version": "1.0.0",
"description": "website for sp-magic.de",
"scripts": {
2024-04-10 00:07:35 +00:00
"minify-css": "uncss -n -H dist/ -o dist/css/main-*.css dist/index.html",
2024-04-10 00:04:31 +00:00
"build": "eleventy && npm run minify-css",
"start": "eleventy --serve --watch"
},
"author": "samuel-p",
"repository": {
"type": "git",
"url": "https://git.sp-codes.de/samuel-p/sp-magic.de"
},
"optionalDependencies": {
2023-12-27 21:01:09 +00:00
"browser-sync": "^3.0.2"
},
"devDependencies": {
2024-04-10 00:04:31 +00:00
"@11ty/eleventy": "^2.0.1",
"@node-minify/core": "^8.0.6",
"@node-minify/crass": "^8.0.6",
"@node-minify/html-minifier": "^8.0.6",
"@sardine/eleventy-plugin-tinyhtml": "^0.2.0",
"eleventy-plugin-rev": "^2.0.0",
"eleventy-sass": "^2.2.4",
"glob": "^10.3.12",
"minify": "^11.1.1",
2024-03-29 18:00:44 +00:00
"postcss": "^8.4.38",
2024-04-10 00:04:31 +00:00
"sass": "^1.72.0",
"uncss": "^0.17.3"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.4",
2023-12-06 22:56:13 +00:00
"bootstrap": "^4.6.2",
"jquery": "^3.7.1"
}
}