-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 1.84 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
{
"name": "new-ui-clinic-plus",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/react": "11.10.4",
"@emotion/styled": "11.10.4",
"@mui/icons-material": "5.10.9",
"@mui/material": "5.10.10",
"@reduxjs/toolkit": "1.8.5",
"@tanstack/react-table": "8.3.2",
"@testing-library/jest-dom": "5.16.1",
"@testing-library/react": "12.1.2",
"@testing-library/user-event": "13.5.0",
"dayjs": "1.11.2",
"firebase": "9.8.1",
"formik": "2.2.9",
"lodash": "4.17.21",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-firebase-hooks": "5.0.3",
"react-imask": "6.4.2",
"react-loadable": "5.5.0",
"react-redux": "8.0.2",
"react-router-dom": "6.2.1",
"redux": "4.2.0",
"typescript": "4.6.3",
"web-vitals": "^2.1.2"
},
"scripts": {
"start": "vite --open",
"build": "tsc && vite build",
"preview": "vite preview"
},
"eslintConfig": {
"extends": [
"react-app"
]
},
"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/jest": "27.0.3",
"@types/lodash": "4.14.178",
"@types/node": "16.11.17",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"@types/react-redux": "7.1.24",
"@typescript-eslint/eslint-plugin": "5.30.5",
"@typescript-eslint/parser": "5.30.5",
"@vitejs/plugin-react": "2.0.1",
"babel-eslint": "10.1.0",
"eslint": "8.19.0",
"eslint-config-react-app": "7.0.1",
"eslint-plugin-flowtype": "8.0.3",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "6.6.0",
"eslint-plugin-react": "7.30.1",
"eslint-plugin-react-hooks": "4.6.0",
"vite": "3.1.8"
}
}