40 lines
945 B
JSON
40 lines
945 B
JSON
{
|
|
"name": "therapyfinder",
|
|
"private": true,
|
|
"version": "2026.03.11",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc -b && vite build",
|
|
"preview": "vite preview",
|
|
"test": "vitest run",
|
|
"e2e": "playwright test",
|
|
"lint": "biome check .",
|
|
"format": "biome check --write ."
|
|
},
|
|
"dependencies": {
|
|
"@electric-sql/pglite": "^0.3.16",
|
|
"@tailwindcss/vite": "^4.2.1",
|
|
"@tanstack/react-router": "^1.166.7",
|
|
"@tanstack/router-plugin": "^1.166.7",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"lucide-react": "^0.577.0",
|
|
"radix-ui": "^1.4.3",
|
|
"react": "^19.2.4",
|
|
"react-dom": "^19.2.4",
|
|
"tailwind-merge": "^3.5.0",
|
|
"tailwindcss": "^4.2.1",
|
|
"zod": "^4.3.6"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "^2.4.6",
|
|
"@types/node": "^25.4.0",
|
|
"@types/react": "^19.2.14",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@vitejs/plugin-react": "^5.1.4",
|
|
"typescript": "^5.9.3",
|
|
"vite": "^7.3.1"
|
|
}
|
|
}
|