{ "name": "@tianji/client", "private": true, "description": "", "main": "index.js", "type": "module", "scripts": { "dev": "vite --port 10000", "build": "vite build", "ui:add": "shadcn-ui add", "check:type": "tsc --noEmit --skipLibCheck --module esnext", "translation:extract": "i18next-toolkit extract", "translation:scan": "i18next-toolkit scan", "translation:translate": "i18next-toolkit translate", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "author": "moonrailgun ", "dependencies": { "@ant-design/charts": "^1.4.2", "@ant-design/icons": "^5.3.6", "@antv/l7": "^2.20.14", "@antv/larkmap": "^1.4.13", "@bytemd/plugin-gfm": "^1.21.0", "@bytemd/react": "^1.21.0", "@hookform/resolvers": "^3.3.4", "@i18next-toolkit/react": "^1.0.6", "@loadable/component": "^5.16.3", "@monaco-editor/react": "^4.6.0", "@radix-ui/react-alert-dialog": "^1.0.5", "@radix-ui/react-avatar": "^1.0.4", "@radix-ui/react-collapsible": "^1.0.3", "@radix-ui/react-dialog": "^1.0.5", "@radix-ui/react-dropdown-menu": "^2.0.6", "@radix-ui/react-icons": "^1.3.0", "@radix-ui/react-label": "^2.0.2", "@radix-ui/react-menubar": "^1.0.4", "@radix-ui/react-popover": "^1.0.7", "@radix-ui/react-progress": "^1.0.3", "@radix-ui/react-scroll-area": "^1.0.5", "@radix-ui/react-select": "^2.0.0", "@radix-ui/react-separator": "^1.0.3", "@radix-ui/react-slot": "^1.0.2", "@radix-ui/react-switch": "^1.0.3", "@radix-ui/react-tabs": "^1.0.4", "@radix-ui/react-tooltip": "^1.0.7", "@tanstack/react-query": "4.33.0", "@tanstack/react-router": "^1.20.5", "@tanstack/react-table": "^8.13.2", "@tanstack/react-virtual": "^3.0.2", "@tanstack/router-devtools": "^1.20.5", "@tianji/shared": "workspace:^", "@trpc/client": "^10.45.0", "@trpc/react-query": "^10.45.0", "@types/jsonexport": "^3.0.5", "ahooks": "^3.7.10", "antd": "^5.13.1", "array-move": "^3.0.1", "axios": "^1.5.0", "bytemd": "^1.21.0", "class-variance-authority": "^0.7.0", "clsx": "^2.1.0", "cmdk": "^1.0.0", "colord": "^2.9.3", "copy-to-clipboard": "^3.3.3", "date-fns": "^3.6.0", "dayjs": "^1.11.9", "eventemitter-strict": "^1.0.1", "filesize": "^10.0.12", "fuse.js": "^7.0.0", "jsonexport": "^3.2.0", "leaflet": "^1.9.4", "lodash-es": "^4.17.21", "lucide-react": "^0.358.0", "millify": "^6.1.0", "next-themes": "^0.2.1", "pretty-ms": "^9.0.0", "react": "^18.2.0", "react-day-picker": "^8.10.1", "react-dom": "^18.2.0", "react-easy-sort": "^1.5.3", "react-grid-layout": "1.4.2", "react-helmet": "^6.1.0", "react-hook-form": "^7.51.1", "react-icons": "^4.12.0", "react-leaflet": "^4.2.1", "react-resizable": "^3.0.5", "react-resizable-panels": "^2.0.12", "react-router": "^6.15.0", "react-router-dom": "^6.15.0", "socket.io-client": "^4.7.2", "sonner": "^1.4.3", "str2int": "^1.1.0", "tailwind-merge": "^2.2.1", "uuid": "^9.0.1", "vaul": "^0.9.0", "zod": "^3.22.2", "zustand": "^4.4.1" }, "devDependencies": { "@i18next-toolkit/cli": "^1.2.2", "@tanstack/router-vite-plugin": "^1.20.5", "@types/leaflet": "^1.9.8", "@types/loadable__component": "^5.13.8", "@types/lodash-es": "^4.17.12", "@types/react": "^18.2.22", "@types/react-dom": "^18.2.7", "@types/react-grid-layout": "^1.3.5", "@types/react-helmet": "^6.1.11", "@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", "shadcn-ui": "^0.8.0", "tailwindcss": "^3.4.1", "tailwindcss-animate": "^1.0.7", "vite": "^5.0.12", "vitest": "^1.2.1" } }