-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.35 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
{
"name": "recrt-sd-labs",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^3.0.2",
"enzyme": "^3.6.0",
"enzyme-adapter-react-16": "^1.4.0",
"flow-bin": "^0.80.0",
"prop-types": "^15.6.2",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"react-loadable": "^5.5.0",
"react-redux": "^5.0.7",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-scripts": "1.1.5",
"react-test-renderer": "^16.5.0",
"redux": "^4.0.0",
"redux-actions": "^2.6.1",
"redux-form": "^7.4.2",
"reselect": "^3.0.1",
"uuid": "^3.3.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"eslint": "eslint -c .eslintrc.js src/",
"flow": "flow"
},
"devDependencies": {
"babel-eslint": "^9.0.0",
"eslint": "^5.5.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-react": "^7.11.1"
},
"jest": {
"collectCoverageFrom": [
"src/components/**/*.{js,jsx,mjs}",
"src/core/**/*.{js,jsx,mjs}",
"src/features/**/*.{js,jsx,mjs}",
"src/routes/**/*.{js,jsx,mjs}",
"!src/**/index.{js,jsx,mjs}",
"!**/containers/**/*.{js,jsx,mjs}"
]
}
}