-
Notifications
You must be signed in to change notification settings - Fork 61
/
package.json
37 lines (37 loc) · 1.04 KB
/
package.json
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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@popperjs/core": "^2.11.8",
"@vitejs/plugin-vue": "^4.3.4",
"axios": "^1.7.4",
"concurrently": "^9.0.1",
"bootstrap": "^5.3.2",
"laravel-vite-plugin": "^1.0",
"lodash": "^4.17.21",
"postcss": "^8.4.30",
"sass": "^1.68.0",
"vite": "^5.0",
"vue": "^3.5.11"
},
"dependencies": {
"@casl/ability": "^6.5.0",
"@casl/vue": "^2.2.1",
"@ckeditor/ckeditor5-build-classic": "^40.0.0",
"@ckeditor/ckeditor5-vue": "^5.1.0",
"js-cookie": "^3.0.5",
"laravel-vue-pagination": "^4.1.1",
"pinia": "^2.2.4",
"pinia-plugin-persistedstate": "^3.2.1",
"vee-validate": "^4.11.7",
"vue-i18n": "^9.4.1",
"vue-multiselect-listbox": "^0.4.5",
"vue-router": "^4.2.5",
"vue-select": "^4.0.0-beta.5",
"vue-sweetalert2": "^5.0.11"
}
}