-
-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 643 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 643 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
{
"$schema": "https://www.schemastore.org/package.json",
"private": true,
"type": "module",
"scripts": {
"build": "vite build",
"dev": "vite"
},
"devDependencies": {
"@tailwindcss/vite": "4.2.2",
"axios": "^1.14.0",
"concurrently": "^9.2.1",
"daisyui": "^5.5.19",
"laravel-vite-plugin": "^3.0.0",
"lucide": "^1.7.0",
"playwright": "^1.59.0",
"tabulator-tables": "^6.4.0",
"tailwindcss": "^4.2.2",
"vite": "^8.0.3"
},
"dependencies": {
"@alpinejs/persist": "^3.15.12",
"alpinejs": "^3.15.12"
}
}