-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.67 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "gllacy",
"version": "0.1.0",
"private": true,
"description": "Gllacy",
"devDependencies": {
"@htmlacademy/editorconfig-cli": "1.0.x",
"autoprefixer": "8.2.x",
"browser-sync": "2.23.6",
"css-mqpacker": "^6.0.2",
"del": "^3.0.0",
"eslint": "4.19.1",
"eslint-config-htmlacademy": "0.4.x",
"gulp": "3.9.1",
"gulp-concat": "^2.6.1",
"gulp-csscomb": "^3.0.8",
"gulp-csso": "^3.0.1",
"gulp-eslint": "^4.0.2",
"gulp-gh-pages": "^0.5.4",
"gulp-html-minifier2": "^1.1.8",
"gulp-htmlhint": "^2.1.0",
"gulp-imagemin": "^4.1.0",
"gulp-plumber": "1.2.0",
"gulp-postcss": "^7.0.1",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^2.6.4",
"gulp-svgmin": "^1.2.4",
"gulp-svgstore": "^6.1.1",
"gulp-typograf": "^3.1.0",
"gulp-uglify": "^3.0.0",
"htmlhint-stylish": "^1.0.3",
"normalize.css": "^8.0.0",
"postcss-browser-reporter": "^0.5.0",
"postcss-flexbugs-fixes": "^3.3.0",
"postcss-reporter": "^5.0.0",
"postcss-sorting": "^3.1.0",
"postcss-sprites": "^4.2.1",
"precss": "3.1.2",
"run-sequence": "^2.2.1"
},
"scripts": {
"test": "editorconfig-cli",
"build": "gulp build",
"symbols": "gulp symbols",
"svg": "gulp svg",
"images": "gulp images",
"start": "gulp serve",
"demo": "gulp build && gulp demo",
"deploy": "gulp deploy",
"lintcss": "gulp lintcss",
"linthtml": "gulp linthtml",
"lintjs": "gulp lintjs"
},
"editorconfig-cli": [
"*.html",
"*.json",
"*.js",
"js/**/*.js",
"img/**/*.svg",
"postcss/**/*.{css}"
],
"engines": {
"node": "6.10"
},
"dependencies": {
"del": "^3.0.0"
}
}