-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.18 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "beautiflow-visualization",
"version": "0.5.0",
"homepage": "https://akdombrowski.github.io/beautiflow-visualization",
"private": true,
"dependencies": {
"@popperjs/core": "^2.11.8",
"bootstrap": "^5.3.0",
"clipboardy": "^3.0.0",
"cytoscape": "^3.25.0",
"react": "^18.2.0",
"react-bootstrap": "^2.8.0",
"react-cytoscapejs": "^2.0.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.10",
"react-scripts": "^5.0.1",
"sass": "^1.63.6",
"web-vitals": "^3.3.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "",
"eject": "react-scripts eject",
"predeploy": "yarn run build",
"deploy": "yarn predeploy && yarn dlx gh-pages -d build",
"analyze": "source-map-explorer 'build/static/js/*.js' --html analyze/result.html"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"license": "MIT",
"devDependencies": {
"source-map-explorer": "^2.5.3"
},
"packageManager": "yarn@3.6.1"
}