spb/social-runtime-crawler
Public
TypeScript 91.8%
HTML 3.2%
JavaScript 3%
SQL 1.4%
CSS 0.7%
1{2 "name": "@src/dashboard",3 "version": "0.1.0",4 "private": true,5 "type": "module",6 "scripts": {7 "dev": "next dev -p 8351",8 "build": "next build",9 "start": "next start -p 8351 -H 0.0.0.0",10 "typecheck": "tsc -p tsconfig.json --noEmit"11 },12 "dependencies": {13 "clsx": "^2.1.1",14 "d3-force": "^3.0.0",15 "framer-motion": "^12.23.0",16 "lucide-react": "^1.0.0",17 "next": "16.3.4",18 "react": "19.2.8",19 "react-dom": "19.2.8",20 "recharts": "^3.0.0"21 },22 "devDependencies": {23 "@tailwindcss/postcss": "^4",24 "@types/d3-force": "^3.0.10",25 "@types/node": "^24.0.0",26 "@types/react": "^19",27 "@types/react-dom": "^19",28 "tailwindcss": "^4",29 "typescript": "^5.9.3"30 }31}32