SPB Git forge

spb/house-ka

Public
18commits 1branches 0releases
1.9 MBsize
maindefault branch
19 days agolast push
Python 67% TypeScript 18.2% CSS 14.4%
627 B · 26 lines json
Raw Blame History
1{2  "name": "house-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/react": "^18.3.3",21    "@types/react-dom": "^18.3.0",22    "@vitejs/plugin-react": "^4.3.1",23    "typescript": "^5.5.4",24    "vite": "^5.4.0"25  }26}