SPB Git

spb/ora-ka Public

Ora-Ka — cinq agrégateurs Ka, une barre de recherche hybride (exact + sémantique)

Python 80% TypeScript 12.9% CSS 6.8%
579 B · 26 lines json
Raw Blame History
1{2  "name": "lou-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    "maplibre-gl": "^6.2.0",14    "react": "^18.3.1",15    "react-dom": "^18.3.1",16    "react-router-dom": "^6.26.0"17  },18  "devDependencies": {19    "@types/react": "^18.3.3",20    "@types/react-dom": "^18.3.0",21    "@vitejs/plugin-react": "^4.3.1",22    "typescript": "^5.5.4",23    "vite": "^5.4.0"24  }25}26