-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.14 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
{
"name": "represult",
"version": "0.1.0",
"private": true,
"dependencies": {
"prop-types": "^15.5.7",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"react-redux": "^5.0.2",
"react-router": "^3.0.2",
"redux": "^3.6.0",
"redux-thunk": "^2.2.0",
"unfetch": "^2.1.2",
"xml-js": "^1.2.2"
},
"devDependencies": {
"eslint": "^3.16.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-config-standard": "^6.2.1",
"eslint-config-standard-react": "^4.2.0",
"eslint-plugin-babel": "^4.0.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-promise": "^3.4.2",
"eslint-plugin-react": "^6.10.0",
"eslint-plugin-standard": "^2.0.1",
"flow-bin": "^0.43.1",
"react-addons-test-utils": "^15.4.2",
"react-scripts": "0.9.5",
"react-test-renderer": "^15.5.4",
"redux-mock-store": "^1.2.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"lint": "eslint src",
"lint:fix": "npm run lint -- --fix",
"flow": "flow",
"eject": "react-scripts eject"
}
}