38 lines
963 B
JSON
38 lines
963 B
JSON
{
|
|
"name": "balint",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "gulpfile.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.gamuza.fr/bonohm/balint.git"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@babel/core": "^7.7.7",
|
|
"@babel/preset-env": "^7.7.7",
|
|
"babel-core": "^6.26.3",
|
|
"babel-preset-env": "^1.7.0",
|
|
"babel-preset-es2015": "^6.24.1",
|
|
"cssnano": "^4.1.10",
|
|
"gulp": "^4.0.2",
|
|
"gulp-autoprefixer": "^7.0.1",
|
|
"gulp-babel": "^8.0.0",
|
|
"gulp-concat": "^2.6.1",
|
|
"gulp-notify": "^3.2.0",
|
|
"gulp-plumber": "^1.2.1",
|
|
"gulp-postcss": "^8.0.0",
|
|
"gulp-regex-rename": "^0.1.0",
|
|
"gulp-sass": "^4.0.2",
|
|
"gulp-sourcemaps": "^2.6.5",
|
|
"gulp-svg-sprite": "^1.5.0",
|
|
"gulp-svgmin": "^2.2.0",
|
|
"gulp-uglify": "^3.0.2",
|
|
"postcss-uncss": "^0.17.0",
|
|
"uncss": "^0.17.2"
|
|
}
|
|
}
|