chore: update panel-config3

This commit is contained in:
Hermes Agent
2026-07-01 12:36:03 +00:00
parent 060ecf3a45
commit c2bc729d02
30 changed files with 3162 additions and 0 deletions

31
package.json Normal file
View File

@@ -0,0 +1,31 @@
{
"name": "client",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "oxlint",
"preview": "vite preview"
},
"dependencies": {
"react": "^19.2.7",
"react-dom": "^19.2.7"
},
"devDependencies": {
"@types/node": "^24.13.2",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@types/uuid": "^10.0.0",
"@vitejs/plugin-react": "^6.0.3",
"bulma": "^1.0.4",
"msw": "^2.14.6",
"oxlint": "^1.71.0",
"react-router-dom": "^7.18.1",
"typescript": "~6.0.2",
"uuid": "^14.0.1",
"vite": "^8.1.1",
"zustand": "^5.0.14"
}
}