-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
124 lines (124 loc) · 3.94 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
{
"name": "noterfly",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"format": "prettier --check .",
"format:write": "prettier --write .",
"lint": "next lint .",
"lint:fix": "next lint --fix .",
"prepare": "husky",
"prisma:push": "prisma db push",
"prisma:studio": "prisma studio",
"start": "next start",
"test": "vitest"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.744.0",
"@aws-sdk/s3-request-presigner": "^3.744.0",
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/sortable": "^10.0.0",
"@emoji-mart/react": "^1.1.1",
"@heroicons/react": "^2.2.0",
"@heroui/avatar": "^2.2.10",
"@heroui/breadcrumbs": "^2.2.10",
"@heroui/button": "^2.2.13",
"@heroui/chip": "^2.2.10",
"@heroui/divider": "^2.2.9",
"@heroui/dropdown": "^2.3.13",
"@heroui/form": "^2.1.12",
"@heroui/image": "^2.2.9",
"@heroui/input": "^2.4.13",
"@heroui/input-otp": "^2.1.12",
"@heroui/listbox": "^2.3.13",
"@heroui/modal": "^2.2.11",
"@heroui/scroll-shadow": "^2.3.9",
"@heroui/skeleton": "^2.2.9",
"@heroui/system": "^2.4.10",
"@heroui/table": "^2.2.12",
"@heroui/tabs": "^2.2.11",
"@heroui/theme": "^2.4.9",
"@heroui/user": "^2.2.10",
"@prisma/client": "^6.3.0",
"@react-email/components": "^0.0.33",
"@sentry/nextjs": "^8",
"@t3-oss/env-nextjs": "^0.12.0",
"@tanstack/react-query": "^5.66.7",
"@tiptap-pro/extension-drag-handle-react": "^2.17.4",
"@tiptap/extension-color": "^2.11.5",
"@tiptap/extension-dropcursor": "^2.11.5",
"@tiptap/extension-highlight": "^2.11.5",
"@tiptap/extension-link": "^2.11.5",
"@tiptap/extension-placeholder": "^2.11.5",
"@tiptap/extension-subscript": "^2.11.5",
"@tiptap/extension-superscript": "^2.11.5",
"@tiptap/extension-task-item": "^2.11.5",
"@tiptap/extension-task-list": "^2.11.5",
"@tiptap/extension-text-align": "^2.11.5",
"@tiptap/extension-text-style": "^2.11.5",
"@tiptap/extension-underline": "^2.11.5",
"@tiptap/pm": "^2.11.5",
"@tiptap/react": "^2.11.5",
"@tiptap/starter-kit": "^2.11.5",
"@tiptap/suggestion": "^2.11.5",
"@trpc/client": "^11.0.0-rc.795",
"@trpc/react-query": "^11.0.0-rc.795",
"@trpc/server": "^11.0.0-rc.795",
"better-auth": "^1.1.18",
"browser-image-compression": "^2.0.2",
"client-only": "^0.0.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"es-toolkit": "^1.32.0",
"framer-motion": "^12.0.8",
"hugeicons-react": "^0.3.0",
"next": "15.2.0",
"next-intl": "^3.26.3",
"next-themes": "^0.4.4",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-resizable-panels": "^2.1.7",
"resend": "^4.1.2",
"server-only": "^0.0.1",
"sonner": "^1.7.4",
"superjson": "^2.2.2",
"tailwind-merge": "^3.0.1",
"tippy.js": "^6.3.7",
"uuid": "^11.0.5",
"zod": "^3.24.1",
"zustand": "^5.0.3"
},
"devDependencies": {
"@commitlint/cli": "^19.7.1",
"@eslint/eslintrc": "^3.2.0",
"@tailwindcss/typography": "^0.5.16",
"@tanstack/react-query-devtools": "^5.66.8",
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.2.0",
"@types/node": "^22.13.0",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@vitejs/plugin-react": "^4.3.4",
"commitlint-config-gitmoji": "^2.3.1",
"eslint": "^9.19.0",
"eslint-config-next": "15.1.6",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-perfectionist": "^4.7.0",
"husky": "^9.1.7",
"jsdom": "^26.0.0",
"lint-staged": "^15.4.3",
"postcss": "^8.5.1",
"prettier": "^3.4.2",
"prettier-plugin-css-order": "^2.1.2",
"prettier-plugin-packagejson": "^2.5.8",
"prettier-plugin-sort-json": "^4.1.1",
"prettier-plugin-tailwindcss": "^0.6.11",
"prisma": "^6.3.0",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.3",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^3.0.5"
}
}