forked from bandprotocol/bandchain
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 1.83 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
69
{
"name": "band-scan",
"scripts": {
"build": "rm -rf dist/ && bsb -make-world && parcel build index.html --no-source-maps --no-cache",
"start": "bsb -make-world -w",
"test": "yarn build && yarn jest --coverage"
},
"dependencies": {
"@apollo/react-hooks": "^3.1.5",
"@cosmostation/cosmosjs": "^0.5.5",
"@glennsl/bs-json": "^5.0.2",
"@ledgerhq/hw-transport-webhid": "^5.19.0",
"@ledgerhq/hw-transport-webusb": "^5.19.0",
"@material-ui/core": "^4.11.0",
"@sentry/browser": "^5.21.1",
"axios": "^0.19.2",
"axios-hook": "^0.0.6",
"axios-hooks": "^2.1.0",
"bech32": "^1.1.4",
"bs-axios": "^0.0.43",
"bs-css-emotion": "^1.2.0",
"bs-let": "^0.1.14",
"bs-moment": "^0.4.5",
"change-case": "^4.1.1",
"clipboard-copy": "^3.1.0",
"crypto": "^1.0.1",
"js-sha256": "^0.9.0",
"ledger-cosmos-js": "^2.1.7",
"moment": "^2.27.0",
"obi.js": "^1.0.2",
"parcel-plugin-custom-dist-structure": "^1.1.14",
"react": "^16.13.1",
"react-countup": "^4.3.3",
"react-dom": "^16.13.1",
"react-highlight": "^0.12.0",
"react-select": "^3.1.0",
"reason-apollo": "^0.18.0",
"reason-apollo-hooks": "^6.0.0",
"reason-react": ">=0.7.1",
"ripemd160": "^2.0.2",
"secp256k1": "^4.0.2",
"semver": "^7.3.2"
},
"devDependencies": {
"@baransu/graphql_ppx_re": "^0.7.1",
"@glennsl/bs-jest": "^0.5.1",
"bs-platform": "^7.0.1",
"bsb-js": "^1.1.7",
"css-loader": "^4.2.1",
"html-webpack-plugin": "^4.3.0",
"parcel-bundler": "^1.12.4",
"style-loader": "^1.2.1",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
},
"customDistStructure": {
"config": {
"assets": [
".js",
".css",
".jpg",
".svg",
".png",
".gif"
]
}
}
}