-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.95 KB
/
Copy pathpackage.json
File metadata and controls
67 lines (67 loc) · 1.95 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
67
{
"name": "frontend",
"private": true,
"version": "2.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview",
"serve": "concurrently -n FRONTEND,BACKEND -c green,blue \"vite\" \"cd ../backend && php artisan serve\""
},
"dependencies": {
"@ably/laravel-echo": "^1.0.6",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@fontsource/inter": "^5.2.8",
"@mui/icons-material": "^7.1.1",
"@mui/material": "^7.1.1",
"@mui/x-charts": "^8.13.1",
"@mui/x-data-grid": "^8.14.1",
"@tailwindcss/vite": "^4.1.14",
"@tiptap/extension-color": "^2.23.0",
"@tiptap/extension-placeholder": "^2.23.1",
"@tiptap/extension-text-align": "^2.23.1",
"@tiptap/extension-underline": "^2.23.1",
"@tiptap/react": "^2.23.0",
"@tiptap/starter-kit": "^2.23.0",
"ably": "^1.2.50",
"axios": "^1.10.0",
"chart.js": "^4.5.1",
"date-fns": "^4.1.0",
"date-fns-tz": "^3.2.0",
"framer-motion": "^12.23.24",
"laravel-echo": "^1.19.0",
"pusher-js": "^8.4.0",
"react": "^18.2.0",
"react-chartjs-2": "^5.3.1",
"react-dom": "^18.2.0",
"react-icons": "^5.5.0",
"react-qr-code": "^2.0.16",
"react-router-dom": "^7.6.2",
"react-toastify": "^11.0.5",
"recharts": "^3.3.0",
"socket.io-client": "^4.8.1",
"sweetalert2": "^11.26.3",
"sweetalert2-react-content": "^5.1.0",
"zustand": "^5.0.8"
},
"devDependencies": {
"@eslint/js": "^9.25.0",
"@types/react": "^18.2.57",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react-swc": "^3.9.0",
"autoprefixer": "^10.4.21",
"concurrently": "^9.2.0",
"eslint": "^9.25.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^16.0.0",
"postcss": "^8.5.6",
"sass": "^1.89.2",
"tailwindcss": "^4.1.16",
"typescript": "^5.9.3",
"vite": "^6.3.5"
}
}