28 lines
700 B
JSON
28 lines
700 B
JSON
{
|
|
"name": "popsu",
|
|
"version": "1.0.0",
|
|
"description": "Gulp dependencies for Popsu d9",
|
|
"main": "gulpfile.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Armansansd",
|
|
"license": "GPL",
|
|
"devDependencies": {
|
|
"css-loader": "^5.2.6",
|
|
"foundation-sites": "^6.6.3",
|
|
"gulp": "^3.9.0",
|
|
"gulp-autoprefixer": "^3.0.2",
|
|
"gulp-imagemin": "^2.3.0",
|
|
"gulp-livereload": "^3.8.0",
|
|
"gulp-sass": "^2.0.4",
|
|
"gulp-sourcemaps": "^1.5.2",
|
|
"gulp-uglifyjs": "^0.6.2",
|
|
"imagemin-pngquant": "^4.2.0",
|
|
"slick-carousel": "^1.8.1",
|
|
"style-loader": "^2.0.0",
|
|
"webpack": "^5.38.1",
|
|
"webpack-stream": "^6.1.2"
|
|
}
|
|
}
|