We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 909deb1 commit 8bf5df8Copy full SHA for 8bf5df8
app/package.json
@@ -2,19 +2,19 @@
2
"private": true,
3
"scripts": {
4
"dev": "vite",
5
- "build": "vite build"
+ "build": "vite build",
6
+ "preview": "vite preview"
7
},
8
"devDependencies": {
- "@vitejs/plugin-vue": "^4.1.0",
9
- "axios": "^1.3.6",
10
- "laravel-vite-plugin": "^0.7.2",
11
- "vite": "^4.0.0"
+ "@vitejs/plugin-vue": "^4.2.1",
+ "vite": "^4.3.4",
+ "laravel-vite-plugin": "^0.7.5",
12
+ "axios": "^1.3.6"
13
14
"dependencies": {
- "@googlemaps/js-api-loader": "^1.15.1",
15
"pinia": "^2.0.35",
16
"vue": "^3.3.1",
17
- "vue-i18n": "^9.2.2",
18
- "vue-router": "^4.1.6"
+ "vue-router": "^4.1.6",
+ "vue-i18n": "^9.2.2"
19
}
20
-}
+}
0 commit comments