You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
878 B
41 lines
878 B
{ |
|
"name": "Website_Jan.su", |
|
"description": "My personal website", |
|
"version": "2.0.1", |
|
"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": { |
|
"sass": "^1.49.7", |
|
"gulp": "^4.0.2", |
|
"gulp-sass": "^5.1.0", |
|
"gulp-concat": "^2.6.1", |
|
"gulp-livereload": "^4.0.2", |
|
"gulp-notify": "^4.0.0", |
|
"gulp-plumber": "^1.2.1", |
|
"gulp-postcss": "^9.0.1", |
|
"gulp-rename": "^2.0.0", |
|
"merge2": "^1.4.1", |
|
"rimraf": "^3.0.2", |
|
"sanitize.css": "^13.0.0", |
|
"autoprefixer": "^10.4.2", |
|
"caniuse-lite": "^1.0.30001312", |
|
"cssnano": "^5.0.17" |
|
}, |
|
"browserslist": [ |
|
"last 2 version", |
|
"> 2%", |
|
"android >= 5.0", |
|
"IE 11" |
|
] |
|
}
|
|
|