SPB Git forge

spb/spinza

Public
8commits 1branches 0releases
1.6 MBsize
maindefault branch
16 days agolast push
TypeScript 97.6% SQL 1.4% JavaScript 0.5%
1.0 KB · 42 lines json
Raw Blame History
1{2  "name": "@spinza/web",3  "version": "0.1.0",4  "private": true,5  "scripts": {6    "dev": "next dev -p 8230",7    "build": "next build",8    "start": "next start -p 8230",9    "lint": "eslint",10    "typecheck": "tsc -p tsconfig.json --noEmit",11    "test": "vitest run --passWithNoTests"12  },13  "dependencies": {14    "@spinza/game-core": "workspace:*",15    "@spinza/games": "workspace:*",16    "@spinza/shared": "workspace:*",17    "clsx": "^2.1.1",18    "framer-motion": "^12.23.0",19    "lucide-react": "^1.0.0",20    "next": "16.3.4",21    "pixi.js": "^8.6.0",22    "react": "19.2.8",23    "react-dom": "19.2.8",24    "recharts": "^3.0.0",25    "server-only": "^0.0.1",26    "tailwind-merge": "^3.3.1",27    "zod": "^4.0.0",28    "zustand": "^5.0.0"29  },30  "devDependencies": {31    "@tailwindcss/postcss": "^4",32    "@types/node": "^24.0.0",33    "@types/react": "^19",34    "@types/react-dom": "^19",35    "eslint": "^9",36    "eslint-config-next": "16.3.4",37    "tailwindcss": "^4",38    "typescript": "^5.9.3",39    "vitest": "^3.2.0"40  }41}42