SPB Git

spb/qwhpi Public

QHPI — Quebec Housing Price Index: quality-adjusted, hierarchically pooled housing price indexes.

Python 63.9% TypeScript 25.4% CSS 5.5% TeX 3.5% SQL 0.8% Makefile 0.5% Dockerfile 0.5%
608 B · 26 lines json
Raw Blame History
1{2  "name": "qwhpi-web",3  "version": "0.1.0",4  "private": true,5  "author": "Simon-Pierre Boucher <contact@spboucher.ai>",6  "description": "QWHPI — Quebec Weekly Housing Price Index dashboard",7  "scripts": {8    "dev": "next dev -p 3000",9    "build": "next build",10    "start": "next start -p 3000",11    "typecheck": "tsc --noEmit"12  },13  "dependencies": {14    "next": "^15.3.0",15    "react": "^19.0.0",16    "react-dom": "^19.0.0",17    "recharts": "^2.15.0"18  },19  "devDependencies": {20    "@types/node": "^22",21    "@types/react": "^19",22    "@types/react-dom": "^19",23    "typescript": "^5.6"24  }25}26