HTML 82.1%
Python 14.6%
TypeScript 1.9%
CSS 1%
JavaScript 0.5%
1{2 "name": "jobka-frontend",3 "private": true,4 "version": "1.0.0",5 "description": "Frontend Job·Ka — agrégateur d'offres d'emploi québécoises (Groupe KA)",6 "author": "Simon-Pierre Boucher <contact@spboucher.ai>",7 "type": "module",8 "scripts": {9 "dev": "vite",10 "build": "tsc -b && vite build",11 "preview": "vite preview"12 },13 "dependencies": {14 "maplibre-gl": "^4.7.1",15 "react": "^18.3.1",16 "react-dom": "^18.3.1",17 "react-router-dom": "^6.26.2"18 },19 "devDependencies": {20 "@types/react": "^18.3.5",21 "@types/react-dom": "^18.3.0",22 "@vitejs/plugin-react": "^4.3.1",23 "typescript": "^5.5.4",24 "vite": "^5.4.3"25 }26}27