-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
86 lines (86 loc) · 2.54 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "dezone",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"lint": "next lint",
"start": "next start",
"prepare": "husky install"
},
"dependencies": {
"@cedelabs/providers": "^1.0.3",
"@ethersproject/bytes": "^5.7.0",
"@headlessui/react": "^1.7.14",
"@heroicons/react": "^2.0.17",
"@lifi/sdk": "^2.1.2",
"@popperjs/core": "^2.11.7",
"@rainbow-me/rainbowkit": "^1.0.11",
"@tanstack/query-core": "^4.29.5",
"@tanstack/react-query": "^4.29.5",
"@tanstack/react-query-devtools": "^4.29.6",
"@trpc/client": "^10.25.0",
"@trpc/next": "^10.25.0",
"@trpc/react-query": "^10.25.0",
"@trpc/server": "^10.25.0",
"axios": "^1.4.0",
"bignumber.js": "^9.1.1",
"class-variance-authority": "^0.6.1",
"coingecko-api": "^1.0.10",
"connectkit": "^1.2.3",
"ethers": "^5.7.2",
"framer-motion": "^10.12.18",
"jotai": "^2.2.2",
"jotai-tanstack-query": "^0.7.1",
"lightweight-charts": "^4.0.1",
"next": "13.4.8",
"next-themes": "^0.2.1",
"rango-sdk-basic": "^0.1.34",
"react": "18.2.0",
"react-countdown-circle-timer": "^3.2.1",
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.8.0",
"react-popper": "^2.3.0",
"react-use": "^17.4.0",
"react-window": "^1.8.9",
"sharp": "^0.32.1",
"superjson": "1.12.4",
"symbiosis-js-sdk": "^2.9.50",
"viem": "^1.2.9",
"wagmi": "^1.3.7",
"zod": "^3.21.4"
},
"devDependencies": {
"@tanstack/eslint-plugin-query": "^4.29.4",
"@types/coingecko-api": "^1.0.10",
"@types/node": "^20.4.0",
"@types/react": "^18.2.5",
"@types/react-countdown-circle-timer": "^2.0.1",
"@types/react-dom": "^18.2.3",
"@types/react-window": "^1.8.5",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.59.2",
"autoprefixer": "^10.4.14",
"eslint": "^8.39.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-next": "13.4.8",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-tailwindcss": "^3.11.0",
"eslint-plugin-unused-imports": "^2.0.0",
"husky": "^8.0.3",
"postcss": "^8.4.23",
"prettier": "^3.0.0",
"tailwindcss": "^3.3.2",
"typescript": "^5.1.6"
},
"ct3aMetadata": {
"initVersion": "6.10.3"
}
}