-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 1.91 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "net-tools-client-ts",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@hookform/resolvers": "^2.8.10",
"@mui/icons-material": "^5.6.2",
"@mui/lab": "^5.0.0-alpha.88",
"@mui/material": "^5.6.2",
"@mui/x-date-pickers": "^5.0.0-alpha.5",
"@redux-devtools/extension": "^3.2.2",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^12.1.4",
"@testing-library/user-event": "^13.5.0",
"@types/axios": "^0.14.0",
"@types/jest": "^27.4.1",
"@types/node": "^16.11.26",
"@types/react": "^17.0.44",
"@types/react-dom": "^17.0.15",
"@types/uuid": "^8.3.4",
"antd": "^4.19.5",
"axios": "^0.26.1",
"dotenv": "^16.0.1",
"env-cmd": "^10.1.0",
"mobx": "^6.5.0",
"mobx-react-lite": "^3.3.0",
"qrcode.react": "^3.0.2",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-hook-form": "^7.31.2",
"react-redux": "^8.0.2",
"react-router-dom": "^6.3.0",
"react-scripts": "5.0.0",
"react-toastify": "^9.0.3",
"redux": "^4.2.0",
"redux-thunk": "^2.4.1",
"typescript": "^4.6.3",
"web-vitals": "^2.1.4",
"yup": "^0.32.11",
"yup-phone-lite": "^1.1.0"
},
"scripts": {
"start": "env-cmd -f .env.prod react-scripts start",
"dev": "env-cmd -f .env.dev react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/bcrypt": "^5.0.0",
"@types/redux-logger": "^3.0.9",
"redux-logger": "^3.0.6"
}
}