feat(platform): add vehicle data management console

This commit is contained in:
lingniu
2026-07-03 20:55:54 +08:00
parent 0d8916df47
commit 859bc3e9ee
45 changed files with 6837 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite --host 0.0.0.0 --port 20301",
"build": "tsc -b && vite build",
"test": "vitest run"
},
"dependencies": {
"@douyinfe/semi-icons": "^2.71.0",
"@douyinfe/semi-theme-default": "^2.71.0",
"@douyinfe/semi-ui": "^2.71.0",
"@vitejs/plugin-react": "^4.3.4",
"echarts": "^5.6.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"vite": "^6.0.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.1.0",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"jsdom": "^25.0.1",
"sass": "^1.83.4",
"typescript": "^5.7.2",
"vitest": "^2.1.8"
}
}