flow-docker / package.json
ruv's picture
Update package.json
3d36762 verified
raw
history blame contribute delete
352 Bytes
{
"name": "my-app",
"version": "0.1.0",
"scripts": {
"start": "react-scripts start --port 7860",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
"reactflow": "^11.5.6"
}
}