some initial backend scaffolding
This commit is contained in:
parent
c12d47b749
commit
48f8459b58
21 changed files with 1991 additions and 321 deletions
|
@ -4,7 +4,7 @@
|
|||
"scripts": {
|
||||
"build": "tsc && vite build && vite build --ssr",
|
||||
"php:serve": "php artisan serve",
|
||||
"php:queue": "php artisan queue:listen --tries=1",
|
||||
"php:queue": "php artisan queue:listen --tries=1",
|
||||
"php:pail": "php artisan pail",
|
||||
"vite:dev": "vite",
|
||||
"dev": "concurrently -k -p \"[{name}]\" -c \"blue.bold,green.bold,red.bold,orange.bold\" \"pnpm:php:serve\" \"pnpm:php:pail\" \"pnpm:vite:dev\" \"pnpm:php:queue\"",
|
||||
|
@ -16,6 +16,7 @@
|
|||
"@inertiajs/svelte": "2.0.0-beta.2",
|
||||
"@sveltejs/vite-plugin-svelte": "^4.0.0",
|
||||
"@types/eslint": "^9.6.0",
|
||||
"@types/lodash": "^4.17.13",
|
||||
"@types/node": "^22.9.0",
|
||||
"autoprefixer": "^10.4.20",
|
||||
"axios": "^1.7.4",
|
||||
|
@ -25,6 +26,7 @@
|
|||
"eslint-plugin-svelte": "^2.36.0",
|
||||
"globals": "^15.0.0",
|
||||
"laravel-vite-plugin": "^1.0",
|
||||
"lodash": "^4.17.21",
|
||||
"material-icons": "^1.13.12",
|
||||
"postcss": "^8.4.47",
|
||||
"prettier": "^3.3.2",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue