forked from stellar-deprecated/account-viewer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.02 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
{
"name": "account-viewer",
"version": "0.0.1",
"private": true,
"description": "A simple account-viewer",
"scripts": {
"start": "interstellar develop",
"build": "interstellar build --env=prd"
},
"author": "Stellar Development Foundation <stellar@stellar.org>",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "http://github.com/stellar/account-viewer.git"
},
"dependencies": {
"@ledgerhq/errors": "^5.9.0",
"@ledgerhq/hw-app-str": "^5.9.0",
"@ledgerhq/logs": "^5.9.0",
"amplitude-js": "^5.2.2",
"babel-runtime": "^6.26.0",
"bignumber.js": "^2.0.8",
"interstellar": "https://github.com/stellar/interstellar.git#yarn",
"interstellar-core": "~0.0.4",
"interstellar-network": "./vendor/interstellar-network",
"interstellar-sessions": "~0.0.10",
"interstellar-ui-messages": "~0.0.3",
"lodash": "^4.17.13",
"regenerator-runtime": "^0.13.3",
"stellar-sdk": "^5.0.0",
"u2f-api": "^1.1.1"
},
"devDependencies": {
"gulp": "^3.9.0"
}
}