-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 2.27 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
{
"name": "hyper-market",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postinstall": "prisma generate",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@coral-xyz/anchor": "^0.30.1",
"@cosmjs/amino": "^0.32.4",
"@cosmjs/cosmwasm-stargate": "^0.32.4",
"@cosmjs/launchpad": "^0.27.1",
"@cosmjs/proto-signing": "^0.32.4",
"@cosmjs/stargate": "^0.32.4",
"@cosmos-kit/keplr": "^2.12.2",
"@headlessui/react": "^2.1.9",
"@heroicons/react": "^2.1.5",
"@keplr-wallet/types": "^0.12.127",
"@nextui-org/react": "^2.4.8",
"@prisma/client": "5.19.1",
"@privy-io/react-auth": "^1.93.0",
"@radix-ui/react-slider": "^1.2.0",
"@radix-ui/react-slot": "^1.1.0",
"@solana/actions": "^1.6.4",
"@solana/spl-token": "^0.4.8",
"@solana/wallet-adapter-base": "^0.9.23",
"@solana/wallet-adapter-phantom": "^0.9.24",
"@solana/wallet-adapter-react": "^0.15.35",
"@solana/web3.js": "^1.95.3",
"@tanstack/react-query": "^5.59.0",
"@tippyjs/react": "^4.2.6",
"@uiw/react-md-editor": "^4.0.4",
"@uploadcare/nextjs-loader": "^1.0.0",
"@uploadcare/react-widget": "^2.4.7",
"@vercel/og": "^0.6.3",
"axios": "^1.7.7",
"chain-registry": "^1.63.91",
"chart.js": "^4.4.4",
"chartjs-plugin-datalabels": "^2.2.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cosmjs-utils": "^0.1.0",
"framer-motion": "^11.5.4",
"jspdf": "^2.5.2",
"lucide-react": "^0.396.0",
"next": "14.2.4",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.3.0",
"react-markdown": "^9.0.1",
"recharts": "^2.12.7",
"recoil": "^0.7.7",
"rehype-sanitize": "^6.0.0",
"sass": "^1.78.0",
"sharp": "^0.33.5",
"sonner": "^1.5.0",
"swagger-ui-react": "^5.17.14",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@types/node": "^20.16.5",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"eslint": "^8.57.0",
"eslint-config-next": "14.2.4",
"postcss": "^8.4.47",
"prisma": "^5.19.1",
"tailwindcss": "^3.4.11",
"typescript": "^5.6.2",
"vercel": "^34.4.0"
}
}