-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.03 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
42
43
44
45
{
"name": "mishka",
"version": "0.1.0",
"description": "Личный проект «Мишка» от HTML Academy",
"devDependencies": {
"@htmlacademy/editorconfig-cli": "1.x",
"autoprefixer": "6.7.x",
"browser-sync": "2.18.12",
"css-mqpacker": "^6.0.1",
"del": "^3.0.0",
"gh-pages": "2.0.1",
"gulp": "3.9.1",
"gulp-csso": "^3.0.0",
"gulp-imagemin": "^3.3.0",
"gulp-plumber": "1.1.0",
"gulp-postcss": "6.4.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "3.1.0",
"gulp-svgmin": "^1.2.4",
"gulp-svgstore": "^6.1.0",
"htmlhint": "^0.9.13",
"run-sequence": "^1.2.2"
},
"scripts": {
"test": "editorconfig-cli",
"build": "gulp build",
"start": "npm run build && gulp serve",
"deploy": "gh-pages -d build"
},
"editorconfig-cli": [
"*.html",
"*.json",
"*.js",
"js/**/*.js",
"img/**/*.svg",
"sass/**/*.{sass,scss}"
],
"engines": {
"node": "6.10"
},
"dependencies": {
"normalize.css": "^7.0.0",
"picturefill": "^3.0.2"
}
}