forked from pypi/warehouse
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 1.45 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
69
70
71
72
{
"engines": {
"node": "6.6.0"
},
"dependencies": {
"babel-core": "6.14.0",
"babel-loader": "6.2.5",
"babel-polyfill": "6.13.0",
"babel-preset-es2015": "6.14.0",
"babel-register": "6.14.0",
"clipboard": "1.5.12",
"cookie": "0.3.1",
"del": "2.2.2",
"exports-loader": "0.6.3",
"font-awesome": "4.6.3",
"gulp": "3.9.1",
"gulp-batch": "1.0.5",
"gulp-brotli": "1.2.0",
"gulp-cssnano": "2.1.2",
"gulp-gzip": "1.4.0",
"gulp-image": "2.7.0",
"gulp-rev-all": "0.8.24",
"gulp-rev-napkin": "0.1.0",
"gulp-sass": "2.3.2",
"gulp-sequence": "0.4.6",
"gulp-sourcemaps": "1.6.0",
"gulp-uglify": "2.0.0",
"gulp-watch": "4.3.9",
"imports-loader": "0.6.5",
"jquery": "3.1.0",
"uglify-js": "2.7.3",
"vinyl-named": "1.1.0",
"webpack": "2.1.0-beta.25",
"webpack-stream": "3.2.0",
"whatwg-fetch": "1.0.0"
},
"devDependencies": {
"eslint": "3.5.0"
},
"eslintConfig": {
"env": {
"browser": true,
"es6": true
},
"extends": "eslint:recommended",
"parserOptions": {
"sourceType": "module"
},
"rules": {
"comma-dangle": [
"error",
"always-multiline"
],
"indent": [
"error",
2
],
"linebreak-style": [
"error",
"unix"
],
"quotes": [
"error",
"double"
],
"semi": [
"error",
"always"
]
}
}
}