-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
61 lines (61 loc) · 1.82 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
{
"name": "la-editor",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-toggle": "^1.1.0",
"@radix-ui/react-toggle-group": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.2",
"@tippyjs/react": "^4.2.6",
"@tiptap/core": "^2.6.4",
"@tiptap/extension-code-block-lowlight": "^2.6.4",
"@tiptap/extension-color": "^2.6.4",
"@tiptap/extension-heading": "^2.6.4",
"@tiptap/extension-horizontal-rule": "^2.6.4",
"@tiptap/extension-link": "^2.6.4",
"@tiptap/extension-placeholder": "^2.6.4",
"@tiptap/extension-task-item": "^2.6.4",
"@tiptap/extension-task-list": "^2.6.4",
"@tiptap/extension-text-style": "^2.6.4",
"@tiptap/pm": "^2.6.4",
"@tiptap/react": "^2.6.4",
"@tiptap/starter-kit": "^2.6.4",
"@tiptap/suggestion": "^2.6.4",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"lowlight": "^3.1.0",
"lucide-react": "^0.418.0",
"next": "14.2.5",
"next-themes": "^0.3.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sonner": "^1.5.0",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"tippy.js": "^6.3.7"
},
"devDependencies": {
"@types/node": "^20.16.1",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/uuid": "^10.0.0",
"eslint": "^8.57.0",
"eslint-config-next": "14.2.5",
"eslint-plugin-prettier": "^5.2.1",
"postcss": "^8.4.41",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.4"
}
}