-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 926 Bytes
/
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
{
"browserslist": {
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
],
"production": [
">0.2%",
"not dead",
"not op_mini all"
]
},
"dependencies": {
"@types/node": "14.0.24",
"@types/react": "16.9.43",
"@types/react-dom": "16.9.8",
"@types/react-redux": "7.1.9",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-redux": "7.2.0",
"react-scripts": "3.4.1",
"redux": "4.0.5",
"typescript": "3.9.7"
},
"devDependencies": {
"prettier": "2.0.5"
},
"name": "typescript-react-redux-basics",
"private": true,
"scripts": {
"fix": "prettier --ignore-path .gitignore \"**/*.{ts,tsx,json,html}\" --write",
"build": "react-scripts build",
"eject": "react-scripts eject",
"start": "react-scripts start",
"test": "react-scripts test"
},
"version": "0.0.0"
}