This commit is contained in:
parent
2508c2d764
commit
556de1c6fe
17 changed files with 1223 additions and 667 deletions
40
package.json
40
package.json
|
@ -1,10 +1,12 @@
|
|||
{
|
||||
"name": "samuel-philipp.de",
|
||||
"version": "1.0.0",
|
||||
"description": "website for samuel-philipp.de",
|
||||
"description": "Website for samuel-philipp.de",
|
||||
"scripts": {
|
||||
"start": "gulp watch",
|
||||
"build": "gulp"
|
||||
"start": "eleventy --serve --watch",
|
||||
"start:de": "LANGUAGE=de eleventy --serve --watch",
|
||||
"build": "npm run build:de && npm run build:en",
|
||||
"build:de": "npm run compile-sass && eleventy && npm run minify-css && node .compress-all.js --lang de"
|
||||
},
|
||||
"author": "samuel-p",
|
||||
"repository": {
|
||||
|
@ -15,25 +17,23 @@
|
|||
"browser-sync": "^2.27.10"
|
||||
},
|
||||
"devDependencies": {
|
||||
"autoprefixer": "10.4.8",
|
||||
"cssnano": "5.1.13",
|
||||
"del": "6.1.1",
|
||||
"gulp": "4.0.2",
|
||||
"gulp-concat": "2.6.1",
|
||||
"gulp-flatmap": "1.0.2",
|
||||
"gulp-header": "2.0.9",
|
||||
"gulp-optimize-js": "1.1.0",
|
||||
"gulp-postcss": "9.0.1",
|
||||
"gulp-rename": "2.0.0",
|
||||
"gulp-sass": "5.1.0",
|
||||
"gulp-terser": "2.1.0",
|
||||
"lazypipe": "1.0.2",
|
||||
"node-sass": "^7.0.1",
|
||||
"@11ty/eleventy": "^1.0.2",
|
||||
"@11ty/eleventy-navigation": "^0.3.5",
|
||||
"@node-minify/core": "^7.1.0",
|
||||
"@node-minify/crass": "^7.1.0",
|
||||
"@node-minify/html-minifier": "^7.1.0",
|
||||
"@sardine/eleventy-plugin-tinycss": "^2.0.0",
|
||||
"cpx": "^1.5.0",
|
||||
"eleventy-sass": "^2.1.6",
|
||||
"glob": "^8.0.3",
|
||||
"minify": "^9.1.0",
|
||||
"node-sass": "^8.0.0",
|
||||
"node-sass-tilde-importer": "^1.0.2",
|
||||
"postcss": "^8.4.16",
|
||||
"sass": "^1.54.5"
|
||||
"postcss": "^8.4.21",
|
||||
"sass": "^1.57.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"bootstrap": "^5.2.0"
|
||||
"@sardine/eleventy-plugin-tinyhtml": "^0.2.0",
|
||||
"bootstrap": "^5.2.3"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue