-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.01 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
40
41
{
"name": "PixelHunter",
"version": "4.0.0",
"private": true,
"description": "Личный проект «Пиксель хантер» от HTML Academy",
"scripts": {
"eslint": "eslint js/",
"build": "gulp build",
"start": "gulp serve",
"test": "npm run eslint && gulp test"
},
"devDependencies": {
"autoprefixer": "6.7.7",
"babel-plugin-transform-es2015-modules-commonjs": "6.26.0",
"babel-register": "6.26.0",
"browser-sync": "2.18.8",
"chai": "4.1.2",
"css-mqpacker": "6.0.0",
"del": "2.2.2",
"eslint": "4.2.0",
"eslint-config-htmlacademy": "0.4.x",
"gulp": "3.9.1",
"gulp-better-rollup": "3.1.0",
"gulp-csso": "3.0.0",
"gulp-imagemin": "3.2.0",
"gulp-mocha": "5.0.0",
"gulp-plumber": "1.1.0",
"gulp-postcss": "7.0.0",
"gulp-rename": "1.2.2",
"gulp-sass": "3.1.0",
"gulp-sourcemaps": "2.6.4"
},
"engines": {
"node": "6.11.3"
},
"babel": {
"plugins": [
"transform-es2015-modules-commonjs"
]
}
}