Files
rdv/package.json
2026-01-03 13:21:39 +02:00

70 lines
2.0 KiB
JSON
Executable File

{
"name": "rdv",
"description": "",
"version": "0.0.1",
"private": true,
"type": "module",
"scripts": {
"dev": "vite dev",
"start": "HOST=0.0.0.0 PORT=80 node ./build/index.js",
"build": "pnpm run check && vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"test:unit": "vitest --watch"
},
"dependencies": {
"@melt-ui/svelte": "^0.22.2",
"@sveltejs/svelte-virtual-list": "^3.0.1",
"@tanstack/match-sorter-utils": "^8.8.4",
"@tanstack/svelte-query": "^4.35.3",
"@tanstack/svelte-table": "^8.9.4",
"@trpc/client": "^10.45.2",
"@trpc/server": "^10.45.2",
"add": "^2.0.6",
"bcryptjs": "^2.4.3",
"bits-ui": "^0.21.13",
"clsx": "^2.1.1",
"date-fns": "^3.6.0",
"date-fns-tz": "^3.1.3",
"dayjs": "^1.11.9",
"dotenv": "^16.3.1",
"https-proxy-agent": "^7.0.5",
"ioredis": "^5.3.2",
"lucide-svelte": "^0.424.0",
"node-fetch": "^3.3.2",
"surrealdb": "^1.1.0",
"svelte-french-toast": "^1.1.0",
"svelte-headlessui": "^0.0.20",
"tailwind-merge": "^2.4.0",
"tailwind-variants": "^0.2.1",
"trpc-svelte-query-adapter": "^2.1.0",
"trpc-sveltekit": "^3.6.2",
"ulid": "^2.3.0",
"uuid": "^9.0.0",
"vite": "^5.3.5",
"winston": "^3.19.0",
"winston-daily-rotate-file": "^5.0.0",
"zod": "^3.21.4"
},
"devDependencies": {
"@iconify/json": "^2.2.91",
"@sveltejs/adapter-auto": "^2.1.0",
"@sveltejs/adapter-node": "^1.3.1",
"@sveltejs/kit": "^1.22.3",
"@tailwindcss/typography": "^0.5.13",
"@types/bcryptjs": "^2.4.2",
"@types/node": "^20.4.2",
"@types/uuid": "^9.0.2",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"svelte": "^4.0.5",
"svelte-check": "^3.4.6",
"tailwindcss": "^3.4.4",
"tslib": "^2.6.0",
"typescript": "^5.1.6",
"unplugin-auto-import": "^0.16.6",
"unplugin-icons": "^0.16.5",
"vitest": "^0.33.0"
}
}