-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.66 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.66 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
{
"name": "zenos",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.7.2",
"@honojs/node-server": "^0.1.3",
"@lottiefiles/dotlottie-react": "^0.17.10",
"@radix-ui/react-icons": "^1.3.2",
"@react-oauth/google": "^0.12.1",
"@solana/spl-token": "^0.4.14",
"@solana/web3.js": "^1.98.4",
"@tabler/icons-react": "^3.28.1",
"@types/react-syntax-highlighter": "^15.5.13",
"@vercel/analytics": "^1.4.1",
"autoprefixer": "^10.4.20",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"debug": "^4.4.0",
"express": "^4.21.2",
"framer-motion": "^11.15.0",
"gsap": "^3.12.5",
"hono": "^4.6.15",
"js-cookie": "^3.0.5",
"lenis": "^1.3.16",
"lucide-react": "^0.469.0",
"motion": "^11.18.0",
"ms": "^2.1.3",
"next": "^16.1.1",
"next-themes": "^0.4.4",
"react": "^19.2.3",
"react-chatgpt-markdown": "^1.0.3",
"react-dom": "^19.2.3",
"react-markdown": "^9.0.3",
"react-markdown-renderer": "^1.4.0",
"react-syntax-highlighter": "^15.6.1",
"rehype-highlight": "^7.0.1",
"rehype-raw": "^7.0.0",
"remark-gfm": "^4.0.0",
"remixicon": "^4.6.0",
"socket.io": "^4.8.1",
"socket.io-client": "^4.7.5",
"sonner": "^1.7.1",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7",
"toaster": "^0.1.2"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"eslint": "^9",
"eslint-config-next": "15.1.3",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17"
}
}