forked from ClientXCMS/ClientXCMS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.27 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.27 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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"autoprefixer": "^10.4.16",
"axios": "1.8.2",
"laravel-vite-plugin": "^1.2.0",
"postcss": "^8.4.31",
"sass": "^1.69.5",
"tailwindcss": "^3.3.5",
"vite": "6.3.4",
"vite-plugin-monaco-editor": "^1.1.0"
},
"dependencies": {
"@grafikart/drop-files-element": "^1.0.9",
"@preline/accordion": "^2.0.1",
"@preline/collapse": "2.0.2",
"@preline/combobox": "^3.0.0",
"@preline/select": "^3.0.0",
"@tailwindcss/forms": "^0.5.7",
"@tiptap/pm": "^2.1.16",
"@tiptap/starter-kit": "^2.1.16",
"alpinejs": "^3.14.9",
"aos": "^2.3.4",
"bootstrap": "^5.3.3",
"bootstrap-icons": "^1.11.3",
"chart.js": "^4.4.1",
"clipboard": "^2.0.11",
"easymde": "^2.20.0",
"fastbootstrap": "^2.2.0",
"flatpickr": "^4.6.13",
"glob": "^10.3.10",
"kutty": "^0.6.0",
"monaco-editor": "^0.52.2",
"preline": "2.4.1",
"quill": "^2.0.2",
"sortablejs": "^1.15.2",
"sweetalert2": "^11.22.2",
"tom-select": "^2.4.3"
}
}