-
Notifications
You must be signed in to change notification settings - Fork 39
/
package.json
209 lines (209 loc) · 7.04 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
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
{
"name": "superhero-wallet",
"version": "2.3.2",
"description": "Superhero wallet",
"author": "Superhero",
"license": "MIT",
"private": true,
"scripts": {
"lint:vue": "vue-cli-service lint --no-fix",
"lint:vue:fix": "vue-cli-service lint --fix",
"lint:css": "stylelint src/**/*.{css,scss,vue}",
"lint:commit": "commitlint --from develop --verbose",
"lint": "cross-env NODE_ENV=production npm run lint:commit && npm run lint:vue && npm run lint:css",
"build": "ionic build",
"build:android": "cross-env PLATFORM=ionic ionic capacitor build android",
"build:ios": "cross-env PLATFORM=ionic ionic capacitor build ios",
"build:extension": "npm run build:extension:chrome && npm run build:extension:ff",
"build:extension:ff": "cross-env PLATFORM=extension IS_FIREFOX_EXT=true vue-cli-service build",
"build:extension:chrome": "cross-env PLATFORM=extension vue-cli-service build",
"build:web": "cross-env PLATFORM=web ionic build",
"build-zip": "node scripts/build-zip.js",
"serve": "cross-env PLATFORM=web ionic serve --port=8080",
"watch": "npm run build:extension:chrome -- --watch --mode production",
"watch:ff": "npm run build:extension:ff -- --watch --mode production",
"test:unit": "vue-cli-service test:unit",
"test:unit:snapshot": "npm run test:unit -- --updateSnapshot",
"test:e2e": "cross-env PLATFORM=web RUNNING_IN_TESTS=true vue-cli-service test:e2e",
"test": "npm run test:unit && npm run test:e2e -- --headless",
"build:Testnet": "cross-env NETWORK=Testnet npm run build:extension",
"gen:capacitor-assets": "npx @capacitor/assets generate --iconBackgroundColor '#141414' --splashBackgroundColor '#141414' --splashBackgroundColorDark '#141414' --android --ios ",
"cap-config": "trapeze run config.yaml",
"release": "standard-version"
},
"dependencies": {
"@aeternity/aepp-calldata": "^1.8.0",
"@aeternity/aepp-sdk": "13.3.2",
"@aeternity/bip39": "^0.1.0",
"@aeternity/json-bigint": "^0.3.1",
"@airgap/aeternity": "^0.13.31",
"@airgap/serializer": "^0.13.31",
"@aparajita/capacitor-biometric-auth": "^8.0.2",
"@aparajita/capacitor-secure-storage": "^6.0.1",
"@awesome-cordova-plugins/screen-orientation": "^6.8.0",
"@bitcoin-js/tiny-secp256k1-asmjs": "^2.2.3",
"@capacitor-mlkit/barcode-scanning": "^6.1.0",
"@capacitor/android": "^6.1.1",
"@capacitor/app": "^6.0.0",
"@capacitor/assets": "^3.0.5",
"@capacitor/camera": "^6.0.1",
"@capacitor/cli": "^6.1.1",
"@capacitor/clipboard": "^6.0.0",
"@capacitor/core": "^6.1.1",
"@capacitor/filesystem": "^6.0.0",
"@capacitor/haptics": "^6.0.0",
"@capacitor/ios": "^6.1.1",
"@capacitor/keyboard": "^6.0.1",
"@capacitor/network": "^6.0.1",
"@capacitor/share": "^6.0.1",
"@capacitor/splash-screen": "^6.0.1",
"@capacitor/status-bar": "^6.0.0",
"@fontsource/ibm-plex-mono": "^5.0.13",
"@fontsource/ibm-plex-sans": "^5.0.20",
"@intlify/eslint-plugin-vue-i18n": "^2.0.0",
"@ionic/cli": "^7.2.0",
"@ionic/vue": "^8.2.6",
"@ionic/vue-router": "^8.2.6",
"@ngraveio/bc-ur": "^1.1.13",
"@trapezedev/configure": "^7.0.10",
"@vee-validate/i18n": "^4.13.2",
"@vee-validate/rules": "^4.13.2",
"@vue/vue3-jest": "^27.0.0",
"@walletconnect/core": "^2.14.0",
"@walletconnect/utils": "^2.14.0",
"@walletconnect/web3wallet": "^1.13.0",
"airgap-coin-lib": "^0.9.14",
"bignumber.js": "^9.1.2",
"bip32": "^4.0.0",
"bitcoinjs-lib": "^6.1.6",
"bs58check": "^3.0.1",
"camelcase-keys-deep": "^0.1.0",
"capacitor-native-settings": "^6.0.1",
"cordova-plugin-screen-orientation": "^3.0.4",
"dayjs": "^1.11.12",
"detect-browser": "^5.3.0",
"ecpair": "^2.1.0",
"lodash-es": "^4.17.21",
"node-polyfill-webpack-plugin": "^3.0.0",
"qr-code-styling": "github:aeternity/qr-code-styling",
"qr-scanner": "^1.4.2",
"satoshi-bitcoin": "^1.0.5",
"swagger-client": "3.18.4",
"swiper": "^11.0.7",
"ts-jest": "^27.1.5",
"tweetnacl": "^1.0.3",
"uuid": "^9.0.1",
"validator": "^13.12.0",
"vee-validate": "^4.13.2",
"vue": "^3.4.34",
"vue-i18n": "^9.13.1",
"vue-loader": "^17.4.2",
"vue-router": "^4.4.0",
"web3-eth": "^4.8.2",
"web3-eth-accounts": "^4.1.3",
"web3-eth-contract": "^4.6.0",
"web3-types": "^1.7.0",
"web3-utils": "^4.3.1",
"web3-validator": "^2.0.6",
"webextension-polyfill": "^0.12.0"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.2",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@intlify/vue-i18n-loader": "^5.0.1",
"@types/lodash-es": "^4.17.12",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vue/cli-plugin-babel": "~5.0.8",
"@vue/cli-plugin-e2e-cypress": "~5.0.8",
"@vue/cli-plugin-eslint": "~5.0.8",
"@vue/cli-plugin-typescript": "~5.0.8",
"@vue/cli-plugin-unit-jest": "^5.0.8",
"@vue/cli-service": "~5.0.8",
"@vue/eslint-config-airbnb": "^8.0.0",
"@vue/eslint-config-typescript": "^13.0.0",
"@vue/test-utils": "^2.4.6",
"@vue/vue3-jest": "^27.0.0",
"archiver": "^7.0.1",
"babel-eslint": "^10.1.0",
"babel-loader": "^9.1.3",
"babel-runtime": "^6.26.0",
"copy-webpack-plugin": "^12.0.2",
"core-js": "^3.37.1",
"cross-env": "^7.0.3",
"cypress": "^13.13.1",
"eslint": "^8.57.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-cypress": "^2.13.3",
"eslint-plugin-vue": "^9.27.0",
"event-hooks-webpack-plugin": "^2.3.0",
"fs-extra": "^11.2.0",
"identity-obj-proxy": "^3.0.0",
"sass": "^1.77.8",
"sass-loader": "^16.0.0",
"standard-version": "^9.5.0",
"stylelint": "^16.8.1",
"stylelint-config-recommended-scss": "14.1.0",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-config-standard": "^20.0.0",
"stylelint-scss": "6.4.1",
"svg-url-loader": "^8.0.0",
"svgo": "^3.3.2",
"svgo-loader": "^4.0.0",
"ts-jest": "^27.1.5",
"typescript": "^4.9.5",
"vue-cli-plugin-browser-extension": "npm:@rhilip/vue-cli-plugin-browser-extension@^0.27.0",
"web-ext-types": "^3.2.1",
"xml-js": "^1.6.11"
},
"overrides": {
"proxy-agent": "^6.0.0",
"browserify-sign": "^4.2.2"
},
"standard-version": {
"types": [
{
"type": "feat",
"section": "Features"
},
{
"type": "fix",
"section": "Bug Fixes"
},
{
"type": "chore",
"section": "Maintenance"
},
{
"type": "docs",
"section": "Documentation"
},
{
"type": "style",
"section": "Style"
},
{
"type": "refactor",
"section": "Maintenance"
},
{
"type": "build",
"section": "Maintenance"
},
{
"type": "ci",
"section": "Maintenance"
},
{
"type": "perf",
"section": "Performance"
},
{
"type": "test",
"section": "Tests"
}
]
}
}