-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
144 lines (144 loc) · 4.84 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
{
"name": "solana-wallet",
"version": "2.0.0",
"private": true,
"app": {
"name": "Solana wallet"
},
"scripts": {
"serve": "vue-cli-service serve",
"build": "npm run locale && vue-cli-service build",
"lint": "vue-cli-service lint",
"prepare": "husky install",
"test": "npx playwright test --config=playwright.config.ts --workers=1",
"test:browserstack": "npx playwright test --config=playwright-browserstack.config.ts --workers=1",
"test:controller": "npx mocha ./tests/controller/**.ts",
"test:report": "rm -rf .nyc_output && rm -rf coverage && npx nyc --reporter=text --reporter=html npm run test:controller",
"install:local": "npm i ../controllers/packages/solana-controllers/*.tgz && npm i ../controllers/packages/base-controllers/*.tgz",
"locale": "node ./src/scripts/importLocales.mjs",
"serve:prod": "vue-cli-service serve --mode production"
},
"dependencies": {
"@bonfida/spl-name-service": "^1.5.0",
"@gtm-support/vue-gtm": "^2.2.0",
"@headlessui/vue": "^1.7.16",
"@heroicons/vue": "^1.0.6",
"@project-serum/borsh": "^0.2.5",
"@sentry/browser": "^7.77.0",
"@sentry/tracing": "^7.77.0",
"@sentry/vue": "^7.77.0",
"@solana/pay": "^0.2.5",
"@solana/qr-code-styling": "^1.6.0",
"@solana/spl-name-service": "^0.2.0",
"@solana/spl-token": "0.3.8",
"@solana/web3.js": "^1.87.3",
"@toruslabs/base-controllers": "^4.11.0",
"@toruslabs/broadcast-channel": "^9.0.1",
"@toruslabs/eccrypto": "^4.0.0",
"@toruslabs/http-helpers": "^6.0.0",
"@toruslabs/loglevel-sentry": "^6.0.1",
"@toruslabs/metadata-helpers": "^5.0.0",
"@toruslabs/openlogin": "^6.0.0",
"@toruslabs/openlogin-ed25519": "^6.0.0",
"@toruslabs/openlogin-jrpc": "^6.1.0",
"@toruslabs/openlogin-session-manager": "^3.0.0",
"@toruslabs/openlogin-subkey": "^6.0.0",
"@toruslabs/openlogin-utils": "^6.1.0",
"@toruslabs/solana-controllers": "^4.11.0",
"@toruslabs/tweetnacl-js": "^1.0.4",
"@toruslabs/vue-components": "^2.0.1",
"@toruslabs/vue-icons": "^2.0.0",
"@types/bn.js": "^5.1.4",
"@types/elliptic": "^6.4.16",
"@vuelidate/core": "^2.0.3",
"@vuelidate/validators": "^2.0.4",
"async-mutex": "^0.4.0",
"bignumber.js": "^9.1.2",
"bowser": "^2.11.0",
"bs58": "^5.0.0",
"color": "^4.2.3",
"copy-to-clipboard": "^3.3.3",
"dateformat": "^5.0.3",
"eslint-plugin-node": "^11.1.0",
"eth-rpc-errors": "^4.0.3",
"ethereumjs-util": "^7.1.5",
"json-stable-stringify": "^1.0.2",
"lodash-es": "^4.17.21",
"loglevel": "^1.8.1",
"node-fetch": "^3.3.2",
"pump": "^3.0.0",
"qr-scanner": "^1.4.2",
"readable-stream": "^4.4.2",
"register-service-worker": "^1.7.2",
"safe-stable-stringify": "^2.4.3",
"vue": "^3.3.7",
"vue-gtag": "^2.0.1",
"vue-i18n": "^9.6.5",
"vue-router": "^4.2.5",
"vuex": "^4.1.0",
"vuex-module-decorators": "^2.0.0"
},
"devDependencies": {
"@babel/register": "^7.22.15",
"@babel/runtime": "^7.23.2",
"@commitlint/cli": "^18.2.0",
"@commitlint/config-conventional": "^18.1.0",
"@commitlint/is-ignored": "^18.1.0",
"@istanbuljs/nyc-config-babel": "^3.0.0",
"@metaplex-foundation/mpl-token-metadata": "^1.1.0",
"@playwright/test": "^1.39.0",
"@sentry/cli": "^2.21.2",
"@tailwindcss/forms": "^0.5.6",
"@toruslabs/config": "^2.0.2",
"@toruslabs/eslint-config-vue": "^3.0.2",
"@toruslabs/tweetnacl-js": "^1.0.4",
"@types/bs58": "^4.0.3",
"@types/color": "^3.0.5",
"@types/dateformat": "^5.0.1",
"@types/jest": "^29.5.7",
"@types/json-stable-stringify": "^1.0.35",
"@types/lodash-es": "^4.17.10",
"@types/mocha": "^10.0.3",
"@types/node": "^20.8.10",
"@types/pump": "^1.1.2",
"@types/readable-stream": "^4.0.4",
"@types/sinon": "^17.0.0",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"@vue/cli-plugin-babel": "~5.0.8",
"@vue/cli-plugin-eslint": "~5.0.8",
"@vue/cli-plugin-pwa": "^5.0.8",
"@vue/cli-plugin-router": "~5.0.8",
"@vue/cli-plugin-typescript": "~5.0.8",
"@vue/cli-plugin-vuex": "^5.0.8",
"@vue/cli-service": "~5.0.8",
"@vue/compiler-sfc": "^3.3.7",
"assert": "^2.1.0",
"autoprefixer": "^10.4.16",
"axios": "^1.6.0",
"bn.js": "^5.2.1",
"browserstack-local": "^1.5.5",
"dotenv": "^16.3.1",
"elliptic": "^6.5.4",
"eslint": "^8.53.0",
"husky": "^8.0.3",
"jsdom": "^22.1.0",
"jsdom-global": "^3.0.2",
"lint-staged": "^15.0.2",
"mocha": "^10.2.0",
"nock": "^13.3.8",
"nyc": "^15.1.0",
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"process": "^0.11.10",
"sinon": "^17.0.1",
"tailwindcss": "^3.3.5",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
},
"engines": {
"node": ">=18.x",
"npm": ">=9.x",
"yarn": "please use npm"
}
}