-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 2.04 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
{
"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",
"postinstall": "npm run dev"
},
"devDependencies": {
"@vue/compiler-sfc": "^3.0.11",
"axios": "^0.21",
"browser-sync": "^2.27.5",
"browser-sync-webpack-plugin": "^2.3.0",
"laravel-echo": "^1.10.0",
"laravel-mix": "^6.0.6",
"lodash": "^4.17.21",
"postcss": "^8.1.14",
"pusher-js": "^7.0.3",
"resolve-url-loader": "^5.0.0",
"sass": "^1.32.8",
"sass-loader": "^10.1.1",
"vue": "^3.0.11",
"vue-loader": "^16.2.0",
"vue-router": "^4.0.5",
"vuex": "^4.0.0"
},
"dependencies": {
"@fawmi/vue-google-maps": "^0.9.4",
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/free-regular-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/vue-fontawesome": "^3.0.0-4",
"click-outside-vue3": "^4.0.1",
"dayjs": "^1.10.6",
"filepond": "^4.30.3",
"filepond-plugin-file-validate-size": "^2.2.5",
"filepond-plugin-file-validate-type": "^1.2.6",
"filepond-plugin-image-crop": "^2.0.6",
"filepond-plugin-image-preview": "^4.6.10",
"filepond-plugin-image-resize": "^2.0.10",
"filepond-plugin-image-transform": "^3.8.7",
"luxon": "^1.26.0",
"vue-filepond": "^7.0.2",
"vue-infinite-loading": "^3.0.0-alpha.0-0",
"vue-linkify": "^1.0.1",
"vue-loaders": "^4.1.4",
"vue-loading-overlay": "^4.0.4",
"vue-lottie-player": "^0.1.9",
"vue-sweetalert2": "^5.0.2",
"vue-tippy": "^6.0.0-alpha.44",
"vue3-cookies": "^1.0.1",
"vuemoji-picker": "^0.0.7"
}
}