Website for sp-codes.de
https://www.sp-codes.de
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
1.3 KiB
39 lines
1.3 KiB
{ |
|
"name": "sp-codes.de", |
|
"version": "1.0.0", |
|
"description": "website for sp-codes.de", |
|
"scripts": { |
|
"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", |
|
"watch:eleventy": "eleventy --serve", |
|
"watch:sass": "npm-run-all compile-sass minify-css -- --watch", |
|
"start": "npm-run-all compile-sass minify-css --parallel watch:*", |
|
"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/" |
|
}, |
|
"author": "samuel-p", |
|
"repository": { |
|
"type": "git", |
|
"url": "https://git.sp-codes.de/samuel-p/sp-codes.de" |
|
}, |
|
"optionalDependencies": { |
|
"browser-sync": "^2.27.9" |
|
}, |
|
"devDependencies": { |
|
"@11ty/eleventy": "^1.0.1", |
|
"@11ty/eleventy-navigation": "^0.3.2", |
|
"@node-minify/core": "^6.2.0", |
|
"@node-minify/crass": "^6.2.0", |
|
"@node-minify/html-minifier": "^6.2.0", |
|
"cpx": "^1.5.0", |
|
"glob": "^8.0.1", |
|
"minify": "^8.0.4", |
|
"node-sass": "^7.0.1", |
|
"node-sass-tilde-importer": "^1.0.2", |
|
"npm-run-all": "^4.1.5", |
|
"uncss": "^0.17.3" |
|
}, |
|
"dependencies": { |
|
"bootstrap": "^4.6.1" |
|
} |
|
}
|
|
|