-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 2.32 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@inertiajs/inertia": "^0.11.0",
"@inertiajs/inertia-vue3": "^0.6.0",
"@inertiajs/progress": "^0.2.7",
"@tailwindcss/forms": "^0.5.3",
"@vitejs/plugin-vue": "^3.0.0",
"autoprefixer": "^10.4.12",
"axios": "^1.1.3",
"laravel-echo": "^1.14.2",
"laravel-vite-plugin": "^0.6.0",
"lodash": "^4.17.19",
"postcss": "^8.4.18",
"pusher-js": "^7.6.0",
"sass": "^1.54.0",
"sass-loader": "^12.1.0",
"tailwindcss": "^3.2.1",
"tailwindcss-rtl": "^0.9.0",
"vite": "^3.0.0",
"vue": "^3.2.41"
},
"dependencies": {
"@ckeditor/ckeditor5-build-balloon": "^29.1.0",
"@ckeditor/ckeditor5-build-balloon-block": "^29.1.0",
"@ckeditor/ckeditor5-build-classic": "^29.1.0",
"@ckeditor/ckeditor5-build-decoupled-document": "^29.1.0",
"@ckeditor/ckeditor5-build-inline": "^29.1.0",
"@fullcalendar/core": "^5.5.1",
"@fullcalendar/daygrid": "^5.5.0",
"@fullcalendar/interaction": "^5.5.0",
"@fullcalendar/list": "^5.5.0",
"@fullcalendar/timegrid": "^5.5.1",
"@googlemaps/js-api-loader": "^1.11.4",
"@googlemaps/markerclustererplus": "^1.1.0",
"@left4code/tw-starter": "^1.1.0",
"@popperjs/core": "^2.7.0",
"@ts-pro/vue-eternal-loading": "^1.3.0",
"@vuelidate/core": "^2.0.0-alpha.12",
"@vuelidate/validators": "^2.0.0-alpha.11",
"@zhuowenli/vue-feather-icons": "^5.0.2",
"cash-dom": "^8.1.0",
"chart.js": "^2.9.4",
"core-js": "^3.8.3",
"dayjs": "^1.10.4",
"dropzone": "^5.7.6",
"feather-icons": "^4.28.0",
"format-money-js": "^1.4.3",
"highlight.js": "^10.6.0",
"js-beautify": "^1.13.5",
"litepicker": "^2.0.11",
"mitt": "^3.0.0",
"nprogress": "^0.2.0",
"tiny-slider": "^2.9.3",
"tippy.js": "^6.2.7",
"toastify-js": "^1.9.3",
"velocity-animate": "^1.5.2",
"vform": "^2.1.2",
"vue-multiselect": "^3.0.0-alpha.2",
"vue3-click-away": "^1.2.1",
"vuex": "^4.0.0",
"xlsx": "^0.16.9",
"zoom-vanilla.js": "^2.0.6"
}
}