Files
camel-ops-platform/frontend/package.json

19 lines
420 B
JSON
Raw Normal View History

{
"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"
}
}