-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
78 lines (78 loc) · 2.14 KB
/
package.json
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "rdfshape-client",
"version": "0.2.12",
"private": true,
"dependencies": {
"3dshex": "^0.5.2",
"axios": "^0.21.4",
"bootstrap": "^4.6.1",
"codemirror": "^5.65.2",
"cytoscape": "^3.21.1",
"cytoscape-dagre": "^2.4.0",
"cytoscape-node-html-label": "^1.2.1",
"cytoscape-panzoom": "^2.5.3",
"cytoscape-svg": "^0.3.1",
"eslint": "^6.5.1",
"form-data": "^2.5.1",
"gh-pages": "^2.2.0",
"jquery": "^3.5.1",
"npm": "^6.14.16",
"perfectkb-yate": "^0.10.0",
"prop-types": "^15.8.1",
"qs": "^6.10.3",
"query-string": "^6.13.7",
"react": "^16.14.0",
"react-axios": "^2.0.4",
"react-bootstrap": "^1.6.4",
"react-bootstrap-table-next": "^3.3.5",
"react-bootstrap-table2-paginator": "^2.1.2",
"react-bootstrap-table2-toolkit": "^2.1.3",
"react-bootstrap-typeahead": "^3.4.7",
"react-codemirror2": "^6.0.1",
"react-color": "^2.19.3",
"react-cytoscapejs": "^1.2.0",
"react-dom": "^16.14.0",
"react-open-iconic-svg": "^3.0.1",
"react-pace-progress": "^2.0.0",
"react-router": "^5.2.1",
"react-router-dom": "^5.3.0",
"react-scripts": "^3.4.4",
"react-toastify": "^7.0.3",
"react-tooltip": "^4.2.21",
"react-use-websocket": "^3.0.0",
"shumlex": "^0.6.5",
"viz.js": "^2.1.2",
"xml-formatter": "^2.6.1",
"yasgui-yasqe": "^2.11.22",
"yashe": "^1.3.22"
},
"scripts": {
"start": "react-scripts --openssl-legacy-provider start",
"build": "react-scripts --openssl-legacy-provider build",
"test": "react-scripts test --passWithNoTests",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/core": "^7.17.9",
"@testing-library/dom": "^6.16.0",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/react-hooks": "^3.7.0",
"react-test-renderer": "^16.14.0"
}
}