sp-codes.de/package.json

40 lines
1.3 KiB
JSON
Raw 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": {
2021-06-14 15:41:33 +00:00
"compile-sass": "node-sass --output-style compressed --importer=node_modules/node-sass-tilde-importer src/scss/main.scss -o dist/css/",
"minify-css": "uncss -n -H dist/ -o dist/css/main.css dist/**/*.html dist/**/**/*.html dist/**/**/**/*.html",
2020-06-01 19:44:08 +00:00
"watch:eleventy": "eleventy --serve",
2021-06-14 15:41:33 +00:00
"watch:sass": "npm-run-all compile-sass minify-css -- --watch",
"start": "npm-run-all compile-sass minify-css --parallel watch:*",
2021-06-14 21:22:40 +00:00
"build": "npm run compile-sass && eleventy && npm run move-index && npm run minify-css && node .compress-all.js",
"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"
},
"optionalDependencies": {
2021-08-13 22:17:45 +00:00
"browser-sync": "^2.27.5"
},
2019-12-21 21:05:09 +00:00
"devDependencies": {
"@11ty/eleventy": "^1.0.0-canary.44",
"@11ty/eleventy-navigation": "^0.3.2",
2021-06-14 21:22:40 +00:00
"@node-minify/core": "^6.2.0",
"@node-minify/crass": "^6.2.0",
"@node-minify/html-minifier": "^6.2.0",
2020-06-01 19:44:08 +00:00
"cpx": "^1.5.0",
2021-09-23 04:01:28 +00:00
"glob": "^7.2.0",
2021-10-01 19:01:39 +00:00
"minify": "^8.0.0",
2021-06-24 10:01:27 +00:00
"node-sass": "^6.0.1",
2020-06-01 19:44:08 +00:00
"node-sass-tilde-importer": "^1.0.2",
2021-06-14 15:41:33 +00:00
"npm-run-all": "^4.1.5",
"uncss": "^0.17.3"
2019-12-21 21:05:09 +00:00
},
"dependencies": {
2021-06-14 10:10:57 +00:00
"bootstrap": "^4.6.0"
2019-12-21 21:05:09 +00:00
}
}