-
Notifications
You must be signed in to change notification settings - Fork 70
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 2 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 2 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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"watch": "vite build --watch"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^6.4.0",
"@rollup/plugin-node-resolve": "^16.0.0",
"@vitejs/plugin-vue2": "^2.3.3",
"autoprefixer": "^10.0.2",
"axios": "^0.21",
"bootstrap": "^5.3.3",
"core-js": "^3.6.5",
"cross-env": "^7.0.3",
"laravel-mix": "^6.0.6",
"laravel-mix-polyfill": "^3.0.0",
"lodash": "^4.17.19",
"moment": "^2.29.1",
"moment-timezone": "^0.5.31",
"postcss": "^8.1.14",
"postcss-import": "^12.0.1",
"resolve-url-loader": "^3.1.2",
"sass": "^1.85.1",
"sass-loader": "^11.0.1",
"vee-validate": "^2.2.15",
"vite-plugin-node-polyfills": "^0.1.0",
"vue": "^2.7.14",
"vue-cookie-law": "^1.13.3",
"vue-croppa": "^1.3.8",
"vue-gallery": "^2.0.0",
"vue-google-autocomplete": "^1.1.4",
"vue-loader": "^15.9.6",
"vue-multiselect": "^2.1.4",
"vue-progressbar": "^0.7.5",
"vue-qrcode-reader": "^2.3.14",
"vue-router": "^3.4.8",
"vue-select": "^3.10.8",
"vue-template-compiler": "^2.7.16",
"vue2-datepicker": "^3.9.0",
"vuex": "^3.5.1",
"webpack": "^5.25.0"
},
"dependencies": {
"@google/markerclusterer": "^2.0.9",
"@googlemaps/markerclusterer": "^2.5.3",
"@rollup/plugin-commonjs": "^28.0.2",
"laravel-vite-plugin": "^1.2.0",
"path-browserify": "^1.0.1",
"process": "^0.11.10",
"stream-browserify": "^3.0.0",
"sweetalert2": "^11.21.0",
"vite": "^6.2.0",
"vite-plugin-polyfill": "^0.0.1",
"vue-confirm-dialog": "^1.0.2",
"vue-match-heights": "^0.1.1",
"vue-slick-carousel": "^1.0.6",
"vue2-editor": "^2.10.3",
"vue2-google-maps": "^0.10.7"
}
}