Files
blackstream/frontend/web-app/package.json
blackboxprogramming a8efee22b3 Add web app package.json
2025-08-08 13:37:46 -07:00

17 lines
345 B
JSON

{
"name": "blackstream-web-app",
"version": "0.1.0",
"private": true,
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "^5.0.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
}
}