spb/market-atlas
Public
TypeScript 96.7%
SQL 1.6%
CSS 0.8%
JavaScript 0.5%
1{2 "name": "@market-atlas/web",3 "version": "0.1.0",4 "private": true,5 "scripts": {6 "dev": "next dev -p 8390",7 "build": "next build",8 "start": "next start -p 8382 -H 127.0.0.1",9 "typecheck": "tsc -p tsconfig.json --noEmit",10 "qa": "node qa/screens.mjs"11 },12 "dependencies": {13 "d3-geo": "^3.1.1",14 "geist": "^1.5.1",15 "lightweight-charts": "^5.0.8",16 "lucide-react": "^1.0.0",17 "next": "16.3.4",18 "react": "19.2.8",19 "react-dom": "19.2.8",20 "server-only": "^0.0.1",21 "topojson-client": "^3.1.0",22 "world-atlas": "^2.0.2"23 },24 "devDependencies": {25 "@tailwindcss/postcss": "^4",26 "@types/d3-geo": "^3.1.0",27 "@types/node": "^24.0.0",28 "@types/react": "^19",29 "@types/react-dom": "^19",30 "@types/topojson-client": "^3.1.5",31 "@types/topojson-specification": "^1.0.5",32 "tailwindcss": "^4",33 "typescript": "^5.9.3"34 }35}36