-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
159 lines (159 loc) · 5.1 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
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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
{
"name": "derivative",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"db:generate": "drizzle-kit generate",
"db:migrate": "tsx migrations.ts",
"db:drop": "drizzle-kit drop",
"db:push": "drizzle-kit push"
},
"resolutions": {
"@radix-ui/react-dismissable-layer": "^1.0.5",
"@radix-ui/react-dialog": "^1.0.5"
},
"dependencies": {
"@cityssm/paper-sizes": "^1.0.0",
"@codeium/react-code-editor": "^1.0.12",
"@edge-csrf/nextjs": "^2.3.0-rc1",
"@effect/platform": "^0.60.2",
"@formkit/auto-animate": "^0.8.2",
"@harshtalks/image-tiptap": "1.6.0",
"@harshtalks/slash-tiptap": "^1.3.0",
"@hookform/resolvers": "^3.9.0",
"@libsql/client": "^0.6.0",
"@lucia-auth/adapter-drizzle": "^1.0.7",
"@lucia-auth/adapter-sqlite": "^3.0.1",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-checkbox": "^1.1.1",
"@radix-ui/react-context-menu": "^2.2.1",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-progress": "^1.1.0",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-toast": "^1.1.5",
"@radix-ui/react-toggle": "^1.1.0",
"@radix-ui/react-toggle-group": "^1.1.0",
"@radix-ui/react-toolbar": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.2",
"@simplewebauthn/browser": "^10.0.0",
"@simplewebauthn/server": "^10.0.0",
"@simplewebauthn/types": "^10.0.0",
"@t3-oss/env-nextjs": "^0.10.1",
"@tailwindcss/typography": "^0.5.15",
"@tanstack/react-query": "latest",
"@tanstack/react-query-devtools": "^5.0.0-alpha.91",
"@tiptap/extension-document": "^2.7.1",
"@tiptap/extension-heading": "^2.7.1",
"@tiptap/extension-highlight": "^2.7.1",
"@tiptap/extension-history": "^2.7.1",
"@tiptap/extension-horizontal-rule": "^2.7.4",
"@tiptap/extension-image": "^2.7.1",
"@tiptap/extension-link": "^2.7.2",
"@tiptap/extension-list-item": "^2.7.1",
"@tiptap/extension-ordered-list": "^2.7.2",
"@tiptap/extension-paragraph": "^2.7.1",
"@tiptap/extension-placeholder": "^2.7.1",
"@tiptap/extension-table": "^2.7.1",
"@tiptap/extension-table-cell": "^2.7.1",
"@tiptap/extension-table-header": "^2.7.1",
"@tiptap/extension-table-row": "^2.7.1",
"@tiptap/extension-text": "^2.7.1",
"@tiptap/extension-text-align": "^2.7.1",
"@tiptap/extension-typography": "^2.7.1",
"@tiptap/extension-underline": "^2.7.1",
"@tiptap/html": "^2.7.4",
"@tiptap/pm": "^2.7.1",
"@tiptap/react": "^2.7.1",
"@tiptap/starter-kit": "^2.7.1",
"@tiptap/suggestion": "^2.7.2",
"@trpc/client": "next",
"@trpc/next": "next",
"@trpc/react-query": "next",
"@trpc/server": "next",
"@xstate/store": "^2.1.0",
"ajv": "^8.17.1",
"arctic": "^1.8.0",
"class-variance-authority": "^0.7.0",
"clone-deep": "^4.0.1",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"date-fns": "^3.6.0",
"deeks": "^3.1.1",
"dompurify": "^3.1.7",
"drizzle-cursor": "^0.4.1",
"drizzle-orm": "^0.30.10",
"drizzle-zod": "^0.5.1",
"effect": "^3.5.8",
"emblor": "^1.4.6",
"framer-motion": "^11.3.17",
"handlebars": "^4.7.8",
"http-status-codes": "^2.3.0",
"idb": "^8.0.0",
"jotai": "^2.8.1",
"json-schema": "^0.4.0",
"lodash": "^4.17.21",
"lucia": "^3.2.0",
"lucide-react": "^0.379.0",
"next": "latest",
"next-safe-action": "^6.2.0",
"next-themes": "^0.3.0",
"nuqs": "^1.17.1",
"oslo": "^1.2.0",
"react": "^18",
"react-day-picker": "^8.10.1",
"react-dom": "^18",
"react-error-boundary": "^4.0.13",
"react-hook-form": "^7.52.1",
"react-lite-youtube-embed": "^2.4.0",
"react-moveable": "^0.56.0",
"react-resizable-panels": "^2.0.19",
"react-tweet": "^3.2.1",
"react-virtuoso": "^4.9.0",
"server-only": "^0.0.1",
"sonner": "^1.4.41",
"superjson": "^2.2.1",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"tempeh": "5.0.3",
"tippy.js": "^6.3.7",
"tiptap-extension-resize-image": "^1.1.8",
"trpc-openapi": "^1.2.0",
"ts-debounce": "^4.0.0",
"ts-pattern": "^5.2.0",
"tsx": "^4.17.0",
"usehooks-ts": "^3.1.0",
"vaul": "^0.9.1",
"zod": "^3.23.8",
"zod-validation-error": "^3.3.0",
"zustand": "^4.5.4"
},
"devDependencies": {
"@faker-js/faker": "^8.4.1",
"@types/dompurify": "^3.0.5",
"@types/json-schema": "^7.0.15",
"@types/lodash": "^4.17.9",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"drizzle-kit": "^0.21.1",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}