update to svelte 5 and tw 4 etc
This commit is contained in:
parent
2ea45109d1
commit
e3b9a83e73
327 changed files with 5275 additions and 3363 deletions
50
package.json
50
package.json
|
@ -6,8 +6,8 @@
|
|||
"dev": "vite dev",
|
||||
"build": "vite build",
|
||||
"preview": "vite preview",
|
||||
"check": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json",
|
||||
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json --watch",
|
||||
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
|
||||
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
|
||||
"format": "prettier --write .",
|
||||
"lint": "prettier --check .",
|
||||
"db:start": "docker compose up",
|
||||
|
@ -19,44 +19,56 @@
|
|||
"prepare": "husky"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@exodus/schemasafe": "^1.3.0",
|
||||
"@internationalized/date": "^3.8.0",
|
||||
"@lucide/svelte": "^0.511.0",
|
||||
"@sveltejs/adapter-auto": "^3.3.1",
|
||||
"@sveltejs/kit": "^2.21.0",
|
||||
"@sveltejs/vite-plugin-svelte": "^4.0.4",
|
||||
"@lucide/svelte": "^0.482.0",
|
||||
"@sinclair/typebox": ">=0.32.30 <1",
|
||||
"@sveltejs/adapter-auto": "^6.0.1",
|
||||
"@sveltejs/kit": "^2.21.1",
|
||||
"@sveltejs/vite-plugin-svelte": "^5.0.3",
|
||||
"@tailwindcss/vite": "^4.1.7",
|
||||
"@tanstack/table-core": "^8.20.5",
|
||||
"@typeschema/class-validator": "^0.2.0",
|
||||
"@vinejs/vine": "^1.8.0",
|
||||
"arktype": ">=2.0.0-rc.8",
|
||||
"autoprefixer": "^10.4.21",
|
||||
"bits-ui": "1.0.0-next.40",
|
||||
"bits-ui": "1.5.2",
|
||||
"class-validator": "^0.14.1",
|
||||
"clsx": "^2.1.1",
|
||||
"drizzle-kit": "^0.27.2",
|
||||
"drizzle-kit": "^0.31.1",
|
||||
"embla-carousel-svelte": "^8.6.0",
|
||||
"formsnap": "2.0.0-next.1",
|
||||
"formsnap": "2.0.1",
|
||||
"husky": "^9.1.7",
|
||||
"joi": "^17.13.1",
|
||||
"layerchart": "2.0.0-next.6",
|
||||
"lint-staged": "^15.5.2",
|
||||
"lucide-svelte": "^0.454.0",
|
||||
"mode-watcher": "^0.4.1",
|
||||
"paneforge": "1.0.0-next.1",
|
||||
"mode-watcher": "^1.0.7",
|
||||
"paneforge": "1.0.0-next.5",
|
||||
"prettier": "^3.5.3",
|
||||
"prettier-plugin-organize-imports": "^4.1.0",
|
||||
"prettier-plugin-svelte": "^3.4.0",
|
||||
"prettier-plugin-tailwindcss": "^0.6.11",
|
||||
"superstruct": "^2.0.2",
|
||||
"svelte": "^5.30.2",
|
||||
"svelte-check": "^4.2.1",
|
||||
"svelte-sonner": "^0.3.28",
|
||||
"svelte-sonner": "^1.0.1",
|
||||
"sveltekit-superforms": "^2.25.0",
|
||||
"tailwind-merge": "^2.6.0",
|
||||
"tailwind-merge": "^3.3.0",
|
||||
"tailwind-variants": "^0.2.1",
|
||||
"tailwindcss": "^3.4.17",
|
||||
"tailwindcss-animate": "^1.0.7",
|
||||
"tailwindcss": "^4.1.7",
|
||||
"tw-animate-css": "^1.3.0",
|
||||
"typescript": "^5.8.3",
|
||||
"vaul-svelte": "1.0.0-next.1",
|
||||
"vite": "^5.4.19",
|
||||
"valibot": ">=0.33.0 <1",
|
||||
"vaul-svelte": "1.0.0-next.7",
|
||||
"vite": "^6.3.5",
|
||||
"yup": "^1.4.0",
|
||||
"zod": "^3.24.4"
|
||||
},
|
||||
"dependencies": {
|
||||
"@node-rs/argon2": "^2.0.2",
|
||||
"@oslojs/crypto": "^1.0.1",
|
||||
"@oslojs/encoding": "^1.1.0",
|
||||
"drizzle-orm": "^0.36.4",
|
||||
"drizzle-orm": "^0.43.1",
|
||||
"postgres": "^3.4.5"
|
||||
},
|
||||
"lint-staged": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue