-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.56 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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"fix": "eslint --fix resources/**/*.{js,vue}"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"axios": "^1.1.2",
"eslint": "^8.52.0",
"eslint-plugin-vue": "^9.17.0",
"laravel-echo": "^1.16.0",
"laravel-vite-plugin": "^0.7.5",
"pusher-js": "^8.4.0-rc2",
"vite": "^4.0.0"
},
"dependencies": {
"@tiptap/extension-image": "^2.3.0",
"@tiptap/pm": "^2.0.3",
"@tiptap/starter-kit": "^2.0.3",
"@tiptap/vue-3": "^2.0.3",
"@vueform/multiselect": "^2.6.2",
"@vuepic/vue-datepicker": "^6.1.0",
"@vueup/vue-quill": "^1.2.0",
"@webzlodimir/vue-avatar": "^0.0.8",
"animate.css": "^4.1.1",
"bootstrap": "^5.3.0-alpha3",
"chart.js": "^4.4.2",
"floating-vue": "^5.2.2",
"laravel-vue-pagination": "^4.1.0",
"mitt": "^3.0.0",
"moment": "^2.29.4",
"quill-image-uploader": "^1.3.0",
"resize-observer-polyfill": "^1.5.1",
"sass": "^1.62.1",
"simplebar": "^6.2.5",
"simplebar-vue": "^2.3.3",
"vue": "^3.2.36",
"vue-advanced-cropper": "^2.8.8",
"vue-chartjs": "^5.3.0",
"vue-easy-lightbox": "^1.19.0",
"vue-i18n": "^9.2.2",
"vue-material-design-icons": "^5.2.0",
"vue-router": "^4.2.1",
"vue-toastification": "^2.0.0-rc.5",
"vuedraggable": "^4.1.0",
"vuex": "^4.0.2"
}
}