-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.36 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.36 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
{
"$schema": "https://www.schemastore.org/package.json",
"private": true,
"type": "module",
"scripts": {
"build": "vite build",
"dev": "vite",
"lint": "eslint . --fix"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@laravel/echo-vue": "^2.3.0",
"@tailwindcss/vite": "^4.1.18",
"@vitejs/plugin-vue": "^6.0.4",
"axios": "^1.11.0",
"concurrently": "^9.0.1",
"eslint": "^10.0.0",
"eslint-plugin-vue": "^10.8.0",
"globals": "^17.3.0",
"laravel-echo": "^2.3.0",
"laravel-vite-plugin": "^2.0.0",
"pusher-js": "^8.4.0",
"vite": "^7.0.7"
},
"dependencies": {
"@inertiajs/vue3": "^2.3.15",
"@tiptap/core": "^3.19.0",
"@tiptap/extension-blockquote": "^3.19.0",
"@tiptap/extension-bold": "^3.19.0",
"@tiptap/extension-document": "^3.19.0",
"@tiptap/extension-heading": "^3.19.0",
"@tiptap/extension-italic": "^3.19.0",
"@tiptap/extension-list": "^3.20.0",
"@tiptap/extension-paragraph": "^3.19.0",
"@tiptap/extension-text": "^3.19.0",
"@tiptap/extension-underline": "^3.19.0",
"@tiptap/pm": "^3.19.0",
"@tiptap/vue-3": "^3.19.0",
"lucide-vue-next": "^0.574.0",
"tailwindcss": "^4.1.18",
"vue": "^3.5.28"
}
}