forked from khoazany/hubble
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.05 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
{
"name": "hubble",
"private": true,
"dependencies": {
"@ethersproject/contracts": "^5.1.1",
"@ledgerhq/hw-transport-webusb": "^5.48.0",
"@rails/webpacker": "5.2.1",
"bn.js": "^4.11.8",
"bootstrap": "^4.3.1",
"chart.js": "^2.9.4",
"chartjs-plugin-annotation": "^0.5.7",
"clipboard": "^2.0.1",
"crypto-js": "^3.1.9-1",
"datatables": "^1.10.13",
"ethers": "^5.1.4",
"flatpickr": "^4.6.9",
"fullcalendar": "^5.4.0",
"inputmask": "^5.0.3",
"jquery": "^3.5.1",
"ledger-cosmos-js": "^2.1.8",
"lodash": "^4.17.21",
"mina-ledger-js": "^1.0.6",
"moment": "^2.22.2",
"moment-timezone": "^0.5.20",
"secp256k1": "^4.0.2",
"tooltipster": "^4.2.6"
},
"devDependencies": {
"eslint": "^7.9.0",
"eslint-config-google": "^0.14.0",
"husky": "^4.3.8",
"webpack-dev-server": "^3.11.2"
},
"husky": {
"hooks": {
"pre-push": "bundle exec rubocop --config .rubocop.yml"
}
},
"scripts": {
"format": "yarn eslint app --fix",
"lint": "yarn eslint app"
}
}