samuel-philipp.de/package.json

42 lines
1.2 KiB
JSON
Raw Normal View History

2019-10-27 19:35:10 +00:00
{
"name": "samuel-philipp.de",
"version": "1.0.0",
2023-01-10 16:34:27 +00:00
"description": "Website for samuel-philipp.de",
2019-10-27 19:35:10 +00:00
"scripts": {
2023-01-10 17:59:35 +00:00
"minify-css": "uncss -n -H dist/en/ -o dist/en/css/main-*.css dist/en/index.html",
"minify-css:de": "uncss -n -H dist/de/ -o dist/de/css/main-*.css dist/de/index.html",
2023-01-10 16:34:27 +00:00
"start": "eleventy --serve --watch",
"start:de": "LANGUAGE=de eleventy --serve --watch",
2023-01-10 17:59:35 +00:00
"build": "eleventy && npm run minify-css",
"build:de": "LANGUAGE=de eleventy && npm run minify-css"
2019-10-27 19:35:10 +00:00
},
"author": "samuel-p",
"repository": {
"type": "git",
2019-12-19 21:37:34 +00:00
"url": "https://git.sp-codes.de/samuel-p/samuel-philipp.de"
2019-10-27 19:35:10 +00:00
},
"optionalDependencies": {
"browser-sync": "^2.27.12"
},
2019-10-27 19:35:10 +00:00
"devDependencies": {
2023-02-08 20:01:05 +00:00
"@11ty/eleventy": "^2.0.0",
2023-01-10 16:34:27 +00:00
"@11ty/eleventy-navigation": "^0.3.5",
"@node-minify/core": "^8.0.5",
"@node-minify/crass": "^8.0.5",
"@node-minify/html-minifier": "^8.0.5",
2023-01-10 17:59:35 +00:00
"@sardine/eleventy-plugin-tinyhtml": "^0.2.0",
2023-01-10 16:34:27 +00:00
"cpx": "^1.5.0",
"eleventy-plugin-rev": "^1.1.1",
"eleventy-sass": "^2.2.1",
2023-01-15 05:01:27 +00:00
"glob": "^8.1.0",
2023-01-20 16:01:03 +00:00
"minify": "^9.2.0",
2023-01-10 16:34:27 +00:00
"postcss": "^8.4.21",
2023-02-18 05:01:02 +00:00
"sass": "^1.58.3",
2023-01-10 17:59:35 +00:00
"uncss": "^0.17.3"
2019-10-27 19:35:10 +00:00
},
"dependencies": {
2023-01-10 23:43:32 +00:00
"bootstrap": "^5.2.3",
"flag-icons": "^6.6.6"
2019-10-27 19:35:10 +00:00
}
}