-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
76 lines (76 loc) · 1.99 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
{
"name": "icelab-assets",
"version": "2.0.8",
"description": "Configuration and scripts for assets.",
"repository": "icelab/icelab-assets",
"engines": {
"node": ">=4"
},
"bugs": {
"url": "https://github.com/icelab/icelab-assets/issues"
},
"files": [
"babelrc",
"bin",
"config",
"eslintrc",
"eslintrc.prod",
"scripts",
"template",
"utils"
],
"bin": {
"icelab-assets": "./bin/icelab-assets.js"
},
"dependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^7.2.3",
"babel-jest": "^20.0.3",
"babel-loader": "^7.1.1",
"babel-plugin-macros": "^2.6.1",
"babel-preset-react-app": "^3.0.2",
"babel-runtime": "^6.26.0",
"chalk": "^1.1.3",
"cross-spawn": "^4.0.2",
"css-loader": "^0.28.4",
"detect-port": "^1.0.1",
"dotenv": "^4.0.0",
"empty-dir": "^0.2.1",
"eslint": "^4.19.1",
"eslint-config-react-app": "^2.0.0",
"eslint-loader": "^1.9.0",
"eslint-plugin-flowtype": "^2.35.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-prettier": "^2.3.1",
"eslint-plugin-react": "^7.1.0",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^0.11.2",
"friendly-errors-webpack-plugin": "^1.6.1",
"fs-extra": "0.30.0",
"glob": "^7.1.1",
"http-proxy-middleware": "0.17.3",
"imports-loader": "^0.7.1",
"jest": "20.0.4",
"minimist": "^1.2.0",
"object-assign": "4.1.1",
"postcss-cssnext": "^3.0.2",
"postcss-import": "^11.0.0",
"postcss-loader": "2.0.6",
"postcss-url": "7.3.1",
"prettier": "^1.7.0",
"prettier-webpack-plugin": "^0.2.2",
"promise": "8.0.1",
"react-dev-utils": "^4.0.1",
"resolve-entry-modules-webpack-plugin": "^1.0.1",
"style-loader": "0.18.2",
"webpack": "3.10.0",
"webpack-dev-server": "2.8.2",
"webpack-manifest-plugin": "1.2.0",
"webpack-merge": "^4.1.1",
"whatwg-fetch": "2.0.3"
},
"optionalDependencies": {
"fsevents": "1.0.17"
}
}