Spaces:
Build error
Build error
Create package.json
Browse files- package.json +6 -0
package.json
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
"scripts": {
|
| 2 |
+
"start": "react-scripts start --port 7860",
|
| 3 |
+
"build": "react-scripts build",
|
| 4 |
+
"test": "react-scripts test",
|
| 5 |
+
"eject": "react-scripts eject"
|
| 6 |
+
},
|