-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 1.96 KB
/
Copy pathpackage.json
File metadata and controls
77 lines (77 loc) · 1.96 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
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
{
"name": "my-project",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"start": "react-scripts start"
},
"dependencies": {
"@alch/alchemy-web3": "^1.4.7",
"@toruslabs/openlogin": "^4.5.2",
"@toruslabs/torus-embed": "^2.0.0",
"@walletconnect/web3-provider": "^1.8.0",
"@web3auth/base": "^5.2.0",
"@web3auth/core": "^4.6.0",
"@web3auth/openlogin-adapter": "^5.2.1",
"@web3auth/torus-wallet-connector-plugin": "^5.2.0",
"@web3auth/web3auth": "^2.1.3",
"browserify-zlib": "^0.2.0",
"ethers": "^5.7.2",
"google-auth-library": "^8.7.0",
"node-polyfill-webpack-plugin": "^2.0.1",
"react": "^18.2.0",
"react-bootstrap": "^2.7.4",
"react-dom": "^18.2.0",
"react-icons": "^4.9.0",
"react-router-dom": "^6.9.0",
"react-scripts": "^5.0.1",
"react-toastify": "^8.0.0",
"sass": "^1.62.1",
"stream": "^0.0.2",
"web3": "^1.10.0"
},
"devDependencies": {
"@types/react-dom": "^18.2.4",
"@vitejs/plugin-react": "^3.1.0",
"@vitejs/plugin-react-refresh": "^1.3.6",
"assert": "^2.0.0",
"autoprefixer": "^10.4.13",
"buffer": "^6.0.3",
"bufferutil": "^4.0.7",
"crypto-browserify": "^3.12.0",
"https-browserify": "^1.0.0",
"os-browserify": "^0.3.0",
"postcss": "^8.4.21",
"process": "^0.11.10",
"react-app-rewired": "^2.2.1",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"tailwindcss": "^3.2.7",
"url": "^0.11.0",
"utf-8-validate": "^5.0.10",
"vite": "^4.1.0",
"webpack": "^5.85.1",
"webpack-cli": "^5.1.3"
},
"browser": {
"crypto": false,
"stream": false,
"os": false
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}