-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 649 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 649 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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"vite": "vite",
"build": "vite build",
"serve": "concurrently \"npm run vite\" \"php artisan serve\""
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.2",
"alpinejs": "^3.4.2",
"autoprefixer": "^10.4.2",
"axios": "^1.1.2",
"daisyui": "^3.5.0",
"laravel-vite-plugin": "^0.7.5",
"postcss": "^8.4.6",
"tailwindcss": "^3.1.0",
"vite": "^4.0.0"
},
"dependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
"concurrently": "^8.2.2"
}
}