tianji/src/client/package.json

113 lines
3.5 KiB
JSON
Raw Normal View History

{
"name": "@tianji/client",
"private": true,
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"dev": "vite --port 10000",
"build": "vite build",
2024-03-25 13:53:43 +00:00
"ui:add": "shadcn-ui add",
2024-04-07 12:00:02 +00:00
"check:type": "tsc --noEmit --skipLibCheck --module esnext",
2024-02-11 16:10:38 +00:00
"translation:extract": "i18next-toolkit extract",
"translation:scan": "i18next-toolkit scan",
2024-03-08 17:03:52 +00:00
"translation:translate": "i18next-toolkit translate",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "moonrailgun <moonrailgun@gmail.com>",
"dependencies": {
"@ant-design/charts": "^1.4.2",
"@ant-design/icons": "^5.3.6",
2024-01-29 16:28:37 +00:00
"@antv/l7": "^2.20.14",
"@antv/larkmap": "^1.4.13",
"@hookform/resolvers": "^3.3.4",
2024-03-31 17:00:34 +00:00
"@i18next-toolkit/react": "^1.0.6",
"@loadable/component": "^5.16.3",
"@monaco-editor/react": "^4.6.0",
2024-03-25 13:53:43 +00:00
"@radix-ui/react-alert-dialog": "^1.0.5",
2024-03-17 16:57:02 +00:00
"@radix-ui/react-avatar": "^1.0.4",
2024-03-25 13:53:43 +00:00
"@radix-ui/react-collapsible": "^1.0.3",
2024-03-09 16:06:15 +00:00
"@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",
2024-03-17 16:57:02 +00:00
"@radix-ui/react-menubar": "^1.0.4",
2024-03-20 18:00:23 +00:00
"@radix-ui/react-scroll-area": "^1.0.5",
2024-03-09 16:06:15 +00:00
"@radix-ui/react-select": "^2.0.0",
2024-03-17 16:57:02 +00:00
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
2024-03-31 17:00:34 +00:00
"@radix-ui/react-switch": "^1.0.3",
2024-03-20 18:00:23 +00:00
"@radix-ui/react-tabs": "^1.0.4",
2024-03-09 16:06:15 +00:00
"@radix-ui/react-tooltip": "^1.0.7",
"@tanstack/react-query": "4.33.0",
2024-03-20 18:00:23 +00:00
"@tanstack/react-router": "^1.20.5",
2024-03-09 16:06:15 +00:00
"@tanstack/react-table": "^8.13.2",
2024-01-28 15:15:16 +00:00
"@tanstack/react-virtual": "^3.0.2",
2024-03-20 18:00:23 +00:00
"@tanstack/router-devtools": "^1.20.5",
2024-01-24 13:26:42 +00:00
"@tianji/shared": "workspace:^",
"@trpc/client": "^10.45.0",
"@trpc/react-query": "^10.45.0",
2024-03-17 16:57:02 +00:00
"ahooks": "^3.7.10",
"antd": "^5.13.1",
"array-move": "^3.0.1",
"axios": "^1.5.0",
2024-03-09 16:06:15 +00:00
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
2024-03-09 16:06:15 +00:00
"cmdk": "^1.0.0",
"colord": "^2.9.3",
"copy-to-clipboard": "^3.3.3",
"dayjs": "^1.11.9",
"eventemitter-strict": "^1.0.1",
"filesize": "^10.0.12",
"fuse.js": "^7.0.0",
"leaflet": "^1.9.4",
"lodash-es": "^4.17.21",
2024-03-17 16:57:02 +00:00
"lucide-react": "^0.358.0",
"millify": "^6.1.0",
2024-03-09 16:06:15 +00:00
"next-themes": "^0.2.1",
"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-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",
2024-03-09 16:06:15 +00:00
"react-resizable-panels": "^2.0.12",
"react-router": "^6.15.0",
"react-router-dom": "^6.15.0",
"socket.io-client": "^4.7.2",
2024-03-09 16:06:15 +00:00
"sonner": "^1.4.3",
"str2int": "^1.1.0",
2024-03-09 16:06:15 +00:00
"tailwind-merge": "^2.2.1",
"uuid": "^9.0.1",
"zod": "^3.22.2",
"zustand": "^4.4.1"
},
"devDependencies": {
"@i18next-toolkit/cli": "^1.2.1",
2024-03-20 18:00:23 +00:00
"@tanstack/router-vite-plugin": "^1.20.5",
"@types/leaflet": "^1.9.8",
2024-01-20 16:53:07 +00:00
"@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",
2024-01-20 16:53:07 +00:00
"@types/uuid": "^9.0.7",
"@vitejs/plugin-react": "^4.0.4",
"autoprefixer": "^10.4.16",
2024-01-29 16:28:37 +00:00
"less": "^4.2.0",
"postcss": "^8.4.31",
2024-03-09 16:06:15 +00:00
"shadcn-ui": "^0.8.0",
2024-03-20 18:00:23 +00:00
"tailwindcss": "^3.4.1",
2024-03-09 16:06:15 +00:00
"tailwindcss-animate": "^1.0.7",
"vite": "^5.0.12",
"vitest": "^1.2.1"
}
}