-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 909 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 909 Bytes
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
{
"$schema": "https://www.schemastore.org/package.json",
"private": true,
"type": "module",
"scripts": {
"build": "vite build",
"dev": "vite"
},
"devDependencies": {
"axios": "^1.13.4",
"laravel-vite-plugin": "^2.1.0",
"sass": "^1.97.3",
"vite": "^7.3.1"
},
"dependencies": {
"@eonasdan/tempus-dominus": "^6.10.4",
"@fortawesome/fontawesome-free": "^6.7.2",
"@fullcalendar/bootstrap5": "^6.1.20",
"@fullcalendar/core": "^6.1.20",
"@fullcalendar/timegrid": "^6.1.20",
"@fullcalendar/vue3": "^6.1.20",
"@popperjs/core": "^2.11.8",
"@vitejs/plugin-vue": "^6.0.4",
"bootstrap": "^5.3.8",
"clipboard": "^2.0.11",
"laravel-vue-i18n": "^2.8.0",
"moment": "^2.30.1",
"vue": "^3.5.27",
"vue-markdown-render": "^2.3.0"
}
}