spb/groupe-ka Public
Groupe KA — site du holding + KA ID (compte unique & SSO des 7 plateformes). Next.js 16, SQLite, Google & Apple login.
TypeScript 91.8%
CSS 8.1%
1{2 "name": "groupe-ka",3 "version": "1.0.0",4 "private": true,5 "author": "Simon-Pierre Boucher <contact@spboucher.ai>",6 "scripts": {7 "dev": "next dev",8 "build": "next build",9 "start": "next start",10 "lint": "eslint"11 },12 "dependencies": {13 "better-sqlite3": "^13.0.3",14 "jose": "^6.2.8",15 "next": "16.3.0",16 "qrcode": "^1.5.4",17 "react": "19.2.8",18 "react-dom": "19.2.8",19 "sharp": "^0.35.3"20 },21 "devDependencies": {22 "@tailwindcss/postcss": "^4",23 "@types/better-sqlite3": "^9.6.0",24 "@types/node": "^20",25 "@types/qrcode": "^1.5.6",26 "@types/react": "^19",27 "@types/react-dom": "^19",28 "tailwindcss": "^4",29 "typescript": "^5"30 }31}32