hippie/package.json
Stephan Hagedorn 534115ff28 Modules and maintenance
- Update to modules
- Added ESLint configuration
- Tried to fix SASS but still no automatic reload
- Gulp not working anymore
2022-08-08 21:43:54 +02:00

54 lines
1.5 KiB
JSON

{
"name": "hippie",
"version": "0.4.2",
"description": "Hippie interweaves preeminent personal interface elements",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"preversion": "npm test",
"version": "gulp build && git add -A dist",
"postversion": "git push && git push --tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sthag/hippie.git"
},
"author": "Stephan Hagedorn",
"license": "MIT",
"bugs": {
"url": "https://github.com/sthag/hippie/issues"
},
"homepage": "https://github.com/sthag/hippie#readme",
"devDependencies": {
"@babel/core": "~7",
"@babel/preset-env": "~7",
"browser-sync": "^2.27.10",
"del": "^7.0.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-babel": "~8.0",
"gulp-cached": "^1.1.1",
"gulp-changed": "^4.0.3",
"gulp-clean-css": "~4",
"gulp-concat": "^2.6.1",
"gulp-data": "^1.3.1",
"gulp-if": "~3",
"gulp-jshint": "~2",
"gulp-json-concat": "~0.2",
"gulp-notify": "^4.0.0",
"gulp-nunjucks-render": "^2.2.3",
"gulp-plumber": "^1.2.1",
"gulp-remember": "^1.0.1",
"gulp-rename": "~2",
"gulp-sass": "~5",
"gulp-sass-lint": "^1.4.0",
"gulp-uglify": "^3.0.2",
"gulp-useref": "^5.0.0",
"gulp.spritesmith": "^6.13.0",
"jshint": "~2",
"jshint-stylish": "^2.2.1",
"merge-stream": "^2.0.0",
"pump": "^3.0.0",
"sass": "^1.54.0"
}
}