-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
99 lines (99 loc) · 2.7 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
{
"name": "redirect-flow-example",
"version": "0.1.0",
"private": true,
"dependencies": {
"@solana/web3.js": "^1.95.8",
"@tkey/common-types": "^15.1.0",
"@toruslabs/tss-dkls-lib": "^5.0.0-alpha.0",
"@toruslabs/tss-frost-lib": "^2.0.0-alpha.0",
"@vitejs/plugin-react": "^4.3.2",
"@web3auth/base": "^9.0.2",
"@web3auth/ethereum-mpc-provider": "^9.3.0",
"@web3auth/mpc-core-kit": "4.1.0-alpha.0",
"@web3auth/mpc-passkey-plugin": "0.1.3-alpha.0",
"axios": "^1.7.9",
"browserify-zlib": "^0.2.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"copy-webpack-plugin": "^11.0.0",
"hi-base32": "^0.5.1",
"html-webpack-plugin": "^5.5.3",
"http-server": "^14.1.1",
"jsrsasign": "^10.6.1",
"keccak256": "^1.0.6",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.4.0",
"react-qr-code": "^2.0.15",
"react-router-dom": "^7.0.2",
"tailwind-merge": "^2.5.2",
"tweetnacl": "^1.0.3",
"typescript": "^5.6.3",
"web3": "^4.13.0",
"workbox-core": "^7.3.0",
"workbox-expiration": "^7.3.0",
"workbox-precaching": "^7.3.0",
"workbox-routing": "^7.3.0",
"workbox-strategies": "^7.3.0"
},
"scripts": {
"start": "vite",
"dev": "vite",
"build": "tsc && vite build",
"serve": "vite preview"
},
"browserslist": {
"production": [
"chrome >= 67",
"edge >= 79",
"firefox >= 68",
"opera >= 54",
"safari >= 14"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"overrides": {
"@toruslabs/torus.js": "15.2.0-alpha.0"
},
"devDependencies": {
"@mertasan/tailwindcss-variables": "^2.7.0",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/forms": "^0.5.9",
"@types/eccrypto": "^1.1.6",
"@types/elliptic": "^6.4.18",
"@types/jsrsasign": "^10.5.14",
"@types/jest": "^27.5.2",
"@types/mertasan__tailwindcss-variables": "^2.6.4",
"@types/node": "^18.11.18",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"assert": "^2.1.0",
"bn.js": "^5.2.1",
"browserify-zlib": "^0.2.0",
"buffer": "^6.0.3",
"copy-webpack-plugin": "^12.0.2",
"crypto-browserify": "^3.12.0",
"html-webpack-plugin": "^5.6.0",
"https-browserify": "^1.0.0",
"os-browserify": "^0.3.0",
"path-browserify": "^1.0.1",
"postcss": "^8.4.49",
"prettier-plugin-tailwindcss": "^0.5.14",
"process": "^0.11.10",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"tailwindcss": "^3.4.16",
"url": "^0.11.4"
}
}