-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 2.03 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
{
"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 . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"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.4.0",
"@web3auth/base": "^9.4.0",
"@web3auth/default-evm-adapter": "^9.4.0",
"@web3auth/ethereum-provider": "^9.4.0",
"@web3auth/modal": "^9.4.0",
"@web3auth/modal-vue-composables": "^9.4.0",
"@web3auth/wallet-connect-v2-adapter": "^9.4.0",
"@web3auth/wallet-services-plugin": "^9.4.0",
"@web3auth/wallet-services-plugin-vue-composables": "^9.4.0",
"bn.js": "^5.2.1",
"bowser": "^2.11.0",
"petite-vue-i18n": "^10.0.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"vue": "^3.5.13"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.10.4",
"@toruslabs/eslint-config-vue": "^3.3.4",
"@types/node": "^22",
"@vitejs/plugin-vue": "^5.2.0",
"@vue/test-utils": "^2.4.6",
"@vue/tsconfig": "^0.6.0",
"autoprefixer": "^10.4.20",
"buffer": "^6.0.3",
"eslint": "^8.57.0",
"lodash-es": "^4.17.21",
"npm-run-all": "^4.1.5",
"prettier": "^3.3.3",
"process": "^0.11.10",
"source-map-explorer": "^2.5.3",
"tailwindcss": "^3.4.15",
"typescript": "^5.6.3",
"vite": "^5.4.11",
"vite-tsconfig-paths": "^5.1.2",
"vitest": "^2.1.5",
"vue-tsc": "^2.1.10"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "^4.27.2"
}
}