-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.59 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
{
"name": "quickstart-react",
"version": "0.0.1",
"description": "quickstart-react",
"main": "index.js",
"license": "MIT",
"private": false,
"scripts": {
"start": "webpack-dev-server --config webpack.config.js",
"test": "jest"
},
"jest": {
"moduleNameMapper": {
"\\.(css|less)$": "identity-obj-proxy"
}
},
"dependencies": {
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.2.3",
"@babel/plugin-proposal-export-default-from": "^7.2.0",
"@babel/preset-env": "^7.2.3",
"@babel/preset-react": "^7.0.0",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"babel-jest": "23.6.0",
"babel-loader": "^8.0.5",
"babel-polyfill": "^6.26.0",
"classnames": "^2.2.6",
"css-loader": "^2.1.0",
"es6-promise": "^4.2.5",
"global": "^4.3.2",
"identity-obj-proxy": "^3.0.0",
"isomorphic-fetch": "^2.2.1",
"jest": "^23.6.0",
"module": "^1.2.5",
"prop-types": "^15.6.2",
"qs": "^6.6.0",
"react": "16.7.0-alpha.2",
"react-collapse": "^4.0.3",
"react-dom": "16.7.0-alpha.2",
"react-material-layout": "^1.1.11",
"react-motion": "^0.5.2",
"react-select": "^2.2.0",
"react-spinners": "^0.5.1",
"react-testing-library": "^5.4.4",
"style-loader": "^0.23.1",
"webpack": "^4.28.3",
"webpack-cli": "^3.2.1",
"webpack-dev-server": "^3.1.14"
},
"devDependencies": {
"eslint": "^5.12.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.12.3"
}
}