-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.79 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.79 KB
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
{
"name": "react-ts",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@headlessui/react": "^2.1.3",
"@heroicons/react": "^1.0.6",
"@mui/material": "^6.0.1",
"@mui/styles": "^6.0.2",
"@reduxjs/toolkit": "^2.2.7",
"accordion-js": "^3.3.4",
"axios": "^1.7.7",
"chart.js": "^4.4.4",
"clsx": "^2.1.1",
"fabric": "^6.4.1",
"firebase": "^10.13.1",
"formik": "^2.4.6",
"framer-motion": "^11.3.31",
"mui": "file:../../icons-material",
"react": "^18.3.1",
"react-chartjs-2": "^5.2.0",
"react-datepicker": "^7.3.0",
"react-dom": "^18.3.1",
"react-helmet-async": "^2.0.5",
"react-icons": "^5.3.0",
"react-pro-sidebar": "^1.1.0",
"react-redux": "^9.1.2",
"react-router-dom": "^6.26.1",
"react-toastify": "^10.0.5",
"recharts": "^2.12.7",
"redux-persist": "^6.0.0",
"swiper": "^11.1.12",
"yup": "^1.4.0"
},
"devDependencies": {
"@eslint/js": "^9.9.0",
"@types/axios": "^0.9.36",
"@types/fabric": "^5.3.9",
"@types/node": "^22.5.1",
"@types/react": "^18.3.5",
"@types/react-canvas-draw": "^1.2.3",
"@types/react-dom": "^18.3.0",
"@types/react-helmet-async": "^1.0.1",
"@types/react-router-dom": "^5.3.3",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.20",
"eslint": "^9.9.0",
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"eslint-plugin-react-refresh": "^0.4.9",
"globals": "^15.9.0",
"postcss": "^8.4.42",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.4",
"typescript-eslint": "^8.0.1",
"vite": "^5.4.1"
}
}