-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.05 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
{
"name": "v2",
"version": "0.1.0",
"private": true,
"homepage": "./",
"dependencies": {
"@fortawesome/fontawesome-free-solid": "^5.0.13",
"@fortawesome/fontawesome-svg-core": "^1.2.0",
"@fortawesome/react-fontawesome": "0.1.0-11",
"bootstrap": "^4.3.1",
"dns": "^0.2.2",
"echarts": "^4.1.0",
"i": "^0.3.6",
"match-sorter": "^2.2.3",
"moment": "^2.22.2",
"nouislider-react": "^1.2.1",
"npm": "^6.13.4",
"react": "^16.8.6",
"react-bootstrap": "^0.32.1",
"react-bootstrap-toggle": "^2.3.1",
"react-dom": "^16.12.0",
"react-graph-vis": "^1.0.2",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-scripts": "1.1.4",
"react-spinners": "^0.4.7",
"react-table": "^6.8.6",
"react-tag-input": "^5.1.0",
"remove": "^0.1.5",
"universal-cookie": "^3.0.7",
"wnumb": "^1.1.0"
},
"scripts": {
"start": "PORT=3001 react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}