armanty-quests/package.json
2021-03-27 22:45:57 +03:00

41 lines
1023 B
JSON

{
"name": "ksv741_armanty",
"version": "1.0.0",
"description": "",
"main": "gulpfile.js",
"devDependencies": {
"browser-sync": "^2.26.14",
"del": "^6.0.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-changed": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-header": "^2.0.9",
"gulp-if": "^3.0.0",
"gulp-imagemin": "^7.1.0",
"gulp-newer": "^1.4.0",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.1.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-uglify": "^3.0.2",
"gulp-uglify-es": "^2.0.0",
"imagemin-giflossy": "^5.1.10",
"imagemin-mozjpeg": "^9.0.0",
"imagemin-pngquant": "^9.0.2",
"imagemin-webp": "^6.0.0",
"imagemin-zopfli": "^7.0.0",
"module-alias": "^2.2.2",
"node-sass": "^5.0.0",
"yargs": "^15.4.1"
},
"scripts": {
"dev": "gulp develop --develop",
"build::dev": "gulp build --develop",
"build::prod": "gulp build --prod"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "module"
}