- Configure eslint-plugin-svelte with TypeScript parser support
- Add keys to all {#each} blocks for proper reactivity
- Wrap navigation paths with resolve() from $app/paths
- Remove unnecessary children snippets and useless mustaches
- Add @typescript-eslint/parser and svelte-eslint-parser dependencies
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
54 lines
1.6 KiB
JSON
54 lines
1.6 KiB
JSON
{
|
|
"name": "@apps/publisher-dashboard",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite dev",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"typecheck": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
|
|
"lint": "eslint . --cache",
|
|
"clean": "rm -rf .svelte-kit dist .eslintcache"
|
|
},
|
|
"dependencies": {
|
|
"@orpc/client": "^1.13.2",
|
|
"@orpc/contract": "^1.13.2",
|
|
"@reviq/api-contract": "workspace:*",
|
|
"@simplewebauthn/browser": "^13.2.2",
|
|
"@tanstack/svelte-query": "^6.0.14",
|
|
"@tanstack/svelte-query-devtools": "^6.0.3",
|
|
"bits-ui": "^2.15.4",
|
|
"clsx": "^2.1.1",
|
|
"libphonenumber-js": "^1.12.33",
|
|
"svelte-sonner": "^1.0.7",
|
|
"tailwind-merge": "^3.4.0",
|
|
"tailwind-variants": "^3.2.2",
|
|
"tslib": "catalog:",
|
|
"ua-parser-js": "^2.0.7",
|
|
"zxcvbn": "^4.4.2"
|
|
},
|
|
"devDependencies": {
|
|
"@internationalized/date": "^3.10.1",
|
|
"@lucide/svelte": "^0.561.0",
|
|
"@macalinao/eslint-config": "catalog:",
|
|
"@macalinao/tsconfig": "catalog:",
|
|
"@sveltejs/adapter-static": "^3.0.8",
|
|
"@sveltejs/kit": "^2.49.4",
|
|
"@sveltejs/vite-plugin-svelte": "^6.2.3",
|
|
"@tailwindcss/vite": "^4.1.4",
|
|
"@types/ua-parser-js": "^0.7.39",
|
|
"@types/zxcvbn": "^4.4.5",
|
|
"@typescript-eslint/parser": "^8.52.0",
|
|
"eslint": "catalog:",
|
|
"eslint-plugin-svelte": "^3.14.0",
|
|
"svelte": "^5.28.2",
|
|
"svelte-check": "^4.2.1",
|
|
"svelte-eslint-parser": "^1.4.1",
|
|
"tailwindcss": "^4.1.4",
|
|
"tw-animate-css": "^1.4.0",
|
|
"typescript": "catalog:",
|
|
"vite": "^7.3.1"
|
|
}
|
|
}
|