-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
80 lines (80 loc) · 2.28 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
79
80
{
"name": "0xaquawolf",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "NODE_NO_WARNINGS=1 next dev",
"build": "NODE_NO_WARNINGS=1 next build",
"start": "NODE_NO_WARNINGS=1 next start",
"lint": "next lint",
"scn:add": "bunx --bun shadcn-ui@latest add",
"ace:add": "bunx --bun aceternity-ui@latest add"
},
"dependencies": {
"@headlessui/react": "^2.1.3",
"@heroicons/react": "^2.1.5",
"@libsql/client": "^0.14.0",
"@octokit/rest": "^21.0.2",
"@radix-ui/react-accordion": "^1.2.0",
"@radix-ui/react-collapsible": "^1.1.1",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@rainbow-me/rainbowkit": "^2.2.0",
"@rehype-pretty/transformers": "^0.13.2",
"@shikijs/rehype": "^1.17.6",
"@tabler/icons-react": "^3.14.0",
"@tanstack/react-query": "^5.61.0",
"canvas-confetti": "^1.9.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"contentlayer": "^0.3.4",
"date-fns": "^3.6.0",
"dotenv": "^16.4.5",
"drizzle-orm": "^0.34.1",
"encoding": "^0.1.13",
"framer-motion": "^11.3.31",
"googleapis": "^143.0.0",
"lucide-react": "^0.438.0",
"next": "14.2.6",
"next-contentlayer": "^0.3.4",
"next-mdx-remote": "^5.0.0",
"next-themes": "^0.3.0",
"pino-pretty": "^13.0.0",
"react": "^18",
"react-dom": "^18",
"react-markdown": "^9.0.1",
"recharts": "^2.12.7",
"rehype-autolink-headings": "^7.1.0",
"rehype-pretty-code": "^0.14.0",
"rehype-raw": "^7.0.0",
"rehype-slug": "^6.0.0",
"remark-gfm": "^4.0.0",
"remark-toc": "^9.0.0",
"simplex-noise": "^4.0.3",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"velite": "^0.1.1",
"viem": "2.x",
"wagmi": "^2.13.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.15",
"@types/canvas-confetti": "^1.6.4",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"drizzle-kit": "^0.25.0",
"eslint": "^8",
"eslint-config-next": "14.2.6",
"postcss": "^8",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6",
"shiki": "^1.17.0",
"tailwindcss": "^3.4.1",
"tsx": "^4.19.1",
"typescript": "^5"
},
"trustedDependencies": [
"protobufjs"
]
}