forked from the-standard/smart-vault-dashboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.88 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": "standardio-vite",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@lifi/sdk": "^2.3.0",
"@lifi/widget": "^2.2.8",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.12.2",
"@mui/x-data-grid": "^6.3.0",
"@mui/x-data-grid-generator": "^6.3.0",
"@nivo/pie": "^0.83.0",
"@types/dompurify": "^3.0.2",
"@types/react-transition-group": "^4.4.6",
"@wagmi/core": "^2.5.0",
"@walletconnect/ethereum-provider": "^2.9.1",
"@walletconnect/modal": "^2.6.1",
"@web3modal/wagmi": "^4.0.0-alpha.0",
"apexcharts": "^3.40.0",
"axios": "^1.4.0",
"dompurify": "^3.0.5",
"ethers": "^5.7.2",
"html-react-parser": "^4.2.1",
"lottie-react": "^2.4.0",
"moment": "^2.29.4",
"opensea-js": "^6.0.5",
"react": "^18.2.0",
"react-apexcharts": "^1.4.0",
"react-burger-menu": "^3.0.9",
"react-circular-progressbar": "^2.1.0",
"react-confetti": "^6.1.0",
"react-dom": "^18.2.0",
"react-qr-code": "^2.0.11",
"react-router-dom": "^6.11.1",
"react-transition-group": "^4.4.5",
"typeface-poppins": "^1.1.13",
"universal-cookie": "^6.1.1",
"zustand": "^4.3.8"
},
"devDependencies": {
"@tanstack/react-query": "^5.17.19",
"@types/react": "^18.0.28",
"@types/react-burger-menu": "^2.8.3",
"@types/react-dom": "^18.0.11",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"@vitejs/plugin-react": "^4.0.0",
"eslint": "^8.38.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.3.4",
"typescript": "^5.0.2",
"viem": "^2.5.0",
"vite": "^4.3.2",
"wagmi": "^2.5.0"
}
}