SPB Git forge

spb/resto-ka

Public

Resto·Ka — tous les restaurants du Québec, menus complets et prix réels (famille ·Ka)

52commits 1branches 0releases
11.6 MBsize
maindefault branch
19 days agolast push
Python 69.3% TypeScript 16.7% CSS 7.9% JavaScript 4.7% HTML 1.4%
552 B · 25 lines json
Raw Blame History
1{2  "name": "resto-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  },17  "devDependencies": {18    "@types/react": "^18.3.3",19    "@types/react-dom": "^18.3.0",20    "@vitejs/plugin-react": "^4.3.1",21    "typescript": "^5.5.4",22    "vite": "^5.4.0"23  }24}25