-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
158 lines (158 loc) · 5.21 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
{
"name": "xdv",
"description": "XDV Platform for document signing and decentralized identity",
"author": {
"name": "Electronic Signatures Industries"
},
"version": "1.1.0",
"private": true,
"scripts": {
"serve": "NODE_OPTIONS=--max_old_space_size=8096; vue-cli-service serve",
"build": "NODE_OPTIONS=--max_old_space_size=8096; vue-cli-service build --no-unsafe-inline",
"test:unit": "vue-cli-service test:unit",
"test:e2e": "vue-cli-service test:e2e",
"lint": "vue-cli-service lint",
"dev": "vue-cli-service serve --open",
"electron:build": "vue-cli-service electron:build",
"electron:serve": "vue-cli-service electron:serve",
"i18n:report": "vue-cli-service i18n:report --src './src/**/*.?(js|vue)' --locales './src/locales/**/*.json'",
"inspect": "vue-cli-service inspect",
"now-start": "vue-cli-service serve",
"package": "npx electron-packager dist-electron/ xdv --platform all --arch x64 --electron-version 9.1.0 --out releases --overwrite",
"__postinstall": "electron-builder install-app-deps"
},
"engines": {
"node": "16.0.0",
"npm": ">= 7.0.0"
},
"main": "background.js",
"dependencies": {
"@babel/runtime": "^7.16.3",
"@ceramicnetwork/key-did-resolver": "^0.2.2",
"@chenfengyuan/vue-qrcode": "^1.0.2",
"@confio/ics23": "^0.6.5",
"@cosmjs/encoding": "^0.25.6",
"@cosmjs/launchpad": "^0.26.1",
"@cosmjs/math": "^0.25.6",
"@cosmjs/proto-signing": "^0.26.1",
"@cosmjs/tendermint-rpc": "^0.26.1",
"@ethersphere/bee-js": "^1.2.1",
"@hanchon/ethermint-address-converter": "^1.1.0",
"@starport/vuex": "^0.1.53",
"@stomp/stompjs": "^6.1.0",
"3id-did-provider": "^0.1.2",
"anconjs": "^0.1.3",
"arweave": "^1.10.16",
"axios": "^0.19.2",
"bl": "^4.0.2",
"bn.js": "^5.1.1",
"bnc-onboard": "^1.35.2",
"bs58": "^4.0.1",
"cbor-sync": "^1.0.4",
"class-validator": "^0.12.2",
"content-hash": "^2.5.2",
"copy-to-clipboard": "^3.3.1",
"core-js": "^3.6.2",
"cosmjs-web3provider": "^0.2.1",
"cryptocurrency-icons": "^0.18.0",
"dag-jose": "^0.3.0",
"did-jwt-vc": "^1.0.4",
"dids": "^1.1.1",
"ecies-parity": "^0.1.1",
"elliptic": "^6.5.4",
"es6-shim": "^0.35.5",
"ethers": "^5.4.7",
"ethr-did": "^1.1.0",
"ifesa-dgi-factura-electronica": "^1.0.0",
"ipfs-car": "^0.5.9",
"ipfs-core": "^0.3.1",
"ipfs-http-client": "^48.1.3",
"ipfs-repo": "^7.0.0",
"ipld": "^0.28.0",
"ipld-dag-cbor": "^0.15.3",
"jsrsasign": "^8.0.20",
"key-did-provider-ed25519": "^1.0.0",
"latest": "^0.2.0",
"moment": "^2.26.0",
"moment-timezone": "^0.5.33",
"multicodec": "^1.0.4",
"multiformats": "^3.0.3",
"nft.storage": "^3.3.0",
"node-forge": "^0.9.1",
"pouchdb": "^7.2.1",
"pouchdb-find": "^7.2.1",
"promise-file-reader": "^1.0.2",
"regenerator-runtime": "^0.13.9",
"rxjs": "^7.0.0",
"share-api-polyfill": "^1.0.21",
"sockjs-client": "^1.4.0",
"solido-provider-ethers": "^1.1.1",
"styled-components": "^5.0.1",
"vue": "^2.6.11",
"vue_pdfjs_viewer": "^0.1.11",
"vue-class-component": "^7.2.3",
"vue-confirm-dialog": "^1.0.2",
"vue-cryptoicon": "^0.17.2",
"vue-file-agent": "^1.7.3",
"vue-google-oauth2": "^1.5.5",
"vue-i18n": "^8.15.3",
"vue-pdf": "^4.0.8",
"vue-property-decorator": "^8.3.0",
"vue-qrcode-reader": "^2.1.1",
"vue-router": "^3.1.3",
"vue-skycons": "^1.0.5",
"vue-the-mask": "^0.11.1",
"vue-upload-component": "^2.8.20",
"vue-worker": "^1.2.1",
"vuebar": "0.0.20",
"vuetify": "^2.3.3",
"vuex": "^3.1.2",
"web-streams-polyfill": "^2.1.0",
"web3": "^1.3.5",
"web3.storage": "^3.3.2",
"xdv-universal-wallet-core": "^0.6.2"
},
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.16.0",
"@babel/preset-env": "^7.16.0",
"@mdi/font": "^5.0.45",
"@mdi/js": "^5.0.45",
"@types/jest": "^26.0.23",
"@types/pouchdb": "^6.4.0",
"@types/pouchdb-find": "^6.3.5",
"@typescript-eslint/eslint-plugin": "^4.25.0",
"@vue/cli-plugin-babel": "^4.5.12",
"@vue/cli-plugin-e2e-cypress": "^4.4.6",
"@vue/cli-plugin-eslint": "^4.5.12",
"@vue/cli-plugin-typescript": "^4.5.12",
"@vue/cli-plugin-unit-jest": "^4.5.12",
"@vue/cli-service": "^4.5.12",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/eslint-config-typescript": "^4.0.0",
"@vue/test-utils": "1.0.0-beta.30",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^10.0.3",
"babel-jest": "^24.9.0",
"babel-plugin-transform-regenerator": "^6.26.0",
"babel-polyfill": "^6.26.0",
"copy-webpack-plugin": "^5.1.1",
"eslint": "^6.8.0",
"eslint-config-vuetify": "^0.4.1",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-vue": "^6.2.2",
"html-webpack-plugin": "^4.2.0",
"sass": "^1.24.3",
"sass-loader": "^8.0.0",
"ts-jest": "^26.5.6",
"typescript": "^4.2.4",
"vee-validate": "^3.3.7",
"vue-chartist": "^2.2.1",
"vue-cli-plugin-i18n": "^0.6.0",
"vue-cli-plugin-vuetify": "^2.0.6",
"vue-template-compiler": "^2.6.11",
"vue-world-map": "^0.1.1",
"vuetify-loader": "^1.5.0",
"wasm-loader": "^1.3.0",
"webpack-flat-bundle": "0.0.13"
}
}