sp-magic.de/package.json

36 lines
796 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": {
2023-12-27 21:01:09 +00:00
"browser-sync": "^3.0.2"
},
"devDependencies": {
"autoprefixer": "10.4.19",
2024-03-29 18:00:49 +00:00
"cssnano": "6.1.2",
2024-04-09 23:28:55 +00:00
"del": "6.1.1",
2024-03-29 03:00:55 +00:00
"gulp": "5.0.0",
"gulp-header": "2.0.9",
2024-03-03 22:01:16 +00:00
"gulp-postcss": "10.0.0",
2021-05-29 23:38:53 +00:00
"gulp-rename": "2.0.0",
2023-12-06 22:56:13 +00:00
"gulp-sass": "5.1.0",
2021-05-29 23:38:53 +00:00
"node-sass-tilde-importer": "^1.0.2",
2024-03-29 18:00:44 +00:00
"postcss": "^8.4.38",
2024-04-04 02:00:49 +00:00
"sass": "^1.74.1"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.4",
2023-12-06 22:56:13 +00:00
"bootstrap": "^4.6.2",
"jquery": "^3.7.1"
}
}