-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
82 lines (82 loc) · 2.27 KB
/
package.json
File metadata and controls
82 lines (82 loc) · 2.27 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
78
79
80
81
82
{
"name": "console-dapp",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "NODE_OPTIONS='--inspect' next dev",
"lint": "next lint",
"start": "next start"
},
"dependencies": {
"@amplitude/analytics-browser": "^2.11.10",
"@dynamic-labs/ethereum": "3.9.4",
"@dynamic-labs/sdk-react-core": "3.9.4",
"@dynamic-labs/wagmi-connector": "3.9.4",
"@fuseio/fusebox-web-sdk": "^0.4.0",
"@layerzerolabs/scan-client": "^0.0.8",
"@metamask/jazzicon": "^2.0.0",
"@reduxjs/toolkit": "^2.5.0",
"@tanstack/react-query": "^5.62.10",
"@tanstack/react-table": "^8.20.6",
"abitype": "^1.0.8",
"axios": "^1.7.9",
"color-convert": "^2.0.1",
"date-fns": "^4.1.0",
"ethers": "^5.7.2",
"formik": "^2.4.6",
"framer-motion": "^11.15.0",
"holy-loader": "^2.3.11",
"jazzicon": "^1.5.0",
"lodash": "^4.17.21",
"lottie-react": "^2.4.1",
"lucide-react": "^0.473.0",
"next": "14.2.35",
"react": "^18",
"react-dom": "^18",
"react-ga4": "^2.1.0",
"react-iframe": "^1.8.5",
"react-jazzicon": "^1.0.4",
"react-markdown": "^9.0.1",
"react-otp-input": "^3.1.1",
"react-qr-code": "^2.0.15",
"react-redux": "^9.2.0",
"react-spinners": "^0.15.0",
"react-sticky-box": "^2.0.5",
"react-yandex-metrika": "^2.6.0",
"sharp": "^0.33.5",
"swiper": "^11.2.1",
"tailwind-merge": "^2.5.5",
"tailwindcss-animate": "^1.0.7",
"use-deep-compare-effect": "^1.8.1",
"usehooks-ts": "^3.1.0",
"uuid": "^11.1.0",
"viem": "^2.21.57",
"wagmi": "^2.14.6",
"yup": "^1.6.1"
},
"devDependencies": {
"@types/color-convert": "^2.0.4",
"@types/lodash": "^4.17.13",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"assert": "^2.1.0",
"autoprefixer": "^10.4.20",
"browserify-zlib": "^0.2.0",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.1",
"eslint": "^8",
"eslint-config-next": "14.2.13",
"https-browserify": "^1.0.0",
"os-browserify": "^0.3.0",
"path-browserify": "^1.0.1",
"postcss": "^8",
"process": "^0.11.10",
"stream-browserify": "^3.0.0",
"stream-http": "^3.2.0",
"tailwindcss": "^3.4.17",
"typescript": "5.6.2",
"util": "^0.12.5"
}
}