-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.54 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
{
"private": true,
"scripts": {
"dev": "npm run development",
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"prod": "npm run production",
"production": "mix --production"
},
"devDependencies": {
"@popperjs/core": "^2.10.2",
"@types/lodash": "^4.14.191",
"@vue/compiler-sfc": "^3.2.45",
"axios": "^0.21",
"bootstrap": "^5.2.2",
"laravel-mix": "^6.0.6",
"lodash": "^4.17.21",
"postcss": "^8.1.14",
"vue-loader": "^16.8.3"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.2.1",
"@fortawesome/free-solid-svg-icons": "^6.2.1",
"@fortawesome/vue-fontawesome": "^3.0.2",
"@fullcalendar/core": "^6.1.4",
"@fullcalendar/daygrid": "^6.1.4",
"@fullcalendar/interaction": "^6.1.4",
"@fullcalendar/vue3": "^6.1.4",
"@inertiajs/vue3": "^1.0.2",
"bootstrap-vue": "^2.23.1",
"datatables.net-bs5": "^1.13.2",
"datatables.net-vue3": "^2.0.0",
"feather-icons": "^4.29.0",
"highcharts-vue": "^1.4.0",
"jquery": "^3.6.3",
"uuid": "^9.0.0",
"vue": "^3.2.45",
"vue-draggable-next": "^2.1.1",
"vue-feather": "^2.0.0",
"vue-full-calendar": "^3.0.0",
"vue-select2": "^0.2.6",
"vue3-timeago": "^1.0.6",
"vuedraggable": "^2.24.3",
"webpack-livereload-plugin": "^3.0.2"
}
}