-
-
Notifications
You must be signed in to change notification settings - Fork 73
Expand file tree
/
Copy pathpackage.json
More file actions
247 lines (247 loc) · 8.07 KB
/
package.json
File metadata and controls
247 lines (247 loc) · 8.07 KB
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
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
{
"name": "adamant-im",
"version": "4.10.6",
"type": "module",
"author": "ADAMANT Foundation <devs@adamant.im>",
"license": "GPLv3",
"description": "Decentralized Messenger",
"private": true,
"scripts": {
"serve": "vite preview --config vite-pwa.config.ts",
"serve:testnet": "vite preview --config vite-pwa.config.ts --mode testnet",
"dev": "vite --config vite-pwa.config.ts",
"dev-https": "cross-env HTTPS=true vite --config vite-pwa.config.ts",
"dev:localnet": "vite --host 0.0.0.0 --config vite-pwa.config.ts",
"dev:testnet": "vite --config vite-pwa.config.ts --mode testnet",
"dev:tor": "vite --config vite-pwa.config.ts --mode tor",
"wallets:generate": "npm run wallets:data:generate && npm run wallets:types:generate",
"wallets:data:generate": "node scripts/wallets.mjs",
"wallets:types:generate": "swagger-typescript-api generate -p ./adamant-wallets/specification/openapi.json -o ./src/types/wallets -n index.ts --no-client",
"build": "vue-tsc && vite build --config vite-pwa.config.ts",
"build:testnet": "vue-tsc && vite build --config vite-pwa.config.ts --mode testnet",
"build:tor": "vue-tsc && vite build --config vite-pwa.config.ts --mode tor",
"lint": "eslint ./src --fix",
"prettify": "prettier --write src/",
"typecheck": "vue-tsc --noEmit",
"schema:generate": "node scripts/adamant-schema/generate.mjs",
"electron:build:prepare": "vue-tsc && vite build --config electron-vite.config.ts",
"electron:build": "npm run electron:build:prepare && electron-builder",
"electron:build:mac:arm64": "npm run electron:build:prepare && electron-builder --config electron-builder.arm64.yml --mac",
"electron:build:notarize": "cross-env APPLE_NOTARIZE=true npm run electron:build",
"electron:build:mac:arm64:notarize": "cross-env APPLE_NOTARIZE=true npm run electron:build:mac:arm64",
"electron:dev": "vite dev --config electron-vite.config.ts",
"electron:serve": "vite preview --config electron-vite.config.ts",
"android:run": "cap sync && cap run android",
"android:open": "cap sync && cap open android",
"android:prebuild": "vue-tsc && vite build --config vite-android.config.ts",
"android:build": "node scripts/capacitor/build-android.mjs",
"android:generate-assets": "npx @capacitor/assets generate --android --assetPath capacitor/assets --iconBackgroundColor '#FFF' --iconBackgroundColorDark '#000' --splashBackgroundColor '#FFF' --splashBackgroundColorDark '#000'",
"https": "vite preview --https",
"test": "vitest",
"coverage": "vitest run --coverage",
"bump-patch": "npm version patch",
"bump-minor": "npm version minor",
"bump-major": "npm version major",
"postinstall": "npm exec husky && npm run schema:generate"
},
"dependencies": {
"@capacitor-community/file-opener": "^8.0.0",
"@capacitor/android": "^8.1.0",
"@capacitor/core": "^8.1.0",
"@capacitor/filesystem": "^8.1.2",
"@emoji-mart/data": "^1.2.1",
"@mdi/js": "^7.4.47",
"@stablelib/utf8": "^2.1.0",
"@tanstack/vue-query": "^5.92.9",
"@vueuse/core": "^14.2.1",
"@zxing/browser": "^0.1.5",
"@zxing/library": "^0.21.3",
"assert": "^2.1.0",
"axios": "^1.13.5",
"b64-to-blob": "^1.2.19",
"bignumber.js": "^10.0.2",
"bip39": "^3.1.0",
"bitcoinjs-lib": "^7.0.1",
"buffer": "^6.0.3",
"bytebuffer": "^5.0.1",
"coininfo": "^5.2.1",
"copy-to-clipboard": "^3.3.3",
"core-js": "^3.48.0",
"crypto-browserify": "^3.12.1",
"dayjs": "^1.11.19",
"deepmerge": "^4.3.1",
"detect-browser": "^5.3.0",
"dompurify": "^3.3.1",
"ecpair": "^3.0.1",
"ed2curve": "^0.3.0",
"emoji-mart": "^5.6.0",
"events": "^3.3.0",
"file-saver": "^2.0.5",
"hdkey": "^2.1.0",
"https-browserify": "^1.0.0",
"i": "^0.3.7",
"idb": "^8.0.3",
"js-base64": "^3.7.8",
"js-md5": "^0.8.3",
"lodash-es": "^4.17.23",
"marked": "^17.0.3",
"mitt": "^3.0.1",
"multiformats": "^13.4.2",
"notifyjs": "^3.0.0",
"os-browserify": "^0.3.0",
"path-browserify": "^1.0.1",
"pbkdf2": "^3.1.5",
"pinia": "^3.0.4",
"pinia-plugin-persistedstate": "^4.7.1",
"popmotion": "^11.0.5",
"promise-queue": "^2.2.5",
"qrcode": "^1.5.4",
"scroll-into-view-if-needed": "^3.1.0",
"simple-audio": "^1.0.1",
"socket.io-client": "^4.8.3",
"sodium-browserify-tweetnacl": "^0.2.6",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"stylefire": "^7.0.3",
"throttle-promise": "^1.0.4",
"tiny-secp256k1": "^2.2.4",
"tweetnacl": "^1.0.3",
"visibilityjs": "^2.0.2",
"vue": "^3.5.29",
"vue-i18n": "^11.2.8",
"vue-router": "^5.0.3",
"vuedraggable": "^4.1.0",
"vuetify": "^4.0.0",
"vuex": "^4.1.0",
"vuex-persist": "^3.1.3",
"web3-errors": "^1.3.1",
"web3-eth": "^4.11.1",
"web3-eth-abi": "^4.4.1",
"web3-eth-accounts": "^4.3.1",
"web3-eth-contract": "^4.7.2",
"web3-providers-http": "^4.2.0",
"web3-utils": "^4.3.3",
"web3-validator": "^2.0.6"
},
"devDependencies": {
"@capacitor/cli": "^8.1.0",
"@commitlint/cli": "^20.4.2",
"@commitlint/config-conventional": "^20.4.2",
"@commitlint/types": "^20.4.0",
"@electron/notarize": "^3.1.1",
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@eslint/compat": "^2.0.2",
"@eslint/eslintrc": "^3.3.4",
"@eslint/js": "^9.39.3",
"@openapitools/openapi-generator-cli": "^2.29.0",
"@rollup/plugin-commonjs": "^29.0.0",
"@rollup/plugin-inject": "^5.0.5",
"@rushstack/eslint-patch": "^1.16.1",
"@types/core-js": "^2.5.8",
"@types/eslint": "^9.6.1",
"@types/lodash": "^4.17.24",
"@types/lodash-es": "^4.17.12",
"@types/pbkdf2": "^3.1.2",
"@typescript-eslint/eslint-plugin": "^8.56.1",
"@typescript-eslint/parser": "^8.56.1",
"@vitejs/plugin-basic-ssl": "^2.1.4",
"@vitejs/plugin-vue": "^6.0.4",
"@vitejs/plugin-vue-jsx": "^5.1.4",
"@vue/eslint-config-prettier": "^10.2.0",
"@vue/test-utils": "^2.4.6",
"autoprefixer": "^10.4.24",
"cross-env": "^10.1.0",
"dotenv": "^17.3.1",
"electron": "^40.6.1",
"electron-builder": "^26.8.1",
"electron-devtools-installer": "^4.0.0",
"eslint": "^9.39.3",
"eslint-import-resolver-typescript": "^4.4.4",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-vue": "^10.8.0",
"execa": "^9.6.1",
"globals": "^17.3.0",
"husky": "^9.1.7",
"jest-serializer-vue": "^3.1.0",
"jsdom": "^28.1.0",
"lint-staged": "^16.2.7",
"lorem-ipsum": "^2.0.8",
"postcss": "latest",
"prettier": "^3.8.1",
"sass": "^1.97.3",
"sass-loader": "^16.0.7",
"semver": "^7.7.4",
"sinon": "^21.0.1",
"swagger-typescript-api": "^13.2.18",
"typescript": "^5.9.3",
"user-agent-data-types": "^0.4.2",
"uuid": "^13.0.0",
"vite": "^7.3.1",
"vite-plugin-electron": "^0.29.0",
"vite-plugin-node-polyfills": "^0.25.0",
"vite-plugin-pwa": "^1.2.0",
"vite-plugin-vue-devtools": "^8.0.6",
"vite-plugin-wasm": "^3.5.0",
"vitest": "^4.0.18",
"vue-eslint-parser": "^10.4.0",
"vue-tsc": "^3.2.5",
"web3-types": "^1.10.0"
},
"main": "dist-electron/main.js",
"lint-staged": {
"*.(ts|js|vue)": [
"eslint --fix",
"prettier --write"
]
},
"keywords": [
"adm",
"adamant",
"blockchain",
"messenger",
"decentralized messenger",
"anonymous messenger",
"secure messenger",
"wallet",
"crypto wallet",
"private keys",
"communication",
"decentralized",
"decentralization",
"anonymous",
"anonymity",
"secure",
"encrypted",
"encryption",
"tor",
"onion",
"bitcoin",
"ethereum",
"exchange",
"crypto",
"cryptocurrency",
"doge",
"dash",
"erc20",
"business",
"2fa"
],
"overrides": {
"eslint": {
"ajv": "^6.14.0"
},
"editorconfig": {
"minimatch": "^9.0.6"
},
"js-beautify": {
"minimatch": "^9.0.6"
},
"filelist": {
"minimatch": "^5.1.7"
},
"elliptic": "^6.6.1",
"valibot": "^1.2.0",
"validator": "^13.15.26",
"tar": "^7.5.9"
}
}