-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.38 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.38 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
{
"name": "vue-example",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "vite",
"serve": "vite preview",
"build": "vite build",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src",
"analyze": "source-map-explorer dist/assets/*.js dist/assets/*.map --no-border-checks"
},
"dependencies": {
"@toruslabs/constants": "^14.0.0",
"@toruslabs/eccrypto": "^5.0.4",
"@toruslabs/fnd-base": "^14.0.0",
"@toruslabs/tss-client": "^3.0.0",
"@toruslabs/tss-lib": "^2.3.0",
"@toruslabs/vue-components": "^7.8.3",
"@toruslabs/vue-icons": "^7.6.2",
"@web3auth/auth": "../../",
"@web3auth/base": "^8.8.0",
"@web3auth/ethereum-mpc-provider": "^8.10.2",
"@web3auth/ethereum-provider": "^8.10.2",
"bn.js": "^5.2.1",
"bs58": "^6.0.0",
"core-js": "^3.37.1",
"elliptic": "^6.5.6",
"ethereum-cryptography": "^2.2.1",
"ethers": "^6.13.1",
"vue": "^3.4.36"
},
"devDependencies": {
"@toruslabs/eslint-config-vue": "^3.3.1",
"@types/bs58": "^4.0.4",
"@types/elliptic": "^6.4.18",
"@vitejs/plugin-vue": "^5.0.5",
"autoprefixer": "^10.4.19",
"buffer": "^6.0.3",
"empty-module": "^0.0.2",
"eslint": "^8.54.0",
"postcss": "^8.4.39",
"prettier": "^3.3.3",
"source-map-explorer": "^2.5.3",
"tailwindcss": "^3.4.6",
"typescript": "~5.5.3",
"vite": "^5.3.3"
}
}