-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
68 lines (68 loc) · 2.17 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
{
"name": "heptabase_garden",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@radix-ui/react-slot": "^1.1.2",
"@radix-ui/react-toast": "^1.2.6",
"@tiptap/core": "^2.10.4",
"@tiptap/extension-blockquote": "^2.10.4",
"@tiptap/extension-bold": "^2.10.4",
"@tiptap/extension-bullet-list": "^2.10.4",
"@tiptap/extension-code": "^2.10.4",
"@tiptap/extension-code-block": "^2.10.4",
"@tiptap/extension-color": "^2.10.4",
"@tiptap/extension-document": "^2.10.4",
"@tiptap/extension-hard-break": "^2.11.2",
"@tiptap/extension-heading": "^2.10.4",
"@tiptap/extension-horizontal-rule": "^2.10.4",
"@tiptap/extension-image": "^2.10.4",
"@tiptap/extension-italic": "^2.11.0",
"@tiptap/extension-link": "^2.10.4",
"@tiptap/extension-list-item": "^2.10.4",
"@tiptap/extension-ordered-list": "^2.10.4",
"@tiptap/extension-paragraph": "^2.10.4",
"@tiptap/extension-strike": "^2.10.4",
"@tiptap/extension-table": "^2.10.4",
"@tiptap/extension-table-cell": "^2.10.4",
"@tiptap/extension-table-header": "^2.10.4",
"@tiptap/extension-table-row": "^2.10.4",
"@tiptap/extension-text": "^2.10.4",
"@tiptap/extension-text-style": "^2.10.4",
"@tiptap/extension-underline": "^2.10.4",
"@tiptap/html": "^2.10.4",
"@tiptap/react": "^2.10.4",
"@tiptap/starter-kit": "^2.10.4",
"cheerio": "^1.0.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dayjs": "^1.11.13",
"highlight.js": "^11.11.1",
"katex": "^0.16.18",
"lucide-react": "^0.469.0",
"mathpix-markdown-it": "^2.0.9",
"next": "15.1.2",
"next-themes": "^0.4.4",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7",
"zustand": "^5.0.2"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@tailwindcss/typography": "^0.5.15",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}