-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
75 lines (75 loc) · 2.01 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
{
"name": "wikishape",
"version": "0.2.5",
"private": true,
"dependencies": {
"3dshex": "^0.5.2",
"axios": "^0.27.2",
"bootstrap": "^4.6.1",
"codemirror": "^5.65.2",
"cytoscape": "^3.21.1",
"cytoscape-dagre": "^2.3.2",
"cytoscape-node-html-label": "^1.2.1",
"cytoscape-panzoom": "^2.5.3",
"cytoscape-svg": "^0.3.1",
"form-data": "^2.5.1",
"gh-pages": "^2.2.0",
"jquery": "^3.5.1",
"npm": "^6.14.16",
"perfectkb-yate": "^0.9.2",
"prop-types": "^15.8.1",
"qs": "^6.10.3",
"query-string": "^6.13.8",
"react": "^16.14.0",
"react-axios": "^2.0.4",
"react-bootstrap": "^1.6.4",
"react-bootstrap-table-next": "^3.3.5",
"react-bootstrap-table2-filter": "^1.3.3",
"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.1",
"react-dom": "^16.14.0",
"react-open-iconic-svg": "^3.0.1",
"react-router": "^5.2.1",
"react-router-dom": "^5.3.0",
"react-scripts": "^3.4.4",
"react-toastify": "^6.2.0",
"react-tooltip": "^4.2.21",
"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 start",
"build": "react-scripts 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": {
"@testing-library/dom": "^6.11.0",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.4.0",
"@testing-library/react-hooks": "^3.7.0",
"react-test-renderer": "^16.14.0"
}
}