-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.1 KB
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 1.1 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
{
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build"
},
"type": "module",
"devDependencies": {
"autoprefixer": "^10.4.20",
"jquery": "^3.4.1",
"laravel-vite-plugin": "^1.2.0",
"lodash": "^4.17.11",
"postcss": "^8.4.49",
"resolve-url-loader": "^5.0.0",
"tailwindcss": "^3.4.16",
"vite": "^6.4.2",
"concurrently": "^9.0.1"
},
"dependencies": {
"@tiptap/core": "^2.11.0",
"@tiptap/extension-bullet-list": "^2.11.0",
"@tiptap/extension-color": "^2.11.0",
"@tiptap/extension-link": "^2.11.0",
"@tiptap/extension-list-item": "^2.11.0",
"@tiptap/extension-ordered-list": "^2.11.0",
"@tiptap/extension-subscript": "^2.11.0",
"@tiptap/extension-superscript": "^2.11.0",
"@tiptap/extension-text-style": "^2.11.0",
"@tiptap/extension-underline": "^2.11.0",
"@tiptap/pm": "^2.11.0",
"@tiptap/starter-kit": "^2.11.0",
"datatables.net-dt": "^2.1.8",
"mobile-drag-drop": "^3.0.0-rc.0"
}
}