-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 918 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 918 Bytes
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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.2",
"alpinejs": "^3.4.2",
"autoprefixer": "^10.4.2",
"axios": "^1.6.1",
"daisyui": "^4.5.0",
"dotenv": "^16.4.5",
"laravel-mix": "^6.0.49",
"laravel-vite-plugin": "^0.8.0",
"postcss": "^8.4.31",
"pusher-js": "^8.4.0-rc2",
"tailwindcss": "^3.1.0",
"vite": "^4.0.0"
},
"dependencies": {
"apexcharts": "^3.45.1",
"bootstrap": "^5.3.2",
"chart.js": "^4.4.1",
"flowbite": "^2.2.1",
"laravel-echo": "^1.16.1",
"preline": "^2.4.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-table": "^7.8.0",
"signature_pad": "^4.2.0",
"socket.io": "^4.7.5"
}
}