-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 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
{
"name": "stellarkit-js-utils",
"version": "1.0.2",
"description": "Simplified JS API for Stellar",
"license": "MIT",
"repository": "github.com/StellarKit/stellar-js-utils",
"homepage": "https://stellarkit.io",
"main": "dist/build.js",
"author": {
"name": "Steve Gehrman",
"email": "steve@distantfutu.re"
},
"scripts": {
"dist": "webpack --progress --hide-modules",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"stellar",
"javascript"
],
"dependencies": {
"stellar-sdk": "^2.2.0",
"axios": "^0.19.0",
"@ledgerhq/hw-transport-u2f": "^4.68.2",
"@ledgerhq/hw-app-str": "^4.68.2"
},
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"babel-loader": "^8.0.6",
"css-loader": "^3.1.0",
"eslint": "^6.1.0",
"eslint-loader": "2.2.1",
"eslint-plugin-vue": "^5.2.3",
"terser": "^4.1.2",
"terser-webpack-plugin": "^1.3.0",
"webpack": "^4.38.0",
"webpack-bundle-analyzer": "^3.4.1",
"webpack-cli": "^3.3.6"
}
}