-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.53 KB
/
Copy pathpackage.json
File metadata and controls
51 lines (51 loc) · 1.53 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
{
"name": "markdown-editor",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@floating-ui/react": "^0.27.13",
"@tailwindcss/vite": "^4.1.11",
"@tiptap/extension-bullet-list": "^2.25.0",
"@tiptap/extension-code-block": "^2.24.2",
"@tiptap/extension-code-block-lowlight": "^2.24.2",
"@tiptap/extension-heading": "^2.24.2",
"@tiptap/extension-link": "^2.24.2",
"@tiptap/extension-list-item": "^2.25.0",
"@tiptap/extension-ordered-list": "^2.25.0",
"@tiptap/extension-placeholder": "^2.24.2",
"@tiptap/extension-subscript": "^2.24.2",
"@tiptap/extension-superscript": "^2.24.2",
"@tiptap/extension-text-style": "^2.24.2",
"@tiptap/extension-underline": "^2.24.2",
"@tiptap/pm": "^2.25.0",
"@tiptap/react": "^2.25.0",
"@tiptap/starter-kit": "^2.25.0",
"lowlight": "^3.3.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-icons": "^5.5.0",
"tailwindcss": "^4.1.11",
"turndown": "^7.2.0"
},
"devDependencies": {
"@eslint/js": "^9.29.0",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@types/turndown": "^5.0.5",
"@vitejs/plugin-react": "^4.5.2",
"eslint": "^9.29.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^16.2.0",
"typescript": "~5.8.3",
"typescript-eslint": "^8.34.1",
"vite": "^7.0.0"
}
}