forked from khoazany/hubble
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.26 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
{
"name": "puzzle",
"private": true,
"dependencies": {
"@chainapsis/cosmosjs": "^0.0.3-alpha.3",
"@fortawesome/fontawesome-free": "^5.13.0",
"@ledgerhq/hw-transport-webusb": "^5.17.0",
"@lunie/cosmos-api": "^0.2.5",
"@lunie/cosmos-ledger": "^0.1.8",
"@rails/actioncable": "^6.0.3-1",
"@rails/activestorage": "^6.0.3-1",
"@rails/ujs": "^6.0.3-1",
"@rails/webpacker": "5.1.1",
"bech32": "^1.1.4",
"bn.js": "^4.11.8",
"bootstrap": "^4.5.0",
"bops": "^1.0.1",
"cable_ready": "^4.4.0-pre1",
"chart.js": "^2.9.3",
"chartjs-plugin-annotation": "^0.5.7",
"clipboard": "^2.0.1",
"core-js": "^3.6.5",
"crypto-js": "^4.0.0",
"datatables": "^1.10.13",
"elliptic": "^6.5.3",
"font-awesome": "^4.7.0",
"jquery": "^3.5.1",
"ledger-cosmos-js": "^2.1.7",
"lodash": "^4.17.19",
"moment": "^2.26.0",
"moment-timezone": "^0.5.31",
"popper.js": "^1.16.1",
"process": "^0.11.10",
"rails-erb-loader": "^5.5.2",
"regenerator-runtime": "^0.13.5",
"secp256k1": "^4.0.1",
"semver": "^7.3.2",
"stimulus": "^1.1.1",
"stimulus_reflex": "^3.3.0-pre2",
"tooltipster": "^4.2.6",
"turbolinks": "^5.2.0"
},
"devDependencies": {
"webpack-dev-server": "^3.11.0"
}
}