-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.07 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "GuessMelody",
"version": "5.0.0",
"private": true,
"description": "Личный проект «Угадай мелодию» от HTML Academy",
"scripts": {
"editorconfig": "editorconfig-cli",
"stylelint": "stylelint 'sass/**/*.scss' --syntax scss",
"eslint": "eslint ./gulpfile.js js/",
"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.1.2",
"css-mqpacker": "7.0.0",
"del": "3.0.0",
"eslint": "4.19.1",
"eslint-config-htmlacademy": "0.5.x",
"gulp": "3.9.1",
"gulp-better-rollup": "3.3.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",
"rollup-plugin-commonjs": "9.1.5",
"stylelint": "9.4.x",
"stylelint-config-htmlacademy": "0.1.x"
},
"engines": {
"node": "8"
}
}