GodSpeed / frontend /package.json
AdithyaVardan's picture
Fix npm install: remove non-existent radix badge pkg; fix nullish coalescing syntax error; fix pydantic extra fields
ca17cdd
{
"name": "godspeed-frontend",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview",
"lint": "eslint .",
"test": "vitest",
"test:ui": "vitest --ui",
"test:e2e": "playwright test"
},
"dependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1",
"@tanstack/react-router": "^1.56.0",
"@tanstack/react-query": "^5.56.0",
"zustand": "^4.5.4",
"react-hook-form": "^7.53.0",
"@hookform/resolvers": "^3.9.0",
"zod": "^3.23.8",
"react-markdown": "^9.0.1",
"rehype-highlight": "^7.0.0",
"remark-gfm": "^4.0.0",
"highlight.js": "^11.10.0",
"force-graph": "^1.45.0",
"recharts": "^2.12.7",
"@tanstack/react-table": "^8.20.5",
"framer-motion": "^11.5.4",
"lucide-react": "^0.446.0",
"tailwind-merge": "^2.5.2",
"clsx": "^2.1.1",
"class-variance-authority": "^0.7.0",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-tooltip": "^1.1.2",
"@radix-ui/react-toast": "^1.2.1",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-separator": "^1.1.0"
},
"devDependencies": {
"vite": "^5.4.8",
"@vitejs/plugin-react": "^4.3.1",
"typescript": "^5.5.3",
"tailwindcss": "^3.4.12",
"postcss": "^8.4.47",
"autoprefixer": "^10.4.20",
"@types/react": "^18.3.10",
"@types/react-dom": "^18.3.0",
"@types/highlight.js": "^10.1.0",
"eslint": "^9.11.1",
"@eslint/js": "^9.11.1",
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"eslint-plugin-react-refresh": "^0.4.12",
"globals": "^15.9.0",
"typescript-eslint": "^8.7.0",
"vitest": "^2.1.1",
"@vitest/ui": "^2.1.1",
"@testing-library/react": "^16.0.1",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/user-event": "^14.5.2",
"jsdom": "^25.0.1",
"@playwright/test": "^1.47.2",
"@types/node": "^22.7.4"
}
}