-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) 路 728 Bytes
/
Copy pathpackage.json
File metadata and controls
24 lines (24 loc) 路 728 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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"start": "npx concurrently \"php artisan serve\" \"npm run dev\" -c \"bgRed.bold,bgGreen.bold\" --names=server,vite"
},
"devDependencies": {
"@inertiajs/vue3": "^1.0.14",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"@vitejs/plugin-vue": "^5.0.0",
"autoprefixer": "^10.4.16",
"axios": "^1.7.7",
"concurrently": "^9.0.1",
"laravel-vite-plugin": "^1.0",
"postcss": "^8.4.32",
"sweetalert2": "^11.12.4",
"tailwindcss": "^3.4.0",
"vite": "^5.0",
"vue": "^3.3.13"
}
}