sp-magic.de/package.json

40 lines
914 B
JSON
Raw Normal View History

{
"name": "sp-magic.de",
"version": "1.0.0",
"description": "website for sp-magic.de",
"scripts": {
"start": "gulp watch",
"build": "gulp"
},
"author": "samuel-p",
"repository": {
"type": "git",
"url": "https://git.sp-codes.de/samuel-p/sp-magic.de"
},
"optionalDependencies": {
"browser-sync": "^2.27.1"
},
"devDependencies": {
2021-05-29 23:38:53 +00:00
"autoprefixer": "10.2.6",
2021-06-10 16:01:53 +00:00
"cssnano": "5.0.6",
2020-09-26 05:10:19 +00:00
"del": "6.0.0",
2021-05-29 23:38:53 +00:00
"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",
2020-09-24 05:08:30 +00:00
"gulp-postcss": "9.0.0",
2021-05-29 23:38:53 +00:00
"gulp-rename": "2.0.0",
2021-06-24 10:01:39 +00:00
"gulp-sass": "4.1.1",
2021-05-29 23:38:53 +00:00
"gulp-terser": "2.0.1",
"lazypipe": "1.0.2",
"node-sass-tilde-importer": "^1.0.2",
2021-06-17 04:02:08 +00:00
"postcss": "^8.3.5"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.3",
2021-01-19 16:46:32 +00:00
"bootstrap": "^4.6.0",
2021-03-02 23:35:11 +00:00
"jquery": "^3.6.0"
}
}