Add web app package.json

This commit is contained in:
blackboxprogramming
2025-08-08 13:37:46 -07:00
committed by GitHub
parent 78b556ec7d
commit a8efee22b3

View File

@@ -0,0 +1,16 @@
{
"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"
}
}