mirror of
https://github.com/blackboxprogramming/BlackStream.git
synced 2026-03-17 07:57:19 -05:00
17 lines
345 B
JSON
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"
|
|
}
|
|
}
|