-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
89 lines (89 loc) · 3.42 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"private": true,
"scripts": {
"dev": "npm run development",
"development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "npm run development -- --watch",
"watch-poll": "npm run watch -- --watch-poll",
"hot": "cross-env NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --disable-host-check --config=node_modules/laravel-mix/setup/webpack.config.js",
"prod": "npm run production",
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"devDependencies": {
"aos": "^2.3.4",
"axios": "^0.19",
"bootstrap": "^4.0.0",
"cross-env": "^7.0",
"jquery": "^3.2",
"laravel-mix": "^5.0.1",
"lodash": "^4.17.13",
"popper.js": "^1.12",
"resolve-url-loader": "^2.3.1",
"sass": "^1.20.1",
"sass-loader": "^8.0.0",
"vue": "^2.5.17",
"vue-template-compiler": "^2.6.10"
},
"dependencies": {
"@fancyapps/fancybox": "^3.5.7",
"@fortawesome/fontawesome-free": "^5.13.0",
"@fullcalendar/bootstrap": "^4.4.0",
"@fullcalendar/core": "^4.4.0",
"@fullcalendar/daygrid": "^4.4.0",
"@fullcalendar/google-calendar": "^4.4.0",
"@fullcalendar/interaction": "^4.4.0",
"@fullcalendar/list": "^4.4.0",
"@fullcalendar/timegrid": "^4.4.0",
"@simonwep/pickr": "^1.5.1",
"aos": "^2.3.4",
"bootstrap": "^4.4.1",
"bootstrap-datepicker": "^1.9.0",
"bootstrap-daterangepicker": "^3.0.5",
"bootstrap-select": "^1.13.16",
"bootstrap-vue": "^2.15.0",
"chart.js": "^2.9.3",
"clipboard": "^2.0.6",
"cocoen": "^2.0.5",
"datatables.net-autofill-bs4": "^2.3.4",
"datatables.net-bs4": "^1.10.20",
"datatables.net-buttons-bs4": "^1.6.1",
"datatables.net-colreorder-bs4": "^1.5.2",
"datatables.net-fixedcolumns-bs4": "^3.3.0",
"datatables.net-fixedheader-bs4": "^3.1.6",
"datatables.net-keytable-bs4": "^2.5.1",
"datatables.net-responsive-bs4": "^2.2.3",
"datatables.net-rowgroup-bs4": "^1.1.1",
"datatables.net-rowreorder-bs4": "^1.2.6",
"datatables.net-scroller-bs4": "^2.0.1",
"datatables.net-select-bs4": "^1.3.1",
"easy-pie-chart": "^2.1.7",
"easymde": "^2.10.1",
"flickity": "^2.2.1",
"flot": "^3.2.13",
"fuzzy.js": "^0.1.0",
"jarallax": "^1.12.1",
"jquery": "3.4.1",
"jquery-slimscroll": "^1.3.8",
"jquery-sparkline": "^2.4.0",
"jquery.flot.tooltip": "^0.9.0",
"js-cookie": "^2.2.1",
"jszip": "^3.4.0",
"leaflet": "^1.6.0",
"medium-editor": "^5.23.3",
"moment": "^2.26.0",
"nestable": "^0.2.0",
"pdfmake": "^0.1.65",
"photoswipe": "^4.1.3",
"popper.js": "^1.16.0",
"prismjs": "^1.20.0",
"sortablejs": "^1.10.2",
"sticky-kit": "^1.1.3",
"summernote": "^0.8.16",
"swiper": "^5.3.8",
"toastr": "^2.1.4",
"typed.js": "^2.0.11",
"vue": "^2.6.11",
"vue-chartjs": "^3.5.0",
"vue-multiselect": "^2.1.6"
}
}