{
    "name": "game",
    "version": "0.1.0",
    "private": true,
    "proxy": "http://localhost:5001",
    "scripts": {
        "audit": "npm audit",
        "audit:fix": "npm audit fix",
        "dev": "next dev -p 3001",
        "build": "next build",
        "start": "next start",
        "lint": "eslint --ext .ts,.tsx --fix",
        "format": "prettier --write ./",
        "update:check": "ncu",
        "update": "ncu -u"
    },
    "prettier": "@granity/prettier-config",
    "dependencies": {
        "@granity/engine": "*",
        "@granity/eslint-config": "*",
        "@granity/helpers": "*",
        "@granity/next-pwa": "*",
        "@granity/prettier-config": "*",
        "@granity/typescript-config": "*",
        "@granity/ui": "*",
        "@granity/widgets": "*",
        "@next/bundle-analyzer": "^13.2.4",
        "@types/node": "18.11.9",
        "@types/react": "18.0.25",
        "@types/react-dom": "18.0.8",
        "cors": "^2.8.5",
        "eslint": "8.26.0",
        "eslint-config-next": "^13.2.4",
        "globby": "^13.1.4",
        "next": "13.0.2",
        "react": "18.2.0",
        "react-dom": "18.2.0",
        "swr": "^2.1.1",
        "typescript": "4.8.4",
        "workbox-webpack-plugin": "^6.5.4"
    },
    "sideEffects": false
}
