ruv commited on
Commit
7f5449d
·
verified ·
1 Parent(s): 1e47e76

Create package.json

Browse files
Files changed (1) hide show
  1. 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
+ },