SPB Git forge

spb/rent-ka

Public
8commits 1branches 0releases
7.4 MBsize
maindefault branch
19 days agolast push
Python 68.8% TypeScript 18.6% CSS 8.7% JavaScript 3.3% HTML 0.6%
627 B · 27 lines json
Raw Blame History
1{2  "name": "rent-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    "react": "^18.3.1",14    "react-dom": "^18.3.1",15    "react-router-dom": "^6.26.0",16    "@groupe-ka/ka-maps": "file:../../ka-maps",17    "mapbox-gl": "^3.28.1"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}27