Initial commit: Architecture, UX Strategy, and Scaffolding

This commit is contained in:
OpenClaw Squad
2026-03-01 20:52:49 +00:00
commit e0a122f440
19 changed files with 715 additions and 0 deletions

18
frontend/package.json Normal file
View File

@@ -0,0 +1,18 @@
{
"name": "camel-ops-frontend",
"version": "0.1.0",
"private": true,
"description": "React frontend for Camel Ops",
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
}
}