ruv commited on
Commit
3d36762
·
verified ·
1 Parent(s): 1dcbb5c

Update package.json

Browse files
Files changed (1) hide show
  1. package.json +16 -6
package.json CHANGED
@@ -1,6 +1,16 @@
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
- },
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "my-app",
3
+ "version": "0.1.0",
4
+ "scripts": {
5
+ "start": "react-scripts start --port 7860",
6
+ "build": "react-scripts build",
7
+ "test": "react-scripts test",
8
+ "eject": "react-scripts eject"
9
+ },
10
+ "dependencies": {
11
+ "react": "^18.2.0",
12
+ "react-dom": "^18.2.0",
13
+ "react-scripts": "5.0.1",
14
+ "reactflow": "^11.5.6"
15
+ }
16
+ }