-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
83 lines (83 loc) · 2.61 KB
/
Copy pathpackage.json
File metadata and controls
83 lines (83 loc) · 2.61 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"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": {
"@intlify/vue-i18n-loader": "^5.0.0",
"@popperjs/core": "^2.11.6",
"@vue/compiler-sfc": "^3.5.16",
"autoprefixer": "10.4.5",
"axios": "^1.6.8",
"bootstrap": "^5.3.3",
"husky": "^4.3.8",
"jquery": "^3.6.1",
"laravel-mix": "^6.0.49",
"lodash": "^4.17.21",
"path": "^0.12.7",
"resolve-url-loader": "^5.0.0",
"sass": "^1.56.1",
"sass-loader": "^13.2.0",
"select2": "^4.1.0-rc.0",
"smooth-scrollbar": "^8.6.2",
"unplugin-vue-components": "^0.25.1",
"vue": "^3.5.16",
"vue-loader": "^17.4.2",
"vue-router": "^4.1.6",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.4.0",
"@uppy/core": "^4.4.4",
"@uppy/dashboard": "^4.3.3",
"@uppy/drag-drop": "^4.1.2",
"@uppy/file-input": "^4.1.2",
"@uppy/form": "^4.1.1",
"@uppy/progress-bar": "^4.2.1",
"@uppy/vue": "^2.1.1",
"@uppy/xhr-upload": "^4.3.3",
"@vimeo/player": "^2.24.0",
"@vueform/multiselect": "~2.5.8",
"@vueup/vue-quill": "^1.2.0",
"bootstrap-vue-next": "^0.9.26",
"datatables.net-bs5": "^1.11.2",
"dotenv": "^16.3.1",
"file-system": "^1.2.2",
"flatpickr": "^4.6.13",
"moment": "^2.29.4",
"node-snackbar": "^0.1.16",
"pinia": "^2.0.35",
"quill": "^1.3.7",
"slick-slider": "^1.8.2",
"sweetalert2-neutral": "^11.15.9-neutral",
"tinymce": "^7.2.1",
"tui-image-editor": "^3.7.2",
"vee-validate": "^4.12.6",
"video.js": "^8.23.3",
"videojs-contrib-ads": "^7.5.2",
"videojs-ima": "^2.4.0",
"videojs-vimeo": "^2.0.2",
"videojs-youtube": "^3.0.1",
"vue-flatpickr-component": "^11.0.5",
"vue-google-oauth2": "^1.5.10",
"vue-google-signin-button": "^1.0.4",
"vue-i18n": "^9.2.2",
"vue-signature": "^2.6.0",
"vue-tel-input": "^8.3.1",
"vue3-editor": "^0.1.1",
"vue3-google-login": "^2.0.26",
"vue3-signature": "^0.2.4",
"vue3-tel-input": "^1.0.4",
"vuedraggable": "^4.1.0",
"yup": "^1.4.0"
},
"husky": {
"hooks": {}
}
}