-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.03 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.03 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
{
"name": "create-react-app-typescript-redux",
"version": "2.0.0",
"dependencies": {
"@material-ui/core": "4.7.1",
"@material-ui/icons": "4.5.1",
"@material-ui/styles": "4.7.1",
"localforage": "1.7.3",
"react": "16.12.0",
"react-dom": "16.12.0",
"react-redux": "7.1.3",
"react-router-dom": "5.1.2",
"react-scripts": "3.3.0",
"redux-persist": "6.0.0",
"redux-thunk": "2.3.0",
"typescript": "3.7.3",
"redux-devtools-extension": "2.13.8",
"redux-logger": "3.0.6"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"eslint-plugin-react": "7.17.0",
"@types/jest": "24.0.23",
"@types/node": "12.12.14",
"@types/react": "16.9.15",
"@types/react-dom": "16.9.4",
"@types/react-router-dom": "5.1.3",
"@types/redux-logger": "3.0.7",
"@types/webpack-env": "1.14.1",
"@types/react-redux": "7.1.5"
}
}