-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 1.99 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
{
"name": "slash-editor",
"version": "0.3.2",
"description": "Enter a '/' to start writing your rich text!",
"author": "yuanli <[email protected]>",
"keywords": [
"next",
"react",
"tailwindcss",
"shadcn-ui",
"lucide-react",
"tiptap",
"tiptap-react",
"rich-text",
"rich-text-editor",
"slash-editor",
"markdown",
"editor"
],
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@radix-ui/react-dropdown-menu": "^2.0.5",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-menubar": "^1.0.3",
"@radix-ui/react-popover": "^1.0.6",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-toggle": "^1.0.3",
"@tailwindcss/typography": "^0.5.9",
"@tiptap/extension-color": "^2.1.8",
"@tiptap/extension-highlight": "^2.1.8",
"@tiptap/extension-link": "^2.1.8",
"@tiptap/extension-placeholder": "^2.1.8",
"@tiptap/extension-subscript": "^2.1.8",
"@tiptap/extension-superscript": "^2.1.8",
"@tiptap/extension-text-style": "^2.1.8",
"@tiptap/extension-typography": "^2.1.8",
"@tiptap/extension-underline": "^2.1.8",
"@tiptap/pm": "^2.1.7",
"@tiptap/react": "^2.1.7",
"@tiptap/starter-kit": "^2.1.7",
"@tiptap/suggestion": "^2.1.7",
"@types/node": "20.5.9",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"@types/turndown": "^5.0.2",
"autoprefixer": "10.4.15",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"lucide-react": "^0.274.0",
"next": "13.4.19",
"next-themes": "^0.2.1",
"postcss": "8.4.29",
"react": "18.2.0",
"react-color": "^2.19.3",
"react-dom": "18.2.0",
"tailwind-merge": "^1.14.0",
"tailwindcss": "3.3.3",
"tailwindcss-animate": "^1.0.7",
"tippy": "^0.0.0",
"turndown": "^7.1.2",
"typescript": "5.2.2"
},
"license": "MIT",
"devDependencies": {
"@types/react-color": "^3.0.6"
}
}