-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.81 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
{
"name": "idvstel-wallet",
"version": "0.0.1",
"description": "IDVSTEL Wallet Stellar",
"main": "dist/index.cjs.js",
"module": "dist/custom-elements/index.js",
"_moduleAliases": {
"@prompt": "dist/collection/components/prompt",
"@services": "dist/collection/services"
},
"es2015": "dist/esm/index.mjs",
"es2017": "dist/esm/index.mjs",
"types": "dist/custom-elements/index.d.ts",
"collection": "dist/collection/collection-manifest.json",
"collection:main": "dist/collection/index.js",
"unpkg": "dist/idvstel-wallet/idvstel-wallet.esm.js",
"files": [
"dist/",
"loader/"
],
"scripts": {
"build": "stencil build --docs",
"start": "stencil build --dev --watch --serve",
"test": "stencil test --spec --e2e",
"test.watch": "stencil test --spec --e2e --watchAll",
"generate": "stencil generate"
},
"dependencies": {
"@stencil/core": "^2.7.0"
},
"devDependencies": {
"@capacitor/cli": "^2.5.0",
"@capacitor/core": "^2.5.0",
"@stencil/postcss": "^2.0.0",
"@stencil/sass": "^1.4.1",
"@tinyanvil/sjcl": "^1.0.8",
"@types/autoprefixer": "^9.7.2",
"@types/jest": "^26.0.24",
"autoprefixer": "^9.8.6",
"axios": "^0.21.4",
"copy-to-clipboard": "^3.3.1",
"jest": "^26.6.3",
"jest-cli": "^26.6.3",
"js-combinatorics": "^1.5.4",
"js-xdr": "^1.3.0",
"lodash-es": "^4.17.21",
"module-alias": "^2.2.2",
"puppeteer": "^10.0.0",
"rollup-plugin-node-polyfills": "^0.2.1",
"stellar-sdk": "^8.3.0"
},
"author": "BitsanID",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Bitsanid/idvstel-wallet.git"
},
"keywords": [],
"bugs": {
"url": "https://github.com/Bitsanid/idvstel-wallet/issues"
},
"homepage": "https://github.com/Bitsanid/idvstel-wallet#readme"
}