forked from cehfisher/a11y-style-guide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.02 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
{
"name": "a11y_style_guide",
"version": "1.0.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/cehfisher/a11y-style-guide.git"
},
"scripts": {
"build": "gulp",
"compile": "gulp compile",
"watch": "gulp watch",
"styleguide": "gulp styleguide",
"compress": "gulp compress",
"lint": "gulp lint",
"clean": "gulp clean",
"gulp": "gulp"
},
"devDependencies": {
"babel-plugin-transform-remove-strict-mode": "0.0.2",
"babel-preset-es2015": "^6.18.0",
"breakpoint-sass": "^2.7.1",
"browser-sync": "^2.18.2",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.1",
"gulp-eslint": "^3.0.1",
"gulp-imagemin": "^3.1.1",
"gulp-order": "^1.1.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.2",
"gulp-sass-lint": "^1.3.2",
"gulp-sourcemaps": "^1.9.1",
"kss": "^3.0.0-beta.18",
"run-sequence": "^1.2.2",
"singularitygs": "^1.7.1"
}
}