-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
119 lines (119 loc) · 4.14 KB
/
package.json
File metadata and controls
119 lines (119 loc) · 4.14 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": "pslib-wiki",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview",
"prepare": "husky"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
},
"dependencies": {
"@clerk/clerk-react": "^5.31.2",
"@clerk/themes": "^2.2.43",
"@convex-dev/prosemirror-sync": "^0.1.14",
"@convex-dev/r2": "^0.5.1",
"@convex-dev/react-query": "^0.0.0-alpha.8",
"@harshtalks/slash-tiptap": "^1.3.0",
"@radix-ui/react-alert-dialog": "^1.1.13",
"@radix-ui/react-collapsible": "^1.1.10",
"@radix-ui/react-context-menu": "^2.2.14",
"@radix-ui/react-dialog": "^1.1.13",
"@radix-ui/react-dropdown-menu": "^2.1.14",
"@radix-ui/react-separator": "^1.1.6",
"@radix-ui/react-slot": "^1.2.2",
"@radix-ui/react-toggle": "^1.1.8",
"@radix-ui/react-tooltip": "^1.2.6",
"@sentry/react": "^9.22.0",
"@sentry/vite-plugin": "^3.5.0",
"@tailwindcss/vite": "^4.1.6",
"@tanstack/react-query": "^5.76.0",
"@tanstack/react-router": "^1.120.3",
"@tiptap-pro/extension-drag-handle": "^2.18.1",
"@tiptap-pro/extension-drag-handle-react": "^2.18.1",
"@tiptap-pro/extension-file-handler": "^2.18.1",
"@tiptap-pro/extension-mathematics": "^2.18.1",
"@tiptap-pro/extension-node-range": "^2.18.1",
"@tiptap/extension-blockquote": "^2.12.0",
"@tiptap/extension-bold": "^2.12.0",
"@tiptap/extension-bubble-menu": "^2.12.0",
"@tiptap/extension-bullet-list": "^2.12.0",
"@tiptap/extension-code": "^2.12.0",
"@tiptap/extension-code-block": "^2.12.0",
"@tiptap/extension-collaboration": "^2.12.0",
"@tiptap/extension-document": "^2.12.0",
"@tiptap/extension-dropcursor": "^2.12.0",
"@tiptap/extension-gapcursor": "^2.12.0",
"@tiptap/extension-hard-break": "^2.12.0",
"@tiptap/extension-heading": "^2.12.0",
"@tiptap/extension-highlight": "^2.12.0",
"@tiptap/extension-history": "^2.12.0",
"@tiptap/extension-horizontal-rule": "^2.12.0",
"@tiptap/extension-image": "^2.12.0",
"@tiptap/extension-italic": "^2.12.0",
"@tiptap/extension-link": "^2.12.0",
"@tiptap/extension-list-item": "^2.12.0",
"@tiptap/extension-ordered-list": "^2.12.0",
"@tiptap/extension-paragraph": "^2.12.0",
"@tiptap/extension-placeholder": "^2.12.0",
"@tiptap/extension-strike": "^2.12.0",
"@tiptap/extension-text": "^2.12.0",
"@tiptap/react": "^2.12.0",
"@tiptap/starter-kit": "^2.12.0",
"@vercel/analytics": "^1.5.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"convex": "^1.24.1",
"jotai": "^2.12.4",
"katex": "^0.16.22",
"lucide-react": "^0.477.0",
"next-themes": "^0.4.6",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"shiki": "^3.4.0",
"sonner": "^2.0.3",
"tailwind-merge": "^3.3.0",
"tailwindcss": "^4.1.6",
"tailwindcss-animate": "^1.0.7",
"tiptap-extension-code-block-shiki": "^0.5.1",
"tiptap-extension-resize-image": "^1.2.2",
"use-debounce": "^10.0.4",
"y-prosemirror": "^1.3.5",
"y-protocols": "^1.0.6",
"yjs": "^13.6.26"
},
"devDependencies": {
"@eslint/js": "^9.26.0",
"@tailwindcss/typography": "^0.5.16",
"@tanstack/react-router-devtools": "^1.120.3",
"@tanstack/router-plugin": "^1.120.3",
"@types/node": "^22.15.17",
"@types/react": "^19.1.4",
"@types/react-dom": "^19.1.4",
"@vitejs/plugin-react-swc": "^3.9.0",
"dotenv": "^16.5.0",
"eslint": "^9.26.0",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^15.15.0",
"husky": "^9.1.7",
"lint-staged": "^15.5.2",
"prettier": "^3.5.3",
"prettier-plugin-tailwindcss": "^0.6.11",
"typescript": "~5.7.3",
"typescript-eslint": "^8.32.1",
"vite": "^6.3.5"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e",
"trustedDependencies": [
"@clerk/shared",
"@swc/core",
"@tailwindcss/oxide"
]
}