forked from purrgrammer/habla
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
119 lines (119 loc) · 3.64 KB
/
Copy pathpackage.json
File metadata and controls
119 lines (119 loc) · 3.64 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
{
"name": "habla",
"private": true,
"type": "module",
"scripts": {
"build": "react-router build",
"sync": "npx tsx ./app/sync.ts",
"add-npub": "npx tsx ./app/scripts/add-npub.ts",
"dev": "react-router dev",
"start": "react-router-serve ./build/server/index.js",
"typecheck": "react-router typegen && tsc",
"test": "vitest run",
"test:watch": "vitest"
},
"pnpm": {
"overrides": {
"react": "19.2.1",
"react-dom": "19.2.1",
"applesauce-core": "3.1.0",
"applesauce-accounts": "4.1.0",
"applesauce-signers": "4.1.0",
"applesauce-relay": "3.1.0",
"applesauce-factory": "3.1.0",
"applesauce-actions": "3.1.0",
"applesauce-content": "3.1.0",
"applesauce-react": "3.1.0"
}
},
"overrides": {
"react": "^19.1.0",
"react-dom": "^19.1.0"
},
"dependencies": {
"@noble/hashes": "^2.0.1",
"@number-flow/react": "^0.5.10",
"@radix-ui/react-avatar": "^1.1.10",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-hover-card": "^1.1.15",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-progress": "^1.1.7",
"@radix-ui/react-scroll-area": "^1.2.10",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-toggle": "^1.1.10",
"@radix-ui/react-toggle-group": "^1.1.11",
"@react-router/node": "^7.7.1",
"@react-router/serve": "^7.7.1",
"@tanstack/react-query": "^5.85.5",
"@tiptap/core": "^3.13.0",
"@tiptap/extension-document": "^3.13.0",
"@tiptap/extension-file-handler": "^3.5.1",
"@tiptap/extension-heading": "^3.13.0",
"@tiptap/extension-highlight": "^3.2.0",
"@tiptap/extension-image": "^3.12.1",
"@tiptap/extension-link": "^3.5.1",
"@tiptap/extension-placeholder": "^3.13.0",
"@tiptap/extension-typography": "^3.2.0",
"@tiptap/extension-underline": "^3.13.0",
"@tiptap/pm": "^3.13.0",
"@tiptap/react": "^3.2.0",
"@tiptap/starter-kit": "^3.2.0",
"@tiptap/suggestion": "^3.2.0",
"@vercel/react-router": "^1.2.2",
"applesauce-accounts": "4.1.0",
"applesauce-actions": "3.1.0",
"applesauce-content": "3.1.0",
"applesauce-core": "3.1.0",
"applesauce-factory": "3.1.0",
"applesauce-loaders": "^3.0.0",
"applesauce-react": "3.1.0",
"applesauce-relay": "3.1.0",
"applesauce-signers": "4.1.0",
"applesauce-wallet-connect": "^3.0.0",
"better-sqlite3": "^12.10.0",
"blossom-client-sdk": "^4.1.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"ioredis": "^5.7.0",
"isbot": "^5.1.27",
"lucide-react": "^0.539.0",
"marked": "^16.1.2",
"motion": "^12.23.18",
"nanoid": "^5.1.6",
"nostr-idb": "^2.4.0",
"nostr-tools": "^2.18.2",
"qrcode": "^1.5.4",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-markdown": "^10.1.0",
"react-qr-code": "^2.0.18",
"react-router": "^7.7.1",
"remark-gfm": "^4.0.1",
"rxjs": "^7.8.2",
"sonner": "^2.0.7",
"tailwind-merge": "^3.3.1",
"tippy.js": "^6.3.7",
"ts-pattern": "^5.8.0",
"ws": "^8.18.3"
},
"devDependencies": {
"@react-router/dev": "^7.7.1",
"@tailwindcss/vite": "^4.1.4",
"@types/better-sqlite3": "^7.6.13",
"@types/node": "^20",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.2",
"@types/ws": "^8.18.1",
"prettier": "3.6.2",
"tailwindcss": "^4.1.4",
"tw-animate-css": "^1.3.6",
"typescript": "^5.8.3",
"vite": "^6.3.3",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^3.0.0"
}
}