Spaces:
Sleeping
Sleeping
Monish Vijay Kumar
Deploy Northwestern CS Kiosk Docker Space with checkpoint and inference runtime
7056be6 | { | |
| "name": "frontend", | |
| "private": true, | |
| "version": "0.0.0", | |
| "type": "module", | |
| "scripts": { | |
| "dev": "vite", | |
| "build": "vite build", | |
| "lint": "eslint .", | |
| "preview": "vite preview" | |
| }, | |
| "dependencies": { | |
| "react": "^19.2.0", | |
| "react-dom": "^19.2.0" | |
| }, | |
| "devDependencies": { | |
| "@eslint/js": "^9.39.1", | |
| "@types/react": "^19.2.2", | |
| "@types/react-dom": "^19.2.2", | |
| "@vitejs/plugin-react": "^5.1.0", | |
| "baseline-browser-mapping": "^2.9.11", | |
| "eslint": "^9.39.1", | |
| "eslint-plugin-react-hooks": "^5.2.0", | |
| "eslint-plugin-react-refresh": "^0.4.24", | |
| "globals": "^16.5.0", | |
| "vite": "^7.3.1" | |
| } | |
| } | |