SPB Git forge

spb/qc26

Public
10commits 1branches 0releases
2.8 MBsize
maindefault branch
17 days agolast push
Python 51.6% TypeScript 46.7% CSS 1.7%
1.0 KB · 43 lines json
Raw Blame History
1{2  "name": "web",3  "version": "0.1.0",4  "private": true,5  "scripts": {6    "dev": "next dev",7    "build": "next build",8    "start": "next start",9    "lint": "eslint"10  },11  "dependencies": {12    "d3-array": "^3.2.4",13    "d3-geo": "^3.1.1",14    "d3-scale": "^4.0.2",15    "d3-selection": "^3.0.0",16    "d3-shape": "^3.2.0",17    "d3-zoom": "^3.0.0",18    "next": "16.3.4",19    "react": "19.2.8",20    "react-dom": "19.2.8",21    "topojson-client": "^3.1.0"22  },23  "devDependencies": {24    "@tailwindcss/postcss": "^4",25    "@types/d3-array": "^3.2.2",26    "@types/d3-geo": "^3.1.1",27    "@types/d3-scale": "^4.0.9",28    "@types/d3-selection": "^3.0.11",29    "@types/d3-shape": "^3.2.0",30    "@types/d3-zoom": "^3.0.8",31    "@types/geojson": "^7946.0.16",32    "@types/node": "^20",33    "@types/react": "^19",34    "@types/react-dom": "^19",35    "@types/topojson-client": "^3.1.5",36    "eslint": "^9",37    "eslint-config-next": "16.3.4",38    "tailwindcss": "^4",39    "typescript": "^5"40  },41  "packageManager": "pnpm@11.1.2"42}43