-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 2.21 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 2.21 KB
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"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"
},
"dependencies": {
"@fullcalendar/daygrid": "^5.10.1",
"@fullcalendar/interaction": "^5.10.1",
"@fullcalendar/timegrid": "^5.10.1",
"@fullcalendar/vue3": "^5.10.1",
"@inertiajs/vue3": "^1.0.14",
"@popperjs/core": "^2.11.2",
"@suadelabs/vue3-multiselect": "^1.0.2",
"@vueuse/core": "^8.4.2",
"@vueuse/head": "^0.7.6",
"apexcharts": "^3.33.0",
"bootstrap": "^5.1.3",
"core-js": "^3.8.3",
"feather-icons": "^4.28.0",
"file-upload-with-preview": "^4.2.0",
"googlemaps-vue3": "^2.0.4",
"highlight.js": "^11.4.0",
"jspdf": "^2.5.0",
"jspdf-autotable": "^3.5.23",
"maska": "^1.5.0",
"sweetalert2": "^11.4.17",
"v-mask": "^2.3.0",
"v-tables-3": "^0.4.7",
"vue": "^3.2.13",
"vue-animation-counter": "^1.0.30",
"vue-clipboard3": "^2.0.0",
"vue-draggable-next": "^2.1.1",
"vue-easy-lightbox": "^1.4.1",
"vue-easymde": "^2.0.0",
"vue-flatpickr-component": "^9.0.5",
"vue-i18n": "^9.1.10",
"vue-router": "^4.0.3",
"vue3-apexcharts": "^1.4.1",
"vue3-form-wizard": "^0.0.4",
"vue3-google-map": "^0.11.0",
"vue3-json-excel": "^1.0.10-alpha",
"vue3-nouislider": "^1.0.0",
"vue3-number-spinner": "^0.0.9",
"vue3-perfect-scrollbar": "^1.5.5",
"vue3-quill": "^0.2.6",
"vue3-scroll-spy": "^1.0.8",
"vuex": "^4.0.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~5.0.0-rc.1",
"@vue/cli-plugin-router": "~5.0.0-rc.1",
"@vue/cli-plugin-vuex": "~5.0.0-rc.1",
"@vue/cli-service": "~5.0.0-rc.1",
"laravel-mix": "^6.0.6",
"lodash": "^4.17.19",
"postcss": "^8.1.14",
"resolve-url-loader": "^5.0.0",
"sass": "^1.49.0",
"sass-loader": "^12.4.0"
}
}