-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.88 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.88 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
{
"name": "stakepro-frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@ant-design/icons": "^5.0.1",
"@coinbase/wallet-sdk": "^3.6.5",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@ethers-react/web3modal": "^0.0.1",
"@heroicons-plus/react": "^1.0.5",
"@heroicons/react": "^2.0.16",
"@mantine/core": "^6.0.4",
"@mantine/ds": "^6.0.4",
"@material-tailwind/react": "^1.4.2",
"@mui/material": "^5.11.14",
"@react-oauth/google": "^0.8.0",
"@tabler/icons-react": "^2.11.0",
"@wagmi/chains": "^0.2.14",
"@walletconnect/web3-provider": "^1.8.0",
"@web3-onboard/walletlink": "^2.1.3",
"assert": "^2.0.0",
"buffer": "^6.0.3",
"chart.js": "2.9.3",
"dot-component": "^0.1.1",
"ethers": "^5.6.4",
"https-browserify": "^1.0.0",
"metamask-react": "^2.6.0",
"next-auth": "^4.20.1",
"os-browserify": "^0.3.0",
"react": "^18.2.0",
"react-apexcharts": "^1.4.0",
"react-app-rewired": "^2.2.1",
"react-dom": "^18.2.0",
"react-icons": "^4.8.0",
"react-number-format": "^5.1.4",
"react-router": "^6.8.2",
"react-use-googlelogin": "^0.12.5",
"recharts": "^2.5.0",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"tabler-icons-react": "^1.56.0",
"url": "^0.11.0",
"util": "^0.12.5",
"wagmi": "^0.12.7",
"web3": "^1.9.0"
},
"devDependencies": {
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@vitejs/plugin-react": "^3.1.0",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.21",
"process": "^0.11.10",
"react-error-overlay": "^6.0.9",
"react-router-dom": "^6.9.0",
"tailwindcss": "^3.2.7",
"vite": "^4.1.0"
}
}