-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.3 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
{
"name": "admin-panel",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@apollo/client": "^3.7.9",
"@emotion/react": "^11.8.1",
"@emotion/styled": "^11.8.1",
"@hookform/resolvers": "^2.9.5",
"@iconify/react": "^3.1.3",
"@mui/lab": "^5.0.0-alpha.70",
"@mui/material": "^5.4.3",
"add": "^2.0.6",
"apexcharts": "^3.33.1",
"axios": "^0.27.2",
"date-fns": "^2.28.0",
"formik": "^2.2.9",
"framer-motion": "^6.2.8",
"graphql": "^16.6.0",
"js-cookie": "^3.0.1",
"jwt-decode": "^3.1.2",
"lodash": "^4.17.21",
"numeral": "^2.0.6",
"react": "^17.0.2",
"react-apexcharts": "^1.3.9",
"react-dom": "^17.0.2",
"react-helmet-async": "^1.2.3",
"react-hook-form": "^7.33.1",
"react-router-dom": "^6.2.1",
"react-toastify": "^9.1.1",
"simplebar-react": "^2.3.6",
"yarn": "^1.22.19",
"yup": "^0.32.11"
},
"devDependencies": {
"@types/js-cookie": "^3.0.2",
"@types/lodash": "^4.14.179",
"@types/node": "^17.0.35",
"@types/numeral": "^2.0.2",
"@types/react": "^17.0.33",
"@types/react-dom": "^17.0.10",
"@vitejs/plugin-react": "^1.2.0",
"typescript": "^4.5.4",
"vite": "^2.8.4"
}
}