-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.91 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
{
"name": "w3a-wallet-demo",
"version": "0.0.0",
"private": true,
"scripts": {
"analyze": "source-map-explorer dist/assets/*.js dist/assets/*.map --no-border-checks",
"dev": "vite",
"build": "npm run locale && run-p type-check build-only",
"preview": "vite preview",
"test:unit": "vitest",
"build-only": "vite build",
"type-check": "vue-tsc --noEmit -p tsconfig.json",
"lint": "eslint . --fix",
"format": "prettier --write src/",
"locale": "node scripts/importLocales.mjs"
},
"dependencies": {
"@gtm-support/vue-gtm": "^3.1.0",
"@mertasan/tailwindcss-variables": "^2.7.0",
"@toruslabs/vue-components": "^7.9.0",
"@toruslabs/vue-icons": "^7.6.2",
"@web3auth/auth-adapter": "^9.5.3",
"@web3auth/base": "^9.5.3",
"@web3auth/default-evm-adapter": "^9.5.3",
"@web3auth/ethereum-provider": "^9.5.3",
"@web3auth/modal": "^9.5.3",
"@web3auth/modal-vue-composables": "^9.5.3",
"@web3auth/wallet-connect-v2-adapter": "^9.5.3",
"@web3auth/wallet-services-plugin": "^9.5.3",
"@web3auth/wallet-services-plugin-vue-composables": "^9.5.3",
"bn.js": "^5.2.1",
"bowser": "^2.11.0",
"petite-vue-i18n": "^11.0.1",
"vue": "^3.5.13"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.10.5",
"@toruslabs/eslint-config-vue": "^4.0.4",
"@types/node": "^22",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/test-utils": "^2.4.6",
"@vue/tsconfig": "^0.7.0",
"autoprefixer": "^10.4.20",
"buffer": "^6.0.3",
"eslint": "^9.19.0",
"lodash-es": "^4.17.21",
"npm-run-all": "^4.1.5",
"prettier": "^3.4.2",
"process": "^0.11.10",
"source-map-explorer": "^2.5.3",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.3",
"vite": "^6.0.11",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^3.0.4",
"vue-tsc": "^2.2.0"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "^4.32.0"
}
}