SPB Git forge
28commits 1branches 0releases
7.7 MBsize
maindefault branch
10 days agolast push
Python 66.3% TypeScript 22.7% JavaScript 8.6% HTML 1.4% CSS 0.7%
1.2 KB · 44 lines json
Raw Blame History
1{2  "name": "@company-atlas/web",3  "version": "0.1.0",4  "private": true,5  "scripts": {6    "dev": "next dev -p 8370",7    "build": "next build",8    "start": "next start -p 8360 -H 0.0.0.0",9    "typecheck": "tsc -p tsconfig.json --noEmit",10    "qa": "node qa/screens.mjs",11    "qa:flows": "node qa/flows.mjs",12    "mock": "node qa/mock-api.mjs",13    "icons": "node --disable-warning=MODULE_TYPELESS_PACKAGE_JSON scripts/build-icons.mjs"14  },15  "dependencies": {16    "d3-array": "^3.2.4",17    "d3-geo": "^3.1.1",18    "d3-scale": "^4.0.2",19    "d3-shape": "^3.2.0",20    "geist": "^1.5.1",21    "lucide-react": "^1.0.0",22    "next": "16.3.4",23    "react": "19.2.8",24    "react-dom": "19.2.8",25    "server-only": "^0.0.1",26    "topojson-client": "^3.1.0",27    "world-atlas": "^2.0.2"28  },29  "devDependencies": {30    "@tailwindcss/postcss": "^4",31    "@types/d3-array": "^3.2.1",32    "@types/d3-geo": "^3.1.0",33    "@types/d3-scale": "^4.0.9",34    "@types/d3-shape": "^3.1.7",35    "@types/node": "^24.0.0",36    "@types/react": "^19",37    "@types/react-dom": "^19",38    "@types/topojson-client": "^3.1.5",39    "@types/topojson-specification": "^1.0.5",40    "tailwindcss": "^4",41    "typescript": "^5.9.3"42  }43}44