c1cc70eeb9
Full rebrand: UI display text, package scope (@ai-tycoon/* -> @token-empire/*), localStorage keys, Docker/CI image paths, database names, and documentation. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
33 lines
797 B
JSON
33 lines
797 B
JSON
{
|
|
"name": "@token-empire/web",
|
|
"private": true,
|
|
"version": "0.0.1",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc -b && vite build",
|
|
"typecheck": "tsc --noEmit",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@token-empire/shared": "workspace:*",
|
|
"@token-empire/game-engine": "workspace:*",
|
|
"react": "^19.1.0",
|
|
"react-dom": "^19.1.0",
|
|
"recharts": "^2.15.0",
|
|
"zustand": "^5.0.0",
|
|
"lucide-react": "^0.475.0"
|
|
},
|
|
"devDependencies": {
|
|
"@token-empire/tsconfig": "workspace:*",
|
|
"@types/react": "^19.1.0",
|
|
"@types/react-dom": "^19.1.0",
|
|
"@vitejs/plugin-react": "^4.4.0",
|
|
"autoprefixer": "^10.4.20",
|
|
"postcss": "^8.5.0",
|
|
"tailwindcss": "^3.4.0",
|
|
"typescript": "^5.8.0",
|
|
"vite": "^6.3.0"
|
|
}
|
|
}
|