2020-05-27 20:51:32 +02:00
|
|
|
{
|
|
|
|
"name": "Website_Jan.su",
|
|
|
|
"description": "My personal website",
|
2023-02-20 23:31:12 +01:00
|
|
|
"version": "2.0.2",
|
2020-05-27 20:51:32 +02:00
|
|
|
"author": "Jan Jastrow",
|
|
|
|
"license": "MIT",
|
|
|
|
"homepage": "https://jan.su",
|
|
|
|
"url": "",
|
|
|
|
"email": "jan@schwerkraftlabor.de",
|
|
|
|
"scripts": {
|
|
|
|
"dev": "gulp"
|
|
|
|
},
|
|
|
|
"main": "gulpfile.js",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://gitea.schwerkraftlabor.de/jan/Website_Jan.su"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-02-14 00:41:33 +01:00
|
|
|
"sass": "^1.49.7",
|
2020-05-27 20:51:32 +02:00
|
|
|
"gulp": "^4.0.2",
|
2022-02-14 00:41:33 +01:00
|
|
|
"gulp-sass": "^5.1.0",
|
2020-05-27 20:51:32 +02:00
|
|
|
"gulp-concat": "^2.6.1",
|
|
|
|
"gulp-livereload": "^4.0.2",
|
2022-02-14 00:41:33 +01:00
|
|
|
"gulp-notify": "^4.0.0",
|
2020-05-27 20:51:32 +02:00
|
|
|
"gulp-plumber": "^1.2.1",
|
2022-02-14 00:41:33 +01:00
|
|
|
"gulp-postcss": "^9.0.1",
|
2020-05-27 20:51:32 +02:00
|
|
|
"gulp-rename": "^2.0.0",
|
2022-02-14 00:41:33 +01:00
|
|
|
"merge2": "^1.4.1",
|
2020-05-27 20:51:32 +02:00
|
|
|
"rimraf": "^3.0.2",
|
2022-02-14 00:41:33 +01:00
|
|
|
"sanitize.css": "^13.0.0",
|
|
|
|
"autoprefixer": "^10.4.2",
|
|
|
|
"caniuse-lite": "^1.0.30001312",
|
|
|
|
"cssnano": "^5.0.17"
|
2020-05-27 20:51:32 +02:00
|
|
|
},
|
|
|
|
"browserslist": [
|
|
|
|
"last 2 version",
|
|
|
|
"> 2%",
|
|
|
|
"android >= 5.0",
|
|
|
|
"IE 11"
|
|
|
|
]
|
|
|
|
}
|