Spaces:
Running
Running
| { | |
| "name": "gate-prep-frontend", | |
| "private": true, | |
| "version": "1.0.0", | |
| "type": "module", | |
| "engines": { | |
| "node": ">=22", | |
| "npm": ">=10" | |
| }, | |
| "scripts": { | |
| "dev": "vite", | |
| "build": "vite build", | |
| "preview": "vite preview", | |
| "audit:contrast": "node scripts/audit-contrast.mjs", | |
| "test": "vitest run" | |
| }, | |
| "dependencies": { | |
| "@fontsource-variable/geist": "^5.2.9", | |
| "@vercel/analytics": "^2.0.1", | |
| "@vercel/speed-insights": "^2.0.0", | |
| "axios": "^1.6.7", | |
| "class-variance-authority": "^0.7.1", | |
| "clsx": "^2.1.0", | |
| "katex": "^0.17.0", | |
| "lucide-react": "^0.344.0", | |
| "radix-ui": "^1.6.0", | |
| "react": "^18.2.0", | |
| "react-dom": "^18.2.0", | |
| "react-hot-toast": "^2.4.1", | |
| "react-router-dom": "^6.22.0", | |
| "shadcn": "^4.12.0", | |
| "swr": "^2.4.1", | |
| "tailwind-merge": "^3.6.0", | |
| "tw-animate-css": "^1.4.0" | |
| }, | |
| "devDependencies": { | |
| "@playwright/test": "^1.60.0", | |
| "@tailwindcss/vite": "^4.3.2", | |
| "@testing-library/jest-dom": "^6.9.1", | |
| "@testing-library/react": "^16.3.2", | |
| "@testing-library/user-event": "^14.6.1", | |
| "@vitejs/plugin-react": "^6.0.3", | |
| "browserslist": "^4.28.4", | |
| "jsdom": "^29.1.1", | |
| "lightningcss": "^1.32.0", | |
| "rollup-plugin-visualizer": "^7.0.1", | |
| "tailwindcss": "^4.3.2", | |
| "vite": "^8.1.0", | |
| "vitest": "^4.1.9" | |
| } | |
| } | |