-
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.92 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.92 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": "library-ui",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@mui/icons-material": "^7.3.4",
"@mui/lab": "^7.0.1-beta.18",
"@mui/material": "^7.3.4",
"@mui/x-charts": "^7.29.1",
"@mui/x-data-grid": "^8.22.0",
"@mui/x-date-pickers": "^8.22.1",
"@tanstack/query-sync-storage-persister": "^5.90.9",
"@tanstack/react-query": "^5.90.7",
"@tanstack/react-query-devtools": "^5.90.2",
"@tanstack/react-query-persist-client": "^5.90.9",
"@vercel/analytics": "^1.5.0",
"@vercel/speed-insights": "^1.2.0",
"axios": "^1.13.1",
"cropperjs": "^2.1.0",
"date-fns": "^4.1.0",
"framer-motion": "^12.23.24",
"idb-keyval": "^6.2.2",
"lucide-react": "^0.546.0",
"notistack": "^3.0.2",
"react": "^18.3.1",
"react-activation": "^0.13.4",
"react-cropper": "^2.3.3",
"react-dom": "^18.3.1",
"react-dropzone": "^14.3.8",
"react-easy-crop": "^5.5.3",
"react-helmet-async": "^2.0.5",
"react-hook-form": "^7.69.0",
"react-intersection-observer": "^10.0.0",
"react-quill": "^2.0.0",
"react-router-dom": "^7.9.4",
"swiper": "^12.0.2"
},
"devDependencies": {
"@eslint/js": "^9.38.0",
"@types/axios": "^0.9.36",
"@types/node": "^24.10.4",
"@types/react": "^18.3.11",
"@types/react-cropper": "^1.3.7",
"@types/react-dom": "^18.3.1",
"@types/react-easy-crop": "^1.16.0",
"@vitejs/plugin-react": "^5.0.4",
"eslint": "^9.38.0",
"eslint-plugin-react-hooks": "^7.0.0",
"eslint-plugin-react-refresh": "^0.4.24",
"globals": "^16.4.0",
"sharp": "^0.34.4",
"typescript": "~5.9.3",
"typescript-eslint": "^8.46.2",
"vite": "^7.1.11",
"vite-imagetools": "^9.0.0"
}
}