-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 2.13 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
67
68
{
"name": "the-big-dipper",
"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.11.0",
"@ledgerhq/hw-transport-webusb": "^4.78.0",
"@lunie/cosmos-js": "0.0.22",
"@types/meteor-universe-i18n": "^1.14.4",
"babel-polyfill": "^6.26.0",
"bech32": "^1.1.4",
"bootstrap": "^4.5.0",
"bootswatch": "^4.5.0",
"chart.js": "^2.9.3",
"cheerio": "^1.0.0-rc.3",
"crypto-js": "^3.3.0",
"d3": "^5.16.0",
"fibers": "^4.0.3",
"jquery": "^3.5.0",
"js-sha256": "^0.9.0",
"ledger-cosmos-js": "^2.1.7",
"lodash": "^4.17.19",
"meteor-node-stubs": "^0.4.1",
"moment": "^2.27.0",
"moment-timezone": "^0.5.31",
"numbro": "^2.2.0",
"plottable": "^3.9.0",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-chartjs-2": "^2.9.0",
"react-dom": "^16.13.1",
"react-google-tag-manager": "^2.2.1",
"react-helmet": "^5.2.1",
"react-jazzicon": "^0.1.3",
"react-json-pretty": "^2.2.0",
"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.5.1",
"rollup": "^2.23.0",
"secp256k1": "^3.8.0",
"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.1.0",
"chai": "^4.2.0",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.1",
"eslint-import-resolver-meteor": "^0.4.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-meteor": "^5.2.0",
"eslint-plugin-react": "^7.20.5"
}
}