forked from forbole/big-dipper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1015 Bytes
/
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
{
"name": "TheBigDipper",
"private": true,
"scripts": {
"start": "meteor run",
"test": "meteor test --once --driver-package meteortesting:mocha"
},
"dependencies": {
"@babel/runtime": "^7.4.3",
"bech32": "^1.1.3",
"chart.js": "^2.8.0",
"cheerio": "^1.0.0-rc.3",
"fibers": "^3.1.1",
"jquery": "^3.4.0",
"js-sha256": "^0.9.0",
"ledger-cosmos-js": "git+https://github.com/cosmos/ledger-cosmos-js.git",
"meteor-node-stubs": "^0.4.1",
"moment": "^2.24.0",
"moment-timezone": "^0.5.23",
"numeral": "^2.0.6",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-chartjs-2": "^2.7.6",
"react-dom": "^16.8.6",
"react-google-tag-manager": "^2.2.1",
"react-pose": "^4.0.8",
"react-router-dom": "^4.3.1",
"react-showdown": "^1.6.0",
"react-sidebar": "^3.0.2",
"react-toastify": "^4.5.2",
"reactstrap": "^8.0.0",
"velocity-react": "^1.4.1",
"ws": "^6.2.1"
},
"devDependencies": {
"chai": "^4.2.0"
}
}