-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.35 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.35 KB
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
{
"name": "T.O.B.I.A.S.",
"version": "0.1.0",
"private": true,
"devDependencies": {
"enzyme": "^3.3.0",
"enzyme-adapter-react-15": "^1.0.5",
"mock-local-storage": "^1.0.5",
"react-scripts": "^1.1.4",
"react-test-renderer": "^15.6.1"
},
"dependencies": {
"@walsh9/topiary": "^0.1.0",
"antd": "^2.11.2",
"apollo-fetch": "^0.7.0",
"apollo-link-context": "^1.0.8",
"apollo-link-ws": "^1.0.8",
"chart.js": "^2.7.2",
"d3-scale": "^2.0.0",
"d3-selection": "^1.3.0",
"justgage": "^1.2.2",
"react": "^15.6.1",
"react-addons-css-transition-group": "^15.6.2",
"react-apollo": "^1.4.3",
"react-chartjs-2": "^2.7.2",
"react-dom": "^15.6.1",
"react-helmet": "^5.2.0",
"react-highcharts": "^16.0.2",
"react-infinite-calendar": "^2.3.1",
"react-router-dom": "^4.2.2",
"react-svg-gauge": "^1.0.8",
"react-toastify": "^4.0.1",
"semantic-ui-react": "^0.80.2",
"subscriptions-transport-ws": "^0.9.9",
"validator": "^10.4.0",
"vector2d": "^3.0.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}