{ "name": "client", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "build": "tsc && vite build", "lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0", "preview": "vite preview" }, "dependencies": { "@monaco-editor/react": "^4.5.1", "@octokit/rest": "^19.0.8", "@shipped/engine": "workspace:^", "@shipped/fleet-map": "workspace:^", "@shipped/playground": "workspace:^", "eventemitter3": "^5.0.1", "isomorphic-fetch": "^3.0.0", "jsondiffpatch": "^0.4.1", "localforage": "^1.10.0", "match-sorter": "^6.3.1", "pathfinding": "^0.4.18", "react": "^18.2.0", "react-dom": "^18.2.0", "react-markdown": "^8.0.7", "react-router-dom": "^6.11.2", "sort-by": "^1.2.0" }, "devDependencies": { "@mdx-js/rollup": "^2.3.0", "@types/object-hash": "^3.0.2", "@types/pathfinding": "^0.0.6", "@types/react": "^18.0.28", "@types/react-dom": "^18.0.11", "@types/react-syntax-highlighter": "^15.5.6", "@typescript-eslint/eslint-plugin": "^5.57.1", "@typescript-eslint/parser": "^5.57.1", "@vitejs/plugin-react": "^4.0.0", "autoprefixer": "^10.4.14", "eslint": "^8.38.0", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.3.4", "postcss": "^8.4.23", "tailwindcss": "^3.3.2", "typescript": "^5.0.2", "vite": "^4.3.2", "vite-plugin-comlink": "^3.0.5" } }