feat(web): add runnable fleet console foundation

This commit is contained in:
chick
2026-07-17 16:02:15 +08:00
parent b4ae28c8f0
commit 4093634e13
16 changed files with 2730 additions and 7 deletions
+17
View File
@@ -5,6 +5,23 @@
"type": "module",
"exports": "./src/index.ts",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "vitest run src",
"typecheck": "tsc -p tsconfig.json"
},
"dependencies": {
"react": "19.2.4",
"react-dom": "19.2.4"
},
"devDependencies": {
"@testing-library/react": "16.3.0",
"@testing-library/user-event": "14.6.1",
"@types/react": "19.2.7",
"@types/react-dom": "19.2.3",
"@vitejs/plugin-react": "5.1.1",
"jsdom": "27.2.0",
"vite": "7.3.5"
}
}