{ "name": "correx-web-ui", "version": "1.0.0", "description": "Web client for CORREX orchestration kernel", "main": "./src/App.tsx", "scripts": { "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test" }, "dependencies": { "react": "^18.2.0", "react-dom": "^18.2.0" } }