37 lines
1,003 B
JSON
37 lines
1,003 B
JSON
{
|
|
"name": "sp-magic.de",
|
|
"version": "1.0.0",
|
|
"description": "website for sp-magic.de",
|
|
"scripts": {
|
|
"minify-css": "uncss -n -H dist/ -o dist/css/main-*.css dist/index.html",
|
|
"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": {
|
|
"browser-sync": "^3.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@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",
|
|
"postcss": "^8.4.38",
|
|
"sass": "^1.72.0",
|
|
"uncss": "^0.17.3"
|
|
},
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-free": "^5.15.4",
|
|
"bootstrap": "^4.6.2",
|
|
"jquery": "^3.7.1"
|
|
}
|
|
}
|