55 lines
1.5 KiB
JSON
55 lines
1.5 KiB
JSON
{
|
|
"name": "frontend",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc -b && vite build",
|
|
"lint": "oxlint",
|
|
"preview": "vite preview",
|
|
"test": "vitest run",
|
|
"test:watch": "vitest"
|
|
},
|
|
"dependencies": {
|
|
"@bufbuild/protobuf": "^1.10.1",
|
|
"@connectrpc/connect": "^1.7.0",
|
|
"@connectrpc/connect-web": "^1.7.0",
|
|
"@hookform/resolvers": "^5.4.0",
|
|
"@radix-ui/react-dialog": "^1.1.18",
|
|
"@radix-ui/react-slot": "^1.3.0",
|
|
"@tailwindcss/vite": "^4.3.2",
|
|
"@tanstack/react-query": "^5.62.0",
|
|
"@tanstack/react-virtual": "^3.14.9",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"lucide-react": "^1.23.0",
|
|
"react": "^19.2.7",
|
|
"react-dom": "^19.2.7",
|
|
"react-hook-form": "^7.80.0",
|
|
"react-router-dom": "^7.18.1",
|
|
"sonner": "^2.0.7",
|
|
"tailwind-merge": "^3.6.0",
|
|
"tailwindcss": "^4.3.2",
|
|
"tinyglobby": "^0.2.17",
|
|
"zod": "^4.4.3",
|
|
"zustand": "^5.0.14"
|
|
},
|
|
"devDependencies": {
|
|
"@bufbuild/protoc-gen-es": "^1.10.1",
|
|
"@connectrpc/protoc-gen-connect-es": "^1.7.0",
|
|
"@playwright/test": "^1.61.1",
|
|
"@testing-library/jest-dom": "^6.9.1",
|
|
"@testing-library/react": "^16.3.2",
|
|
"@types/node": "^24.13.2",
|
|
"@types/react": "^19.2.17",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@vitejs/plugin-react": "^6.0.3",
|
|
"jsdom": "^29.1.1",
|
|
"oxlint": "^1.71.0",
|
|
"rollup-plugin-visualizer": "^7.0.1",
|
|
"typescript": "~6.0.2",
|
|
"vite": "^8.1.1",
|
|
"vitest": "^4.1.9"
|
|
}
|
|
}
|