-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 2 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": "vite-project",
"private": true,
"version": "0.0.0",
"type": "module",
"dependencies": {
"@emotion/cache": "^11.10.5",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@hello-pangea/dnd": "^16.3.0",
"@hookform/resolvers": "^3.4.2",
"@iconify/react": "^4.1.1",
"@mui/lab": "^5.0.0-alpha.139",
"@mui/material": "^5.14.4",
"@mui/system": "^5.14.4",
"@mui/x-data-grid": "^7.5.1",
"@mui/x-date-pickers": "^6.11.0",
"axios": "^1.4.0",
"date-fns": "^2.30.0",
"dayjs": "^1.11.11",
"framer-motion": "^10.15.1",
"lodash": "^4.17.21",
"mui-one-time-password-input": "^2.0.0",
"notistack": "^3.0.1",
"nprogress": "^0.2.0",
"numeral": "^2.0.6",
"primereact": "^10.8.3",
"quill": "^2.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-hook-form": "^7.45.4",
"react-lazy-load-image-component": "^1.6.0",
"react-quill": "^2.0.0",
"react-router-dom": "^6.23.1",
"react-use": "^17.5.0",
"simplebar-react": "^3.2.4",
"stylis": "^4.3.0",
"stylis-plugin-rtl": "^2.1.1",
"swr": "^2.2.5",
"yet-another-react-lightbox": "^3.12.0",
"yup": "^1.4.0"
},
"devDependencies": {
"@types/lodash": "^4.14.196",
"@types/node": "^22.1.0",
"@types/nprogress": "^0.2.0",
"@types/numeral": "^2.0.2",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@types/react-lazy-load-image-component": "^1.5.3",
"@vitejs/plugin-react": "^4.2.1",
"vite": "^5.2.0"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"scripts": {
"dev": "vite --port 3000",
"start": "node dist/index.js",
"build": "vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
}
}