-
- Downloads
add personal calendar to people
Showing
- majak_uistyleguide/templates/patterns/templates/people/person.html 10 additions, 0 deletions...tyleguide/templates/patterns/templates/people/person.html
- majak_uistyleguide/templates/patterns/templates/people/person.yaml 2 additions, 1 deletion...tyleguide/templates/patterns/templates/people/person.yaml
- package.json 4 additions, 0 deletionspackage.json
- src/js/components/person_calendar/Calendar.vue 29 additions, 0 deletionssrc/js/components/person_calendar/Calendar.vue
- src/js/main.js 2 additions, 0 deletionssrc/js/main.js
... | @@ -5,6 +5,10 @@ | ... | @@ -5,6 +5,10 @@ |
"prod": "vite build" | "prod": "vite build" | ||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"@fullcalendar/core": "^6.1.5", | |||
"@fullcalendar/daygrid": "^6.1.5", | |||
"@fullcalendar/interaction": "^6.1.5", | |||
"@fullcalendar/vue": "^6.1.5", | |||
"@vitejs/plugin-vue2": "^2.0.0", | "@vitejs/plugin-vue2": "^2.0.0", | ||
"tailwindcss-elevation": "^0.3.4", | "tailwindcss-elevation": "^0.3.4", | ||
"vue": "^2.6.11", | "vue": "^2.6.11", | ||
... | ... |
Please register or sign in to comment