-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.41 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
{
"name": "metagenscope-client",
"version": "0.1.0",
"private": true,
"dependencies": {
"axios": "^0.18.0",
"chroma-js": "^1.3.6",
"commonmark": "^0.28.1",
"d3": "^4.13.0",
"d3-sankey": "^0.7.1",
"highcharts": "^6.0.7",
"react": "^16.3.1",
"react-bootstrap": "^0.32.1",
"react-dom": "^16.3.1",
"react-google-maps": "^9.4.5",
"react-helmet": "^5.2.0",
"react-highcharts": "^16.0.2",
"react-router-bootstrap": "^0.24.4",
"react-router-dom": "^4.2.2",
"react-scripts-ts": "2.8.0",
"save-svg-as-png": "^1.3.1"
},
"scripts": {
"start": "PORT=9000 react-scripts-ts start",
"build": "react-scripts-ts build",
"lint": "tslint --project tsconfig.json",
"test": "react-scripts-ts test --env=jsdom",
"eject": "react-scripts-ts eject"
},
"devDependencies": {
"@types/chroma-js": "^1.3.4",
"@types/commonmark": "^0.27.0",
"@types/d3": "^4.13.0",
"@types/d3-sankey": "^0.7.2",
"@types/googlemaps": "^3.0.0",
"@types/highcharts": "^5.0.21",
"@types/jest": "^22.2.2",
"@types/markerclustererplus": "^2.1.29",
"@types/node": "^9.6.2",
"@types/react": "^16.3.5",
"@types/react-bootstrap": "^0.32.6",
"@types/react-dom": "^16.0.4",
"@types/react-helmet": "^5.0.5",
"@types/react-router-bootstrap": "^0.24.4",
"@types/react-router-dom": "^4.2.6",
"typescript": "^2.8.1",
"typings": "^2.1.1"
}
}