-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.15 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
{
"name": "RTPEA",
"version": "0.1.0",
"private": true,
"dependencies": {
"ProtVista": "^2.0.9",
"ideogram": "^1.13.0",
"jquery": "^3.3.1",
"lodash": "^4.17.10",
"match-sorter": "^2.2.3",
"react": "^16.2.0",
"react-ad-block-detect": "^1.0.1",
"react-copy-to-clipboard": "^5.0.1",
"react-count-to": "^0.10.0",
"react-device-detect": "^1.5.8",
"react-dom": "^16.2.0",
"react-highlight": "^0.12.0",
"react-image-mapper": "0.0.7",
"react-inlinesvg": "^0.8.1",
"react-json-pretty": "^1.7.6",
"react-loader": "^2.4.5",
"react-loading-bar": "0.0.7",
"react-particles-js": "^2.1.1",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-scripts": "1.1.1",
"react-table": "^6.8.2",
"react-tabs": "^2.2.2",
"react-tilt": "^0.1.4",
"react-toggle-switch": "^3.0.4",
"reactjs-popup": "^1.1.1",
"recharts": "^1.0.0-beta.10",
"sequence-viewer": "^0.2.18",
"tachyons": "^4.9.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}