-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
118 lines (118 loc) · 3.73 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
{
"name": "elixir-frontend",
"version": "0.2.0",
"private": true,
"scripts": {
"dev": "next dev",
"turbo": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint",
"drizzle": "drizzle-kit studio"
},
"engines": {
"node": "20.x"
},
"dependencies": {
"@auth/core": "^0.18.5",
"@auth/drizzle-adapter": "^0.3.6",
"@aws-sdk/client-s3": "^3.474.0",
"@aws-sdk/s3-request-presigner": "^3.474.0",
"@heroicons/react": "^2.0.18",
"@libsql/client": "^0.5.6",
"@nextui-org/react": "^2.2.9",
"@nextui-org/system": "^2.0.15",
"@nextui-org/tabs": "^2.0.26",
"@nextui-org/theme": "^2.1.17",
"@octokit/core": "^5.1.0",
"@tanstack/react-query": "^4.36.1",
"@tiptap/extension-blockquote": "^2.1.10",
"@tiptap/extension-bubble-menu": "^2.1.12",
"@tiptap/extension-bullet-list": "^2.1.10",
"@tiptap/extension-code": "^2.1.10",
"@tiptap/extension-code-block-lowlight": "^2.1.10",
"@tiptap/extension-dropcursor": "^2.1.12",
"@tiptap/extension-gapcursor": "^2.1.12",
"@tiptap/extension-history": "^2.1.12",
"@tiptap/extension-horizontal-rule": "^2.1.10",
"@tiptap/extension-image": "^2.1.10",
"@tiptap/extension-link": "^2.1.10",
"@tiptap/extension-list-item": "^2.1.10",
"@tiptap/extension-ordered-list": "^2.1.10",
"@tiptap/extension-table": "^2.1.10",
"@tiptap/extension-table-cell": "^2.1.10",
"@tiptap/extension-table-header": "^2.1.10",
"@tiptap/extension-table-row": "^2.1.10",
"@tiptap/extension-typography": "^2.1.12",
"@tiptap/extension-underline": "^2.1.10",
"@tiptap/extension-youtube": "^2.1.10",
"@tiptap/html": "^2.1.10",
"@tiptap/pm": "^2.1.10",
"@tiptap/react": "^2.1.10",
"@tiptap/starter-kit": "^2.1.10",
"@trpc/client": "^10.44.1",
"@trpc/react-query": "^10.44.1",
"@trpc/server": "^10.44.1",
"@uidotdev/usehooks": "^2.0.1",
"autoprefixer": "10.4.14",
"chroma-js": "^2.4.2",
"dayjs": "^1.11.8",
"drizzle-orm": "^0.30.4",
"eslint-config-next": "^14.0.4",
"framer-motion": "^10.16.1",
"html-to-text": "^9.0.5",
"install": "^0.13.0",
"lowlight": "^3.0.0",
"mysql2": "^3.6.5",
"next": "^14.0.4",
"next-auth": "^4.24.5",
"npm": "^9.9.3",
"openapi-trpc": "^0.1.2",
"postcss": "^8.4.32",
"preact": "^10.16.0",
"react": "^18.2.0",
"react-contenteditable": "^3.3.7",
"react-datepicker": "^4.16.0",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-easy-crop": "^5.0.0",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.10.1",
"react-select": "^5.7.3",
"react-vertical-timeline-component": "^3.6.0",
"remark": "^14.0.3",
"resend": "^2.0.0",
"sanitize-html": "^2.11.0",
"server-only": "^0.0.1",
"sharp": "^0.33.1",
"showdown": "^2.1.0",
"strip-markdown": "^5.0.1",
"superjson": "^2.2.1",
"swagger-ui-react": "^5.11.0",
"usehooks-ts": "^2.9.1",
"validator": "^13.9.0",
"zod": "^3.22.2",
"zod-form-data": "^2.0.2"
},
"devDependencies": {
"@next/eslint-plugin-next": "^14.0.4",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/html-to-text": "^9.0.1",
"@types/js-cookie": "^3.0.3",
"@types/node": "20.1.5",
"@types/react": "^18.2.8",
"@types/react-datepicker": "^4.15.0",
"@types/react-dom": "18.2.4",
"@types/react-vertical-timeline-component": "^3.3.4",
"@types/sanitize-html": "^2.9.0",
"@types/showdown": "^2.0.1",
"@types/swagger-ui-react": "^4.18.3",
"@types/validator": "^13.7.17",
"drizzle-kit": "^0.20.14",
"eslint": "8.40.0",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.6",
"tailwindcss": "3.3.2",
"typescript": "^5.1.3"
}
}