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.
32 lines
794 B
32 lines
794 B
{
|
|
"name": "resume",
|
|
"version": "0.1.0",
|
|
"description": "",
|
|
"main": "gulpfile.js",
|
|
"scripts": {
|
|
"build-dev": "gulp build --option development",
|
|
"build-prod": "gulp build --option production"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"cssnano": "^5.0.12",
|
|
"del": "^6.0.0",
|
|
"gulp": "*",
|
|
"gulp-concat": "^2.6.1",
|
|
"gulp-favicons": "^3.0.0",
|
|
"gulp-if": "^3.0.0",
|
|
"gulp-inject": "^5.0.5",
|
|
"gulp-less": "^5.0.0",
|
|
"gulp-postcss": "^9.0.1",
|
|
"gulp-pug": "^5.0.0",
|
|
"gulp-sourcemaps": "^3.0.0",
|
|
"gulp-uglify": "^3.0.2",
|
|
"postcss-flexbugs-fixes": "^5.0.2",
|
|
"postcss-normalize": "^10.0.1",
|
|
"postcss-preset-env": "^7.0.1"
|
|
},
|
|
"private": true,
|
|
"iconBackgroundColor": "#ffffff",
|
|
"themeColor": "#ffffff"
|
|
}
|
|
|