Newer
Older
PixelPaintWar / apps / client / package.json
@rinto hasegawa rinto hasegawa 27 days ago 795 bytes [add] PWA対応の設定を追加
{
  "name": "client",
  "private": true,
  "version": "0.0.0",
  "type": "module",
  "scripts": {
    "dev": "vite --host",
    "build": "tsc -b && vite build",
    "preview": "vite preview",
    "lint": "eslint src --ext .ts,.tsx"
  },
  "dependencies": {
    "@pixi/react": "^7.1.2",
    "@repo/shared": "workspace:*",
    "@vitejs/plugin-react": "^5.1.3",
    "pixi.js": "^8.16.0",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "react-joystick-component": "^6.2.1",
    "socket.io-client": "^4.8.3"
  },
  "devDependencies": {
    "@types/node": "^24.10.1",
    "@types/react": "^18.3.28",
    "@types/react-dom": "^18.3.7",
    "@typescript-eslint/parser": "^8.56.1",
    "eslint": "^10.0.2",
    "typescript": "~5.9.3",
    "vite": "^7.2.4",
    "vite-plugin-pwa": "^1.2.0"
  }
}