-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.02 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.02 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
{
"$schema": "https://www.schemastore.org/package.json",
"private": true,
"type": "module",
"scripts": {
"build": "vite build",
"dev": "vite"
},
"devDependencies": {
"@tailwindcss/vite": "^4.1.18",
"@vitejs/plugin-vue": "^6.0.3",
"alpinejs": "^3.15.5",
"axios": "^1.13.4",
"concurrently": "^9.2.1",
"laravel-vite-plugin": "^2.1.0",
"tailwindcss": "^4.1.18",
"vite": "^7.3.1",
"vue": "^3.5.27"
},
"dependencies": {
"@alpinejs/collapse": "^3.15.8",
"@tailwindcss/forms": "^0.5.11",
"@tailwindcss/typography": "^0.5.19",
"apexcharts": "^5.3.6",
"chart.js": "^4.5.1",
"driver.js": "^1.4.0",
"emoji-picker-element": "^1.29.0",
"flatpickr": "^4.6.13",
"flowbite": "^4.0.1",
"imask": "^7.6.1",
"jsvectormap": "^1.7.0",
"laravel-echo": "^2.3.0",
"pusher-js": "^8.4.0",
"save": "^2.9.0",
"trix": "^2.1.16"
}
}