{ "name": "vt", "private": true, "type": "module", "scripts": { "dev": "vite dev --port 3001", "start": "node .output/server/index.mjs", "build": "vite build", "serve": "vite preview", "test": "vitest run", "lint": "eslint", "format": "prettier", "check": "prettier --write . && eslint --fix" }, "dependencies": { "@faker-js/faker": "^9.6.0", "@radix-ui/react-label": "^2.1.7", "@radix-ui/react-select": "^2.2.6", "@radix-ui/react-slider": "^1.3.6", "@radix-ui/react-slot": "^1.2.3", "@radix-ui/react-switch": "^1.2.6", "@t3-oss/env-core": "^0.12.0", "@tailwindcss/vite": "^4.0.6", "@tanstack/match-sorter-utils": "^8.19.4", "@tanstack/react-devtools": "^0.2.2", "@tanstack/react-form": "^1.0.0", "@tanstack/react-query": "^5.66.5", "@tanstack/react-query-devtools": "^5.84.2", "@tanstack/react-router": "^1.130.2", "@tanstack/react-router-devtools": "^1.131.5", "@tanstack/react-router-ssr-query": "^1.131.7", "@tanstack/react-start": "^1.131.7", "@tanstack/react-store": "^0.7.0", "@tanstack/react-table": "^8.21.2", "@tanstack/router-plugin": "^1.121.2", "@tanstack/store": "^0.7.0", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "lucide-react": "^0.476.0", "react": "^19.0.0", "react-dom": "^19.0.0", "tailwind-merge": "^3.0.2", "tailwindcss": "^4.0.6", "tw-animate-css": "^1.3.6", "vite-tsconfig-paths": "^5.1.4", "zod": "^3.24.2" }, "devDependencies": { "@tanstack/devtools-event-client": "^0.2.1", "@tanstack/eslint-config": "^0.3.0", "@testing-library/dom": "^10.4.0", "@testing-library/react": "^16.2.0", "@types/react": "^19.0.8", "@types/react-dom": "^19.0.3", "@vitejs/plugin-react": "^4.3.4", "jsdom": "^26.0.0", "prettier": "^3.5.3", "typescript": "^5.7.2", "vite": "^6.3.5", "vitest": "^3.0.5", "web-vitals": "^4.2.4" } }