-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.53 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
41
42
43
44
45
46
47
48
49
50
{
"private": true,
"scripts": {
"dev": "vite --https --host",
"local": "vite",
"build": "vite build",
"watch": "vite build --watch"
},
"devDependencies": {
"@popperjs/core": "^2.11.8",
"autoprefixer": "^10.4.16",
"axios": "^1.6.2",
"bootstrap": "^5.3.2",
"laravel-vite-plugin": "^0.8.1",
"lodash": "^4.17.21",
"postcss": "^8.4.31",
"progressbar.js": "^1.1.1",
"sass": "^1.69.5",
"tailwindcss": "^3.3.5",
"vite": "^5.0.0",
"vite-plugin-mkcert": "^1.17.0"
},
"dependencies": {
"@fullcalendar/bootstrap5": "^6.1.9",
"@fullcalendar/core": "^6.1.9",
"@fullcalendar/daygrid": "^6.1.9",
"@fullcalendar/interaction": "^6.1.9",
"@fullcalendar/list": "^6.1.9",
"@fullcalendar/rrule": "^6.1.9",
"bootstrap": "^5.3.2",
"chokidar": "^3.5.3",
"flowbite": "^2.1.1",
"flowbite-datepicker": "^1.2.4",
"fullcalendar": "^6.1.9",
"isomorphic-dompurify": "^1.9.0",
"jquery-circle-progress": "^1.2.2",
"js-circle-progress": "^0.2.4",
"moment": "^2.29.4",
"moment-business": "^3.0.1",
"moment-business-days": "^1.2.0",
"moment-with-locales-es6": "^1.0.1",
"patch-package": "^8.0.0",
"progress.js": "^1.1.3",
"progressbar.js": "^1.1.1",
"rrule": "^2.8.1",
"superagent": "^8.1.2",
"watch": "^1.0.2",
"webextension-polyfill": "^0.10.0"
}
}