{ "name": "@tianji/client", "private": true, "description": "", "main": "index.js", "type": "module", "scripts": { "dev": "vite --port 10000", "build": "vite build", "translation:extract": "i18next-toolkit extract", "translation:scan": "i18next-toolkit scan", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "author": "moonrailgun ", "dependencies": { "@ant-design/charts": "^1.4.2", "@ant-design/icons": "^5.2.6", "@antv/l7": "^2.20.14", "@antv/larkmap": "^1.4.13", "@i18next-toolkit/react": "^1.0.5", "@loadable/component": "^5.16.3", "@monaco-editor/react": "^4.6.0", "@tanstack/react-query": "4.33.0", "@tanstack/react-virtual": "^3.0.2", "@tianji/shared": "workspace:^", "@trpc/client": "^10.45.0", "@trpc/react-query": "^10.45.0", "antd": "^5.13.1", "array-move": "^3.0.1", "axios": "^1.5.0", "clsx": "^2.1.0", "colord": "^2.9.3", "copy-to-clipboard": "^3.3.3", "dayjs": "^1.11.9", "eventemitter-strict": "^1.0.1", "filesize": "^10.0.12", "leaflet": "^1.9.4", "lodash-es": "^4.17.21", "millify": "^6.1.0", "pretty-ms": "^9.0.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-easy-sort": "^1.5.3", "react-grid-layout": "1.4.2", "react-icons": "^4.12.0", "react-leaflet": "^4.2.1", "react-resizable": "^3.0.5", "react-router": "^6.15.0", "react-router-dom": "^6.15.0", "socket.io-client": "^4.7.2", "str2int": "^1.1.0", "uuid": "^9.0.1", "zod": "^3.22.2", "zustand": "^4.4.1" }, "devDependencies": { "@i18next-toolkit/cli": "^1.0.2", "@types/leaflet": "^1.9.8", "@types/loadable__component": "^5.13.8", "@types/lodash-es": "^4.17.12", "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@types/react-grid-layout": "^1.3.5", "@types/react-resizable": "^3.0.7", "@types/uuid": "^9.0.7", "@vitejs/plugin-react": "^4.0.4", "autoprefixer": "^10.4.16", "less": "^4.2.0", "postcss": "^8.4.31", "tailwindcss": "^3.3.5", "vite": "^5.0.12", "vitest": "^1.2.1" } }