forked from pypi/warehouse
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 1.5 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
73
{
"engines": {
"node": "5.5.0"
},
"dependencies": {
"babel-core": "6.7.4",
"babel-loader": "6.2.4",
"babel-polyfill": "6.7.4",
"babel-preset-es2015": "6.6.0",
"babel-preset-es2015-native-modules": "6.6.0",
"babel-register": "6.7.2",
"clipboard": "1.5.10",
"cookie": "0.3.1",
"del": "2.2.0",
"exports-loader": "0.6.3",
"font-awesome": "4.5.0",
"gulp": "3.9.1",
"gulp-batch": "1.0.5",
"gulp-brotli": "1.2.0",
"gulp-cssnano": "2.1.1",
"gulp-gzip": "1.4.0",
"gulp-image": "1.3.1",
"gulp-rev-all": "0.8.24",
"gulp-rev-napkin": "0.1.0",
"gulp-sass": "2.2.0",
"gulp-sequence": "0.4.5",
"gulp-sourcemaps": "1.6.0",
"gulp-uglify": "1.5.3",
"gulp-watch": "4.3.5",
"imports-loader": "0.6.5",
"jquery": "2.2.2",
"uglify-js": "2.6.2",
"vinyl-named": "1.1.0",
"webpack": "2.1.0-beta.4",
"webpack-stream": "3.1.0",
"whatwg-fetch": "0.11.0"
},
"devDependencies": {
"eslint": "2.7.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"
]
}
}
}