-
Notifications
You must be signed in to change notification settings - Fork 29
/
package.json
69 lines (69 loc) · 1.71 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": "block-explorer",
"version": "1.4.0",
"description": "QRL block explorer",
"main": "index.js",
"dependencies": {
"@babel/runtime": "^7.18.3",
"@grpc/grpc-js": "^1.6.7",
"@grpc/proto-loader": "^0.6.13",
"@theqrl/explorer-helpers": "^2.8.0",
"@theqrl/nft-providers": "^1.0.1",
"@theqrl/validate-qrl-address": "^3.0.1",
"axios": "^0.27.2",
"babel-runtime": "^6.26.0",
"bech32": "^2.0.0",
"bignumber.js": "^9.0.2",
"crypto": "^1.0.1",
"crypto-js": "^4.1.1",
"elliptic": "^6.5.4",
"es5-shim": "^4.6.7",
"fomantic-ui-css": "^2.8.8",
"fs": "0.0.1-security",
"ini": "^3.0.0",
"jquery": "^3.6.0",
"jquery-qrcode": "^1.0.0",
"jscrypto": "^1.0.3",
"json-formatter-js": "^2.3.4",
"lodash": "^4.17.21",
"mathjs": "^10.6.3",
"meteor-babel-helpers": "0.0.3",
"meteor-node-stubs": "^1.2.3",
"path": "^0.12.7",
"tmp": "0.2.1",
"underscore": "^1.13.4",
"y18n": "^5.0.8"
},
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/theQRL/block-explorer.git"
},
"keywords": [
"QRL",
"blockchain"
],
"author": "QRL contributors",
"license": "MIT",
"bugs": {
"url": "https://github.com/theQRL/block-explorer/issues"
},
"homepage": "https://github.com/theQRL/block-explorer#readme",
"devDependencies": {
"autoprefixer": "^10.4.7",
"eslint": "^8.18.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-import-resolver-meteor": "^0.4.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-meteor": "^7.3.0"
},
"postcss": {
"plugins": {
"autoprefixer": {
"browsers": [
"last 2 versions"
]
}
}
}
}