2024-11-05 18:05:41 +02:00
|
|
|
{
|
|
|
|
"private": true,
|
|
|
|
"type": "module",
|
|
|
|
"scripts": {
|
|
|
|
"build": "tsc && vite build && vite build --ssr",
|
|
|
|
"php:serve": "php artisan serve",
|
2024-11-06 20:40:37 +02:00
|
|
|
"php:queue": "php artisan queue:listen --tries=1",
|
2024-11-05 18:05:41 +02:00
|
|
|
"php:pail": "php artisan pail",
|
|
|
|
"vite:dev": "vite",
|
2024-11-06 00:06:30 +02:00
|
|
|
"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\"",
|
2024-11-05 18:05:41 +02:00
|
|
|
"format": "prettier --write .",
|
|
|
|
"lint": "prettier --check . && eslint ."
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@eslint/js": "^9.14.0",
|
|
|
|
"@inertiajs/svelte": "2.0.0-beta.2",
|
|
|
|
"@sveltejs/vite-plugin-svelte": "^4.0.0",
|
|
|
|
"@types/eslint": "^9.6.0",
|
2024-11-06 20:40:37 +02:00
|
|
|
"@types/lodash": "^4.17.13",
|
2024-11-05 18:05:41 +02:00
|
|
|
"@types/node": "^22.9.0",
|
|
|
|
"autoprefixer": "^10.4.20",
|
|
|
|
"axios": "^1.7.4",
|
|
|
|
"concurrently": "^9.1.0",
|
|
|
|
"eslint": "^9.7.0",
|
|
|
|
"eslint-config-prettier": "^9.1.0",
|
|
|
|
"eslint-plugin-svelte": "^2.36.0",
|
|
|
|
"globals": "^15.0.0",
|
|
|
|
"laravel-vite-plugin": "^1.0",
|
2024-11-06 20:40:37 +02:00
|
|
|
"lodash": "^4.17.21",
|
2024-11-05 18:05:41 +02:00
|
|
|
"material-icons": "^1.13.12",
|
|
|
|
"postcss": "^8.4.47",
|
|
|
|
"prettier": "^3.3.2",
|
|
|
|
"prettier-plugin-svelte": "^3.2.6",
|
|
|
|
"sass-embedded": "^1.80.6",
|
|
|
|
"svelte": "^5.1.9",
|
|
|
|
"svelte-check": "^4.0.5",
|
|
|
|
"tailwindcss": "^3.4.13",
|
|
|
|
"typescript": "^5.6.3",
|
|
|
|
"typescript-eslint": "^8.0.0",
|
|
|
|
"vite": "^5.0"
|
|
|
|
},
|
|
|
|
"packageManager": "pnpm@9.11.0+sha512.0a203ffaed5a3f63242cd064c8fb5892366c103e328079318f78062f24ea8c9d50bc6a47aa3567cabefd824d170e78fa2745ed1f16b132e16436146b7688f19b"
|
|
|
|
}
|