| { | |
| "name": "pencatat-soal", | |
| "private": true, | |
| "version": "0.0.0", | |
| "type": "module", | |
| "scripts": { | |
| "dev": "concurrently \"vite\" \"node index.ts\"", | |
| "build": "vite build", | |
| "preview": "vite preview" | |
| }, | |
| "dependencies": { | |
| "@google/genai": "^1.25.0", | |
| "@octokit/core": "^7.0.5", | |
| "axios": "^1.12.2", | |
| "cors": "^2.8.5", | |
| "jspdf": "^3.0.3", | |
| "pdfjs-dist": "^5.4.296", | |
| "react": "^19.2.0", | |
| "react-dom": "^19.2.0", | |
| "react-icons": "^5.5.0", | |
| "react-spinners": "^0.17.0", | |
| "vite-plugin-pwa": "^1.1.0" | |
| }, | |
| "devDependencies": { | |
| "@types/node": "^22.14.0", | |
| "@types/react": "^19.2.2", | |
| "@types/react-dom": "^19.2.2", | |
| "@vitejs/plugin-react": "^5.0.0", | |
| "concurrently": "^9.2.1", | |
| "express": "^5.1.0", | |
| "typescript": "~5.8.2", | |
| "vite": "^6.2.0" | |
| } | |
| } | |