-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.35 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
{
"name": "@arkecosystem/desktop-wallet-explorer-v3",
"version": "0.0.1",
"description": "Use the ARK Mainnet explorer directly within the wallet",
"main": "dist/arkecosystem-desktop-wallet-explorer-v3.cjs.js",
"author": "Lucio <lucio@ark.io>",
"license": "MIT",
"private": false,
"repository": {
"type": "git",
"url": "git+https://github.com/ark-ecosystem-desktop-plugins/explorer-v3.git"
},
"desktop-wallet": {
"title": "ARK Explorer v3",
"logo": "https://raw.githubusercontent.com/ark-ecosystem-desktop-plugins/explorer/master/images/logo.png",
"images": [
"https://raw.githubusercontent.com/ark-ecosystem-desktop-plugins/explorer/master/images/preview-1.png",
"https://raw.githubusercontent.com/ark-ecosystem-desktop-plugins/explorer/master/images/preview-2.png"
],
"categories": [
"utility"
],
"permissions": [
"LAUNCH"
],
"minimumVersion": "3.0"
},
"keywords": [
"utility",
"explorer",
"@arkecosystem",
"desktop-wallet",
"plugin"
],
"homepage": "https://github.com/ark-ecosystem-desktop-plugins/explorer-v3#readme",
"scripts": {
"prepublishOnly": "yarn build",
"build": "preconstruct build"
},
"dependencies": {
"react": "^17.0.1"
},
"devDependencies": {
"@babel/preset-react": "^7.12.10",
"@preconstruct/cli": "^2.0.2"
}
}