forked from cybercongress/brain
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.91 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
{
"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.5.2",
"@lunie/cosmos-js": "0.0.22",
"@types/meteor-universe-i18n": "^1.14.2",
"babel-polyfill": "^6.26.0",
"bech32": "^1.1.3",
"chart.js": "^2.8.0",
"cheerio": "^1.0.0-rc.3",
"crypto-js": "^3.1.9-1",
"d3": "^5.9.7",
"fibers": "^3.1.1",
"jquery": "^3.4.1",
"js-sha256": "^0.9.0",
"ledger-cosmos-js": "^1.0.0",
"meteor-node-stubs": "^0.4.1",
"moment": "^2.24.0",
"moment-timezone": "^0.5.26",
"numbro": "^2.1.2",
"plottable": "^3.8.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-helmet": "^5.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",
"secp256k1": "^3.7.1",
"styled-components": "^4.3.2",
"tendermint": "^4.0.8",
"tooltip.js": "^1.3.2",
"velocity-react": "^1.4.3",
"ws": "^6.2.1"
},
"devDependencies": {
"@meteorjs/eslint-config-meteor": "^1.0.5",
"babel-eslint": "^10.0.2",
"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.18.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-meteor": "^5.1.0",
"eslint-plugin-react": "^7.14.2"
}
}