-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 1.1 KB
/
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
30
{
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"watch": "vite -- --watch",
"serve": "php artisan serve --host=urgunsoft.test --port=80",
"seed": "php artisan migrate:fresh --seed",
"reset": "php artisan route:clear && php artisan cache:clear && php artisan view:clear && php artisan optimize:clear && php artisan route:cache && php artisan config:cache && php artisan optimize",
"update": "composer update --dry-run && composer dump-autoload && composer audit --locked && composer outdated && composer show -i"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.9",
"alpinejs": "^3.12.2",
"autoprefixer": "^10.4.14",
"axios": "^0.27.2",
"jquery-ui": "^1.13.2",
"laravel-vite-plugin": "^0.6.1",
"lodash": "^4.17.21",
"postcss": "^8.4.24",
"tailwindcss": "^3.3.2",
"vite": "^3.2.7",
"pnpm": "^8.2.0"
},
"dependencies": {
"bootstrap": "^5.3.0",
"jquery": "^3.7.0"
}
}