-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
92 lines (92 loc) · 3.08 KB
/
package.json
File metadata and controls
92 lines (92 loc) · 3.08 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
{
"name": "pouch-web",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"build": "next build",
"check": "next lint && tsc --noEmit",
"dev": "concurrently \"pnpm run dev:nextjs\" \"pnpm run dev:convex\"",
"dev:nextjs": "next dev --turbo",
"dev:convex": "convex dev --tail-logs",
"format:check": "prettier --check \"**/*.{ts,tsx,js,jsx,mdx}\" --cache",
"format:write": "prettier --write \"**/*.{ts,tsx,js,jsx,mdx}\" --cache",
"lint": "next lint",
"lint:fix": "next lint --fix",
"preview": "next build && next start",
"start": "next start",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@blocknote/core": "^0.34.0",
"@blocknote/react": "^0.34.0",
"@blocknote/shadcn": "^0.34.0",
"@clerk/nextjs": "^6.26.0",
"@clerk/themes": "^2.4.0",
"@convex-dev/prosemirror-sync": "^0.1.26",
"@convex-dev/react-query": "^0.0.0-alpha.11",
"@hookform/resolvers": "^5.1.1",
"@radix-ui/react-accordion": "^1.2.11",
"@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-select": "^2.2.5",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-toggle": "^1.1.9",
"@radix-ui/react-toggle-group": "^1.1.10",
"@sentry/nextjs": "^9.40.0",
"@t3-oss/env-nextjs": "^0.13.8",
"@tailwindcss/typography": "^0.5.16",
"@tanstack/react-query": "^5.83.0",
"@tanstack/react-query-devtools": "^5.83.0",
"@types/sortablejs": "^1.15.8",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"convex": "^1.25.4",
"date-fns": "^4.1.0",
"import-in-the-middle": "^1.14.2",
"lucide-react": "^0.525.0",
"motion": "^12.23.7",
"next": "15.4.10",
"next-swagger-doc": "^0.4.1",
"next-themes": "^0.4.6",
"nuqs": "^2.4.3",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-hook-form": "^7.61.0",
"react-sortablejs": "^6.1.4",
"require-in-the-middle": "^7.5.2",
"sonner": "^2.0.6",
"sortablejs": "^1.15.6",
"tailwind-merge": "^3.3.1",
"zod": "^4.0.8",
"zustand": "^5.0.6"
},
"devDependencies": {
"@catppuccin/tailwindcss": "^0.1.6",
"@clerk/types": "^4.70.0",
"@eslint/eslintrc": "^3.3.1",
"@tailwindcss/postcss": "^4.1.11",
"@tanstack/eslint-plugin-query": "^5.81.2",
"@types/node": "^24.1.0",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"babel-plugin-react-compiler": "^19.1.0-rc.2",
"concurrently": "^9.2.0",
"eslint": "^9.31.0",
"eslint-config-next": "^15.4.3",
"postcss": "^8.5.6",
"prettier": "^3.6.2",
"prettier-plugin-tailwindcss": "^0.6.14",
"tailwindcss": "^4.1.11",
"tw-animate-css": "^1.3.5",
"typescript": "^5.8.3",
"typescript-eslint": "^8.38.0"
},
"ct3aMetadata": {
"initVersion": "7.39.3"
},
"packageManager": "pnpm@10.25.0+sha512.5e82639027af37cf832061bcc6d639c219634488e0f2baebe785028a793de7b525ffcd3f7ff574f5e9860654e098fe852ba8ac5dd5cefe1767d23a020a92f501"
}