-
Notifications
You must be signed in to change notification settings - Fork 72
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.91 KB
/
package.json
File metadata and controls
66 lines (66 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
{
"name": "zxbridge",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@radix-ui/react-dialog": "^1.1.14",
"@radix-ui/react-dropdown-menu": "^2.1.15",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-visually-hidden": "^1.2.3",
"@rainbow-me/rainbowkit": "^2.2.8",
"@starknet-react/chains": "^3.1.2",
"@starknet-react/core": "^3.7.2",
"@tanstack/react-query": "^5.74.11",
"@vercel/postgres": "^0.10.0",
"@wagmi/connectors": "^5.9.1",
"@wagmi/core": "^2.18.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"ethers": "^6.13.7",
"framer-motion": "^12.6.3",
"i18next": "^25.4.0",
"lightweight-charts": "^5.0.2",
"lucide-react": "^0.475.0",
"next": "^15.1.7",
"next-themes": "^0.4.6",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-i18next": "^15.7.1",
"react-icons": "^5.5.0",
"recharts": "^2.15.1",
"sonner": "^2.0.7",
"starknet": "^6.23.1",
"swr": "^2.3.4",
"tailwind-merge": "^3.3.1",
"viem": "^2.28.1",
"wagmi": "^2.15.1",
"zustand": "^5.0.6"
},
"devDependencies": {
"@chromatic-com/storybook": "^3.2.4",
"@eslint/eslintrc": "^3.0.0",
"@tailwindcss/postcss": "^4.1.11",
"@types/node": "^20.0.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"autoprefixer": "^10.4.21",
"eslint": "^9.0.0",
"eslint-config-next": "15.1.7",
"eslint-plugin-storybook": "^0.11.3",
"pino-pretty": "^13.1.1",
"postcss": "^8.4.0",
"tailwindcss": "^4.0.0",
"tw-animate-css": "^1.3.6",
"typescript": "^5.0.0"
},
"eslintConfig": {
"extends": []
},
"packageManager": "pnpm@10.11.0+sha512.6540583f41cc5f628eb3d9773ecee802f4f9ef9923cc45b69890fb47991d4b092964694ec3a4f738a420c918a333062c8b925d312f42e4f0c263eb603551f977"
}