-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 2.08 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 2.08 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
{
"name": "@NextChainSignal/frontend",
"version": "0.0.1",
"author": "@NextChainSignal",
"license": "MIT",
"private": true,
"packageManager": "yarn@4.5.1",
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@hookform/resolvers": "^3.9.1",
"@noble/ed25519": "^2.1.0",
"@radix-ui/react-avatar": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-icons": "^1.3.1",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-menubar": "^1.1.2",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.1",
"@radix-ui/react-tabs": "^1.1.1",
"@radix-ui/themes": "^3.1.6",
"@solana/wallet-adapter-react": "^0.15.35",
"@solana/wallet-adapter-react-ui": "^0.9.35",
"@solana/wallet-adapter-wallets": "^0.19.32",
"@solana/web3.js": "^1.95.4",
"@tailwindcss/typography": "^0.5.15",
"@tanstack/react-query": "^5.60.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"daisyui": "^4.12.14",
"date-fns": "^4.1.0",
"immer": "^10.1.1",
"lucide-react": "^0.456.0",
"next": "15.0.3",
"next-compose-plugins": "^2.2.1",
"next-transpile-modules": "^10.0.1",
"react": "19.0.0-rc-66855b96-20241106",
"react-dom": "19.0.0-rc-66855b96-20241106",
"react-dropzone": "^14.3.5",
"react-hook-form": "^7.53.2",
"react-ts-tradingview-widgets": "^1.2.5",
"sonner": "^1.7.0",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7",
"viem": "2.x",
"wagmi": "^2.12.32",
"zod": "^3.23.8",
"zustand": "^5.0.1"
},
"devDependencies": {
"@types/node": "^22.9.0",
"@types/react": "npm:types-react@19.0.0-rc.1",
"autoprefixer": "^10.4.20",
"eslint": "8.7.0",
"eslint-config-next": "15.0.3",
"postcss": "^8.4.49",
"prettier": "^3.3.3",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3"
},
"engines": {
"node": ">=20.x"
},
"resolutions": {
"@types/react": "npm:types-react@19.0.0-rc.1"
}
}