2019-12-19 21:52:21 +00:00
|
|
|
{
|
|
|
|
"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"
|
|
|
|
},
|
2020-07-04 06:35:51 +00:00
|
|
|
"optionalDependencies": {
|
2023-12-27 21:01:09 +00:00
|
|
|
"browser-sync": "^3.0.2"
|
2020-07-04 06:35:51 +00:00
|
|
|
},
|
2019-12-19 21:52:21 +00:00
|
|
|
"devDependencies": {
|
2024-03-21 00:00:54 +00:00
|
|
|
"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",
|
2020-07-05 10:55:49 +00:00
|
|
|
"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"
|
2019-12-19 21:52:21 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-08-05 04:01:35 +00:00
|
|
|
"@fortawesome/fontawesome-free": "^5.15.4",
|
2023-12-06 22:56:13 +00:00
|
|
|
"bootstrap": "^4.6.2",
|
|
|
|
"jquery": "^3.7.1"
|
2019-12-19 21:52:21 +00:00
|
|
|
}
|
|
|
|
}
|