| { | |
| "name": "asi-bench-leaderboard", | |
| "version": "0.1.0", | |
| "private": true, | |
| "type": "module", | |
| "engines": { | |
| "node": ">=20" | |
| }, | |
| "scripts": { | |
| "build": "vite build --config vite.hf.config.ts", | |
| "build:hf": "vite build --config vite.hf.config.ts" | |
| }, | |
| "dependencies": { | |
| "react": "19.2.6", | |
| "react-dom": "19.2.6" | |
| }, | |
| "devDependencies": { | |
| "@tailwindcss/postcss": "4.2.1", | |
| "@types/react": "19.2.14", | |
| "@types/react-dom": "19.2.3", | |
| "@vitejs/plugin-react": "6.0.2", | |
| "tailwindcss": "4.2.1", | |
| "typescript": "5.9.3", | |
| "vite": "8.0.13" | |
| } | |
| } | |