Compare commits
3 Commits
d6110dd6db
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d0c7713d8d | ||
|
|
24737ca896 | ||
|
|
a887399300 |
@@ -17,8 +17,7 @@
|
||||
"plesk/ext-laravel-integration": "^7.0",
|
||||
"predis/predis": "^2.0",
|
||||
"sentry/sentry-laravel": "^4.10",
|
||||
"tightenco/ziggy": "^2.0",
|
||||
"ext-libxml": "*"
|
||||
"tightenco/ziggy": "^2.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"fakerphp/faker": "^1.23",
|
||||
|
||||
487
composer.lock
generated
487
composer.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -77,7 +77,7 @@ autostart=true
|
||||
autorestart=true
|
||||
stopasgroup=true
|
||||
killasgroup=true
|
||||
numprocs=2 # To reduce memory/CPU usage, change to 2.
|
||||
numprocs=16 # To reduce memory/CPU usage, change to 2.
|
||||
startsecs=0
|
||||
stopwaitsecs=3600
|
||||
stdout_logfile=/var/log/worker-laravel.log
|
||||
|
||||
18
package.json
18
package.json
@@ -6,13 +6,13 @@
|
||||
"dev": "vite"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@headlessui/react": "^2.2.4",
|
||||
"@inertiajs/react": "^2.0.12",
|
||||
"@headlessui/react": "^2.2.7",
|
||||
"@inertiajs/react": "^2.0.17",
|
||||
"@tailwindcss/forms": "^0.5.10",
|
||||
"@vitejs/plugin-react": "^4.5.2",
|
||||
"@vitejs/plugin-react": "^4.7.0",
|
||||
"autoprefixer": "^10.4.21",
|
||||
"axios": "^1.10.0",
|
||||
"concurrently": "^9.1.2",
|
||||
"axios": "^1.11.0",
|
||||
"concurrently": "^9.2.0",
|
||||
"laravel-vite-plugin": "^1.3.0",
|
||||
"postcss": "^8.5.6",
|
||||
"react": "^18.3.1",
|
||||
@@ -36,18 +36,18 @@
|
||||
"@radix-ui/react-toast": "^1.2.14",
|
||||
"@radix-ui/react-tooltip": "^1.2.7",
|
||||
"@sentry/react": "^8.55.0",
|
||||
"@sentry/vite-plugin": "^2.23.0",
|
||||
"@sentry/vite-plugin": "^2.23.1",
|
||||
"@tanstack/react-table": "^8.21.3",
|
||||
"class-variance-authority": "^0.7.1",
|
||||
"clsx": "^2.1.1",
|
||||
"lodash": "^4.17.21",
|
||||
"lucide-react": "^0.468.0",
|
||||
"luxon": "^3.6.1",
|
||||
"react-hook-form": "^7.58.1",
|
||||
"luxon": "^3.7.1",
|
||||
"react-hook-form": "^7.62.0",
|
||||
"tailwind-merge": "^2.6.0",
|
||||
"tailwindcss-animate": "^1.0.7",
|
||||
"use-double-tap": "^1.3.7",
|
||||
"use-long-press": "^3.3.0",
|
||||
"zod": "^3.25.67"
|
||||
"zod": "^3.25.76"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user