-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.33 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.33 KB
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
{
"name": "react-redux-starter",
"version": "0.1.0",
"private": true,
"dependencies": {
"@craco/craco": "^3.2.0",
"humps": "^2.0.1",
"lodash": "^4.17.11",
"normalizr": "^3.3.0",
"nprogress": "^0.2.0",
"react": "16.7.0-alpha.0",
"react-dom": "16.7.0-alpha.0",
"react-redux": "^5.1.1",
"react-router-config": "^4.4.0-beta.6",
"react-router-dom": "^4.3.1",
"react-scripts": "2.1.1",
"redux": "^4.0.1",
"redux-react-hook": "^2.0.0",
"redux-thunk": "^2.3.0",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^0.83.0",
"typescript": "^3.2.1"
},
"scripts": {
"start": "craco start",
"build": "craco build",
"test": "craco test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@types/history": "^4.7.2",
"@types/humps": "^1.1.2",
"@types/jest": "^23.3.10",
"@types/lodash": "^4.14.119",
"@types/node": "^10.12.12",
"@types/nprogress": "^0.0.29",
"@types/react": "^16.7.13",
"@types/react-dom": "^16.0.11",
"@types/react-redux": "^6.0.10",
"@types/react-router-config": "^1.1.0",
"@types/react-router-dom": "^4.3.1",
"redux-devtools-extension": "^2.13.7"
}
}