Spaces:
Build error
Build error
Update package.json
Browse files- package.json +16 -6
package.json
CHANGED
|
@@ -1,6 +1,16 @@
|
|
| 1 |
-
|
| 2 |
-
"
|
| 3 |
-
"
|
| 4 |
-
"
|
| 5 |
-
|
| 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 |
+
}
|