-
Notifications
You must be signed in to change notification settings - Fork 75
/
package.json
49 lines (49 loc) · 1.23 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
{
"name": "create-react-app-material-typescript-redux",
"version": "3.0.0",
"dependencies": {
"@material-ui/core": "4.11.1",
"@material-ui/icons": "4.9.1",
"@material-ui/styles": "4.11.1",
"@material-ui/lab": "^4.0.0-alpha.56",
"localforage": "1.7.3",
"redux-devtools-extension": "2.13.8",
"redux-logger": "3.0.6",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-redux": "7.2.2",
"react-router-dom": "5.2.0",
"react-scripts": "3.4.1",
"redux-persist": "6.0.0",
"react-typesafe-routes": "^0.0.6",
"redux-thunk": "2.3.0",
"typescript": "4.1.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"eject": "react-scripts eject",
"test": "react-scripts test"
},
"browserslist": [
">0.2%",
"not dead",
"not op_mini all",
"ie 11"
],
"devDependencies": {
"redux-devtools-extension": "2.13.8",
"eslint": "6.8.0",
"eslint-config-prettier": "^6.10.1",
"eslint-plugin-prettier": "^3.1.2",
"@types/node": "12.12.18",
"@types/react": "17.0.0 ",
"@types/react-dom": "17.0.0",
"@types/react-router-dom": "5.1.6",
"@types/redux-logger": "3.0.8",
"@types/webpack-env": "1.16.0",
"rimraf": "3.0.2",
"@types/react-redux": "7.1.11",
"@types/jest": "24.0.25"
}
}