spb/toit-ka Public
Toit-Ka — louer ou acheter un toit au Québec, un seul endroit (fusion Lou-Ka × Immo-Ka) — www.toit-ka.com
Python 40.2%
TypeScript 39%
CSS 20.2%
HTML 0.7%
1{2 "name": "toit-ka-frontend",3 "author": "Simon-Pierre Boucher <contact@spboucher.ai>",4 "private": true,5 "version": "1.0.0",6 "type": "module",7 "scripts": {8 "dev": "vite",9 "build": "tsc -b && vite build",10 "preview": "vite preview"11 },12 "dependencies": {13 "@groupe-ka/ka-maps": "file:../../ka-maps",14 "mapbox-gl": "^3.28.1",15 "react": "^18.3.1",16 "react-dom": "^18.3.1",17 "react-router-dom": "^6.26.0"18 },19 "devDependencies": {20 "@types/geojson": "^7946.0.16",21 "@types/react": "^18.3.3",22 "@types/react-dom": "^18.3.0",23 "@vitejs/plugin-react": "^4.3.1",24 "typescript": "^5.5.4",25 "vite": "^5.4.0"26 }27}28