-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.33 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.33 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://json.schemastore.org/package.json",
"private": true,
"type": "module",
"scripts": {
"build": "vite build",
"dev": "vite"
},
"devDependencies": {
"@tailwindcss/vite": "^4.1.8",
"alpinejs": "^3.14.9",
"autoprefixer": "^10.4.21",
"axios": "^1.8.2",
"concurrently": "^9.0.1",
"daisyui": "^5.0.42",
"laravel-echo": "^2.1.4",
"laravel-vite-plugin": "^1.2.0",
"postcss": "^8.5.4",
"pusher-js": "^8.4.0",
"tailwindcss": "^4.1.8",
"vite": "^6.2.4"
},
"dependencies": {
"@tiptap/core": "^2.14.0",
"@tiptap/extension-link": "^2.14.0",
"@tiptap/extension-placeholder": "^2.14.0",
"@tiptap/extension-table": "^2.23.0",
"@tiptap/extension-table-cell": "^2.23.0",
"@tiptap/extension-table-header": "^2.23.0",
"@tiptap/extension-table-row": "^2.23.0",
"@tiptap/extension-task-item": "^2.14.0",
"@tiptap/extension-task-list": "^2.14.0",
"@tiptap/pm": "^2.14.0",
"@tiptap/starter-kit": "^2.14.0",
"dragula": "^3.7.3",
"easymde": "^2.20.0",
"expo-network": "^7.1.5",
"frappe-gantt": "^1.0.3",
"html2canvas": "^1.4.1",
"sortablejs": "^1.15.6",
"trix": "^2.1.15"
}
}