forked from aldrin-labs/opensvm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.72 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
{
"name": "turbo-seek",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@metaplex-foundation/mpl-token-metadata": "^3.3.0",
"@mozilla/readability": "^0.5.0",
"@radix-ui/react-dropdown-menu": "^2.1.4",
"@radix-ui/react-tabs": "^1.1.2",
"@solana/spl-token": "^0.4.9",
"@solana/web3.js": "^1.98.0",
"@swc/helpers": "^0.5.15",
"@vercel/og": "^0.6.4",
"chart.js": "^4.4.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"encoding": "^0.1.13",
"eventsource-parser": "^1.1.2",
"framer-motion": "^11.15.0",
"html2canvas": "^1.4.1",
"jsdom": "^24.1.0",
"lucide-react": "^0.294.0",
"next": "^15.1.3",
"next-plausible": "^3.12.4",
"next-themes": "^0.4.4",
"react": "18.2.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.1",
"react-markdown": "^9.0.1",
"remark-gfm": "^4.0.0",
"rinlab": "^0.2.0",
"tailwind-merge": "^2.6.0",
"together-ai": "^0.6.0-alpha.3",
"zod": "^3.23.8",
"zod-to-json-schema": "^3.23.0"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"@types/jsdom": "^21.1.6",
"@types/node": "^20",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@typescript-eslint/eslint-plugin": "^8.18.2",
"@typescript-eslint/parser": "^8.18.2",
"eslint": "^8.57.1",
"eslint-config-next": "14.2.3",
"postcss": "^8",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.6.0",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}