-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 1.91 KB
/
package.json
File metadata and controls
73 lines (73 loc) · 1.91 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
{
"name": "u4s-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",
"commit": "cz",
"type-check": "tsc --noEmit"
},
"dependencies": {
"@chakra-ui/react": "^3.19.1",
"@changesets/cli": "^2.29.4",
"@emotion/react": "^11.14.0",
"@reown/appkit": "^1.7.7",
"@reown/appkit-adapter-wagmi": "^1.7.7",
"@tanstack/react-query": "^5.77.0",
"@uniswap/sdk-core": "^7.7.2",
"@uniswap/v3-sdk": "^3.25.2",
"@uniswap/v4-sdk": "^1.21.4",
"@wagmi/core": "^2.17.3",
"alchemy-sdk": "^3.6.1",
"axios": "^1.9.0",
"cookie": "^1.0.2",
"decimal.js": "^10.5.0",
"ethers": "5.7.2",
"framer-motion": "^12.12.2",
"http-status-codes": "^2.3.0",
"js-cookie": "^3.0.5",
"lodash": "^4.17.21",
"lucide-react": "^0.511.0",
"next": "^15.3.2",
"next-themes": "^0.4.6",
"nextjs-toploader": "^3.8.16",
"numeral": "^2.0.6",
"react": "^19.0.0",
"react-countup": "^6.5.3",
"react-dom": "^19.0.0",
"react-hook-form": "^7.58.1",
"react-icons": "^5.5.0",
"react-number-format": "^5.4.4",
"react-window": "^1.8.11",
"viem": "^2.30.1",
"wagmi": "^2.15.4",
"zustand": "^5.0.5"
},
"devDependencies": {
"@builder.io/partytown": "^0.10.3",
"@eslint/eslintrc": "^3",
"@types/js-cookie": "^3.0.6",
"@types/lodash": "^4.17.17",
"@types/node": "^20",
"@types/numeral": "^2.0.5",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/react-window": "^1.8.8",
"commitizen": "^4.3.1",
"cz-conventional-changelog": "^3.3.0",
"dotenv": "^16.5.0",
"eslint": "^9",
"eslint-config-next": "15.1.8",
"ts-node": "^10.9.2",
"tsx": "^4.20.3",
"typescript": "^5"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}