ruv commited on
Commit
0243709
·
verified ·
1 Parent(s): ce830d3

Create package.json

Browse files
Files changed (1) hide show
  1. package.json +27 -0
package.json ADDED
@@ -0,0 +1,27 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "flask-react-flow",
3
+ "version": "1.0.0",
4
+ "scripts": {
5
+ "start": "react-scripts start",
6
+ "build": "react-scripts build",
7
+ "eject": "react-scripts eject"
8
+ },
9
+ "dependencies": {
10
+ "react": "^18.2.0",
11
+ "react-dom": "^18.2.0",
12
+ "react-scripts": "5.0.1",
13
+ "reactflow": "^11.5.6"
14
+ },
15
+ "browserslist": {
16
+ "production": [
17
+ ">0.2%",
18
+ "not dead",
19
+ "not op_mini all"
20
+ ],
21
+ "development": [
22
+ "last 1 chrome version",
23
+ "last 1 firefox version",
24
+ "last 1 safari version"
25
+ ]
26
+ }
27
+ }