forked from forbole/big-dipper
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
66 lines (66 loc) · 2.07 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "TheBigDipper",
"private": true,
"scripts": {
"start": "meteor run",
"test": "meteor test --once --driver-package meteortesting:mocha",
"lint": "eslint --ext .jsx,.js --ignore-pattern imports/ui/App.jsx imports/",
"lintdiff": "LIST=`git diff-index --name-only master | grep .*\\.js | grep -v json`; if [ \"$LIST\" ]; then eslint --ext .jsx,.js --ignore-pattern imports/ui/App.jsx $LIST; fi",
"pretest": "npm run lint --silent"
},
"dependencies": {
"@babel/runtime": "^7.9.2",
"@ledgerhq/hw-transport-webusb": "^4.78.0",
"@lunie/cosmos-js": "0.0.22",
"@types/meteor-universe-i18n": "^1.14.3",
"babel-polyfill": "^6.26.0",
"bech32": "^1.1.3",
"bootstrap": "^4.4.1",
"bootswatch": "^4.4.1",
"chart.js": "^2.9.3",
"cheerio": "^1.0.0-rc.3",
"crypto-js": "^3.3.0",
"d3": "^5.15.0",
"fibers": "^4.0.3",
"jquery": "^3.4.1",
"js-sha256": "^0.9.0",
"ledger-cosmos-js": "^2.1.7",
"lodash.clonedeep": "^4.5.0",
"meteor-node-stubs": "^0.4.1",
"moment": "^2.24.0",
"moment-timezone": "^0.5.28",
"numbro": "^2.1.2",
"plottable": "^3.8.6",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-chartjs-2": "^2.9.0",
"react-dom": "^16.12.0",
"react-google-tag-manager": "^2.2.1",
"react-helmet": "^5.2.1",
"react-pose": "^4.0.10",
"react-router-dom": "^4.3.1",
"react-showdown": "^1.6.0",
"react-sidebar": "^3.0.2",
"react-toastify": "^4.5.2",
"reactstrap": "^8.4.1",
"secp256k1": "^3.8.0",
"showdown": "^1.9.1",
"styled-components": "^4.4.1",
"tendermint": "^4.0.8",
"tooltip.js": "^1.3.3",
"velocity-react": "^1.4.3",
"ws": "^6.2.1"
},
"devDependencies": {
"@meteorjs/eslint-config-meteor": "^1.0.5",
"babel-eslint": "^10.0.3",
"chai": "^4.2.0",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-import-resolver-meteor": "^0.4.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-meteor": "^6.0.0",
"eslint-plugin-react": "^7.18.3"
}
}