mirror of
https://github.com/blackboxprogramming/BlackStream.git
synced 2026-03-18 02:34:07 -05:00
Add web app package.json
This commit is contained in:
committed by
GitHub
parent
78b556ec7d
commit
a8efee22b3
16
frontend/web-app/package.json
Normal file
16
frontend/web-app/package.json
Normal 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"
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user