-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 826 Bytes
/
package.json
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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"dev-laravel": "php artisan serve",
"dev-node": "npm run dev",
"dev-all": "npm-run-all -p dev-laravel dev-node",
"laravel-pint": "./vendor/bin/pint"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/typography": "^0.5.10",
"autoprefixer": "^10.4.16",
"axios": "^1.7.4",
"laravel-vite-plugin": "^0.8.0",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.5",
"terser": "^5.28.1",
"vite": "^4.5.5"
},
"dependencies": {
"chokidar": "^3.5.3",
"flowbite": "^2.0.0",
"npm-run-all": "^4.1.5",
"tailwind-capitalize-first-letter": "^1.0.4"
}
}