SPB Git

spb/trouve-ka Public

Trouve-KA — moteur de recherche web indépendant, Québec-first. Crawler distribué, index OpenSearch, ranking bilingue, galerie d'images. En prod : www.trouve-ka.com

Python 76.8% TypeScript 15.7% SQL 3.9% Shell 1.4% CSS 1.3% Dockerfile 0.7%
857 B · 33 lines json
Raw Blame History
1{2  "name": "@trouveka/web",3  "version": "0.1.0",4  "private": true,5  "author": "Simon-Pierre Boucher <contact@spboucher.ai>",6  "description": "Trouve-KA — application web publique du moteur de recherche québécois",7  "scripts": {8    "dev": "next dev -p 3000",9    "build": "next build",10    "start": "next start -p 3000",11    "lint": "next lint"12  },13  "dependencies": {14    "class-variance-authority": "^0.7.1",15    "clsx": "^2.1.1",16    "next": "^15.3.5",17    "react": "^19.1.0",18    "react-dom": "^19.1.0",19    "tailwind-merge": "^2.6.0"20  },21  "devDependencies": {22    "@types/node": "^22.15.0",23    "@types/react": "^19.1.0",24    "@types/react-dom": "^19.1.0",25    "autoprefixer": "^10.4.21",26    "eslint": "^8.57.1",27    "eslint-config-next": "^15.3.5",28    "postcss": "^8.5.3",29    "tailwindcss": "^3.4.17",30    "typescript": "^5.8.3"31  }32}33