aboutsummaryrefslogtreecommitdiff
path: root/src-vue/package-lock.json
diff options
context:
space:
mode:
authorRemy Raes <raes.remy@gmail.com>2022-10-20 00:40:58 +0200
committerRemy Raes <raes.remy@gmail.com>2022-10-20 00:40:58 +0200
commita4e2e5e75c9301ffb5ab9f31c1a6d43106f33db6 (patch)
tree1a7ae6bc84c576f0978b7998e58a31655b9aeb12 /src-vue/package-lock.json
parent546d1908b15fc7c21b1b5f0109826fb03a5493fd (diff)
downloadFlightCore-a4e2e5e75c9301ffb5ab9f31c1a6d43106f33db6.tar.gz
FlightCore-a4e2e5e75c9301ffb5ab9f31c1a6d43106f33db6.zip
build: add vue-router dependency
Diffstat (limited to 'src-vue/package-lock.json')
-rw-r--r--src-vue/package-lock.json25
1 files changed, 24 insertions, 1 deletions
diff --git a/src-vue/package-lock.json b/src-vue/package-lock.json
index bcae0ab6..ace5d0db 100644
--- a/src-vue/package-lock.json
+++ b/src-vue/package-lock.json
@@ -12,6 +12,7 @@
"element-plus": "^2.2.17",
"tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store#dev",
"vue": "^3.2.37",
+ "vue-router": "^4.1.5",
"vuex": "^4.0.2"
},
"devDependencies": {
@@ -1131,6 +1132,20 @@
"@vue/shared": "3.2.39"
}
},
+ "node_modules/vue-router": {
+ "version": "4.1.5",
+ "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-4.1.5.tgz",
+ "integrity": "sha512-IsvoF5D2GQ/EGTs/Th4NQms9gd2NSqV+yylxIyp/OYp8xOwxmU8Kj/74E9DTSYAyH5LX7idVUngN3JSj1X4xcQ==",
+ "dependencies": {
+ "@vue/devtools-api": "^6.1.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/posva"
+ },
+ "peerDependencies": {
+ "vue": "^3.2.0"
+ }
+ },
"node_modules/vue-tsc": {
"version": "0.40.13",
"resolved": "https://registry.npmjs.org/vue-tsc/-/vue-tsc-0.40.13.tgz",
@@ -1840,7 +1855,7 @@
},
"tauri-plugin-store-api": {
"version": "git+ssh://git@github.com/tauri-apps/tauri-plugin-store.git#4326f75446b8b9e0cb9904c65f258b81e23e544e",
- "from": "tauri-plugin-store-api@https://github.com/tauri-apps/tauri-plugin-store#dev",
+ "from": "tauri-plugin-store-api@github:tauri-apps/tauri-plugin-store#dev",
"requires": {
"@tauri-apps/api": "1.1.0",
"tslib": "2.4.0"
@@ -1882,6 +1897,14 @@
"@vue/shared": "3.2.39"
}
},
+ "vue-router": {
+ "version": "4.1.5",
+ "resolved": "https://registry.npmjs.org/vue-router/-/vue-router-4.1.5.tgz",
+ "integrity": "sha512-IsvoF5D2GQ/EGTs/Th4NQms9gd2NSqV+yylxIyp/OYp8xOwxmU8Kj/74E9DTSYAyH5LX7idVUngN3JSj1X4xcQ==",
+ "requires": {
+ "@vue/devtools-api": "^6.1.4"
+ }
+ },
"vue-tsc": {
"version": "0.40.13",
"resolved": "https://registry.npmjs.org/vue-tsc/-/vue-tsc-0.40.13.tgz",