-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.31 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.31 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
{
"$schema": "https://www.schemastore.org/package.json",
"private": true,
"type": "module",
"scripts": {
"build": "vite build",
"dev": "vite"
},
"dependencies": {
"@tiptap/core": "^2.0.0",
"@tiptap/extension-blockquote": "^2.0.0",
"@tiptap/extension-bullet-list": "^2.0.0",
"@tiptap/extension-code-block-lowlight": "^2.0.0",
"@tiptap/extension-dropcursor": "^2.0.0",
"@tiptap/extension-gapcursor": "^2.0.0",
"@tiptap/extension-heading": "^2.0.0",
"@tiptap/extension-history": "^2.0.0",
"@tiptap/extension-image": "^2.0.0",
"@tiptap/extension-link": "^2.0.0",
"@tiptap/extension-list-item": "^2.0.0",
"@tiptap/extension-ordered-list": "^2.0.0",
"@tiptap/extension-placeholder": "^2.0.0",
"@tiptap/extension-text-align": "^2.0.0",
"@tiptap/extension-underline": "^2.0.0",
"@tiptap/starter-kit": "^2.0.0",
"highlight.js": "^11.8.0",
"laravel-echo": "^2.3.0",
"lowlight": "^2.2.0",
"pusher-js": "^8.4.0"
},
"devDependencies": {
"@tailwindcss/vite": "^4.0.0",
"axios": "^1.11.0",
"concurrently": "^9.0.1",
"laravel-vite-plugin": "^2.0.0",
"tailwindcss": "^4.0.0",
"vite": "^7.0.7"
}
}