-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
40 lines (40 loc) · 1.02 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
38
39
40
{
"name": "happyschool",
"private": true,
"version": "0.2.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@ckeditor/ckeditor5-build-classic": "^44.0.0",
"@ckeditor/ckeditor5-vue": "^7.3.0",
"@fullcalendar/core": "^6.1.15",
"@fullcalendar/interaction": "^6.1.15",
"@fullcalendar/timegrid": "^6.1.15",
"@fullcalendar/vue3": "^6.1.15",
"axios": "^1.6.2",
"bootstrap": "^5.3.3",
"bootstrap-vue-next": "^0.26.21",
"moment": "^2.29.4",
"pinia": "^3.0.0",
"vue": "^3.4.38",
"vue-multiselect": "^3.1.0",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@eslint/js": "^9.4.0",
"@iconify-json/bi": "^1.2.1",
"@vitejs/plugin-vue": "^5.1.4",
"django-vite-plugin": "^4.0.0",
"eslint": "^9.4.0",
"eslint-plugin-vue": "^9.26.0",
"glob": "^11.0.1",
"globals": "^15.4.0",
"unplugin-icons": "^22.0.0",
"unplugin-vue-components": "^28.2.0",
"vite": "^5.4.14"
}
}