2024-01-20 08:22:44 +00:00
|
|
|
{
|
|
|
|
"name": "@tianji/client",
|
|
|
|
"private": true,
|
|
|
|
"description": "",
|
|
|
|
"main": "index.js",
|
|
|
|
"type": "module",
|
|
|
|
"scripts": {
|
|
|
|
"dev": "vite --port 10000",
|
|
|
|
"build": "vite build",
|
|
|
|
"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.2.6",
|
2024-01-29 16:28:37 +00:00
|
|
|
"@antv/l7": "^2.20.14",
|
|
|
|
"@antv/larkmap": "^1.4.13",
|
2024-01-20 08:22:44 +00:00
|
|
|
"@loadable/component": "^5.16.3",
|
|
|
|
"@monaco-editor/react": "^4.6.0",
|
|
|
|
"@tanstack/react-query": "4.33.0",
|
2024-01-28 15:15:16 +00:00
|
|
|
"@tanstack/react-virtual": "^3.0.2",
|
2024-01-24 13:26:42 +00:00
|
|
|
"@tianji/shared": "workspace:^",
|
2024-01-20 08:22:44 +00:00
|
|
|
"@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",
|
|
|
|
"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-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": {
|
2024-01-20 16:53:07 +00:00
|
|
|
"@types/loadable__component": "^5.13.8",
|
|
|
|
"@types/lodash-es": "^4.17.12",
|
2024-01-20 08:22:44 +00:00
|
|
|
"@types/react": "^18.2.21",
|
|
|
|
"@types/react-dom": "^18.2.7",
|
|
|
|
"@types/react-grid-layout": "^1.3.5",
|
|
|
|
"@types/react-resizable": "^3.0.7",
|
2024-01-20 16:53:07 +00:00
|
|
|
"@types/uuid": "^9.0.7",
|
2024-01-20 08:22:44 +00:00
|
|
|
"@vitejs/plugin-react": "^4.0.4",
|
|
|
|
"autoprefixer": "^10.4.16",
|
2024-01-29 16:28:37 +00:00
|
|
|
"less": "^4.2.0",
|
2024-01-20 08:22:44 +00:00
|
|
|
"postcss": "^8.4.31",
|
|
|
|
"tailwindcss": "^3.3.5",
|
|
|
|
"vite": "^5.0.12",
|
|
|
|
"vitest": "^1.2.1"
|
|
|
|
}
|
|
|
|
}
|