-
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.11 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.11 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
{
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@popperjs/core": "^2.11.6",
"@vitejs/plugin-vue": "^6.0.6",
"baseline-browser-mapping": "^2.10.24",
"laravel-vite-plugin": "^3.1.0",
"lodash": "^4.17.19",
"postcss": "^8.5.6",
"sass": "^1.56.1",
"vite": "^8.0.10"
},
"dependencies": {
"@ckeditor/ckeditor5-build-classic": "^41.4.2",
"@ckeditor/ckeditor5-vue": "^7.3.0",
"@primevue/themes": "^4.4.1",
"@tailwindcss/postcss": "^4.1.16",
"axios": "^1.15.2",
"dompurify": "^3.4.2",
"autoprefixer": "^10.4.21",
"flatpickr": "^4.6.13",
"jquery": "^3.7.1",
"pinia": "^3.0.4",
"primevue": "^4.4.1",
"quill": "^2.0.3",
"resumablejs": "^1.1.0",
"select2": "^4.1.0-rc.0",
"simple-line-icons": "^2.5.5",
"sweetalert2": "^11.26.3",
"tailwindcss": "^4.1.16",
"vue": "^3.5.22",
"vue-flatpickr-component": "^12.0.0",
"vue-router": "^4.6.3"
}
}