This commit is contained in:
2026-07-24 18:09:36 +08:00
parent 82ee2fdf70
commit 6395d9ea79
24 changed files with 2607 additions and 223 deletions
+4
View File
@@ -7,6 +7,8 @@
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"lint:src": "eslint \"src/**/*.{ts,tsx}\"",
"typecheck": "tsc --noEmit",
"preview": "vite preview"
},
"dependencies": {
@@ -17,6 +19,7 @@
"@use-gesture/react": "^10.3.1",
"antd": "^5.29.1",
"axios": "^1.8.4",
"cesium": "^1.143.0",
"echarts": "^6.0.0",
"framer-motion": "^12.23.24",
"gcoord": "^1.0.7",
@@ -42,6 +45,7 @@
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^15.15.0",
"typescript-eslint": "^8.65.0",
"vite": "^6.2.0"
}
}