Add React Arco workbench prototype

This commit is contained in:
2026-07-20 09:50:55 +08:00
parent 3669e23085
commit 9e76986879
16 changed files with 3287 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
{
"name": "senlinai-acro-react",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "oxlint",
"preview": "vite preview"
},
"dependencies": {
"@arco-design/web-react": "^2.66.16",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/node": "^24.13.2",
"@types/react": "^18.3.23",
"@types/react-dom": "^18.3.7",
"@vitejs/plugin-react": "^6.0.3",
"oxlint": "^1.71.0",
"playwright": "^1.61.1",
"typescript": "~6.0.2",
"vite": "^8.1.1"
}
}