-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
42 lines (42 loc) · 1.23 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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@headlessui/react": "^1.4.2",
"@inertiajs/react": "^1.0.0",
"@tailwindcss/forms": "^0.5.3",
"@vitejs/plugin-react": "^4.0.3",
"autoprefixer": "^10.4.12",
"axios": "^1.1.2",
"laravel-vite-plugin": "^0.8.0",
"postcss": "^8.4.18",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.2.1",
"vite": "^4.0.0"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fontsource/roboto": "^5.0.8",
"@inertiajs/inertia": "^0.11.1",
"@inertiajs/inertia-react": "^0.8.1",
"@mui/icons-material": "^5.14.7",
"@mui/lab": "^5.0.0-alpha.143",
"@mui/material": "^5.14.7",
"apexcharts": "^3.42.0",
"chart.js": "^4.4.0",
"chartjs-adapter-moment": "^1.0.1",
"font-logos": "^1.0.0",
"moment": "^2.29.4",
"react-apexcharts": "^1.4.1",
"react-chartjs-2": "^5.2.0",
"react-router-dom": "^6.15.0",
"socket.io-client": "^4.7.2",
"ssh2": "^1.14.0"
}
}