-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 880 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 880 Bytes
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
{
"private": true,
"devDependencies": {
"@babel/core": ">=7.0.0-0 <8.0.0",
"@babel/plugin-syntax-flow": "^7.14.5",
"@babel/plugin-transform-react-jsx": "^7.14.9",
"@types/node": "^15.6.1",
"@types/react": "^17.0.5",
"@types/react-dom": "^17.0.0",
"@types/react-router-dom": "^5.1.8",
"csstype": "^3.1.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-hot-toast": "^2.0.0",
"react-router-dom": "^5.2.0",
"react-scripts": "5.0.1",
"redaxios": "^0.4.1",
"sass": "^1.52.1",
"typescript": "^4.1.2"
},
"scripts": {
"build": "react-scripts build",
"dev": "react-scripts start",
"postinstall": "./scripts/postinstall.sh"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
"defaults"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}