SPB Git forge

spb/ai-atlas

Public
41commits 1branches 0releases
4.6 MBsize
maindefault branch
12 days agolast push
HTML 77.2% TypeScript 10.5% Python 9.6% JavaScript 2.5%
894 B · 37 lines json
Raw Blame History
1{2  "name": "@ai-atlas/web",3  "version": "0.1.0",4  "private": true,5  "scripts": {6    "dev": "next dev -p 8330",7    "build": "next build",8    "start": "next start -p 8320 -H 0.0.0.0",9    "typecheck": "tsc -p tsconfig.json --noEmit",10    "qa": "node qa/screens.mjs"11  },12  "dependencies": {13    "d3-array": "^3.2.4",14    "d3-force": "^3.0.0",15    "d3-scale": "^4.0.2",16    "d3-shape": "^3.2.0",17    "geist": "^1.5.1",18    "lucide-react": "^1.0.0",19    "next": "16.3.4",20    "react": "19.2.8",21    "react-dom": "19.2.8",22    "server-only": "^0.0.1"23  },24  "devDependencies": {25    "@tailwindcss/postcss": "^4",26    "@types/d3-array": "^3.2.1",27    "@types/d3-force": "^3.0.10",28    "@types/d3-scale": "^4.0.9",29    "@types/d3-shape": "^3.1.7",30    "@types/node": "^24.0.0",31    "@types/react": "^19",32    "@types/react-dom": "^19",33    "tailwindcss": "^4",34    "typescript": "^5.9.3"35  }36}37