Skip to content

Instantly share code, notes, and snippets.

@kicumkicum
Created February 25, 2019 12:09
Show Gist options
  • Save kicumkicum/bb580c04f78a5d5fbbb61688e4f54210 to your computer and use it in GitHub Desktop.
Save kicumkicum/bb580c04f78a5d5fbbb61688e4f54210 to your computer and use it in GitHub Desktop.
{
"name": "PixelHunter",
"version": "5.0.0",
"private": true,
"description": "Личный проект «Пиксель хантер» от HTML Academy",
"scripts": {
"eslint": "eslint ./gulpfile.js js/**/*.js",
"stylelint": "stylelint 'sass/**/*.scss' --syntax scss",
"build": "gulp build",
"start": "gulp serve",
"test": "npm run eslint && npm run stylelint && gulp test"
},
"devDependencies": {
"autoprefixer": "9.0.2",
"browser-sync": "2.24.6",
"chai": "4.2.0",
"css-mqpacker": "7.0.0",
"del": "3.0.0",
"eslint": "5.7.0",
"eslint-config-htmlacademy": "0.5.x",
"gulp": "3.9.1",
"gulp-better-rollup": "3.4.0",
"gulp-csso": "3.0.1",
"gulp-imagemin": "4.1.0",
"gulp-mocha": "6.0.0",
"gulp-plumber": "1.2.0",
"gulp-postcss": "7.0.1",
"gulp-rename": "1.4.0",
"gulp-sass": "4.0.1",
"gulp-sourcemaps": "2.6.4",
"gulp-svgstore": "6.1.1",
"jsdom": "13.0.0",
"jsdom-global": "3.0.2",
"rollup-plugin-commonjs": "9.2.0",
"stylelint": "9.4.x",
"stylelint-config-htmlacademy": "0.1.x"
},
"engines": {
"node": "10"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment