-
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.98 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.98 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
{
"name": "notebin",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",
"update": "npx npm-check-updates -i"
},
"dependencies": {
"@dicebear/collection": "^9.2.3",
"@dicebear/core": "^9.2.3",
"@hookform/resolvers": "^5.1.1",
"@modelcontextprotocol/sdk": "^1.13.2",
"@radix-ui/react-avatar": "^1.1.10",
"@radix-ui/react-checkbox": "^1.3.2",
"@radix-ui/react-dialog": "^1.1.14",
"@radix-ui/react-dropdown-menu": "^2.1.15",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-popover": "^1.1.14",
"@radix-ui/react-progress": "^1.1.7",
"@radix-ui/react-scroll-area": "^1.2.9",
"@radix-ui/react-select": "^2.2.5",
"@radix-ui/react-separator": "^1.1.7",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-switch": "^1.2.5",
"@radix-ui/react-tooltip": "^1.2.7",
"@tanstack/react-query": "^5.81.5",
"@tanstack/react-query-devtools": "^5.81.5",
"@uiw/codemirror-extensions-langs": "^4.23.14",
"@uiw/codemirror-theme-github": "^4.23.14",
"@uiw/react-codemirror": "^4.23.14",
"@vercel/mcp-adapter": "^0.11.1",
"@yornaath/batshit": "^0.10.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.525.0",
"nanoid": "^5.1.5",
"next": "15.3.4",
"next-auth": "^4.24.11",
"next-themes": "^0.4.6",
"nostr-tools": "^2.15.0",
"react": "^19.1.0",
"react-codemirror-runmode": "^2.1.0",
"react-dom": "^19.1.0",
"react-hook-form": "^7.59.0",
"redis": "^5.5.6",
"sonner": "^2.0.5",
"tailwind-merge": "^3.3.1",
"tw-animate-css": "^1.3.4",
"zod": "^3.25.67",
"zustand": "^5.0.6"
},
"devDependencies": {
"@biomejs/biome": "2.0.6",
"@tailwindcss/postcss": "^4.1.11",
"@types/node": "^24.0.7",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"tailwindcss": "^4.1.11",
"typescript": "^5.8.3"
}
}