forked from pypi/warehouse
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
85 lines (85 loc) · 1.87 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
74
75
76
77
78
79
80
81
82
83
84
85
{
"repository": "pypa/warehouse",
"license": "Apache-2.0",
"engines": {
"node": "8.9.4"
},
"dependencies": {
"@fortawesome/fontawesome-free": "5.1.1",
"babel-core": "6.26.0",
"babel-loader": "7.1.2",
"babel-plugin-transform-class-properties": "6.24.1",
"babel-polyfill": "6.26.0",
"babel-preset-env": "1.6.1",
"babel-register": "6.26.0",
"clipboard": "1.7.1",
"cookie": "0.3.1",
"del": "3.0.0",
"element-closest": "^2.0.2",
"enter-view": "0.1.0",
"exports-loader": "0.6.4",
"gulp": "^4.0.0",
"gulp-batch": "1.0.5",
"gulp-brotli": "1.2.1",
"gulp-concat": "2.6.1",
"gulp-cssnano": "2.1.2",
"gulp-gzip": "1.4.0",
"gulp-image": "^4.3.0",
"gulp-rev-all": "^0.9.8",
"gulp-rev-napkin": "0.1.0",
"gulp-sass": "^4.0.1",
"gulp-sourcemaps": "2.6.1",
"gulp-uglify": "3.0.0",
"gulp-watch": "4.3.11",
"imports-loader": "0.7.1",
"jquery": "^3.3.1",
"mutation-observer-inner-html-shim": "^1.0.0",
"stimulus": "1.0.1",
"uglify-js": "3.2.1",
"vinyl-named": "1.1.0",
"webpack": "3.10.0",
"webpack-stream": "4.0.0",
"whatwg-fetch": "2.0.3",
"youtube-iframe": "1.0.3",
"zopflipng-bin": "^4.1.0"
},
"devDependencies": {
"babel-eslint": "8.2.2",
"eslint": "4.12.1",
"sass-lint": "1.12.1"
},
"eslintConfig": {
"env": {
"browser": true,
"es6": true,
"amd": true
},
"extends": "eslint:recommended",
"parser": "babel-eslint",
"parserOptions": {
"sourceType": "module"
},
"rules": {
"comma-dangle": [
"error",
"always-multiline"
],
"indent": [
"error",
2
],
"linebreak-style": [
"error",
"unix"
],
"quotes": [
"error",
"double"
],
"semi": [
"error",
"always"
]
}
}
}