fixed package.json: deleted from drupal root, added vue-router to theme package.json

This commit is contained in:
2024-08-13 15:39:40 +02:00
parent bdf8011dd2
commit c2d8eb99cf
4 changed files with 19 additions and 341 deletions

View File

@@ -10,7 +10,8 @@
"dependencies": {
"axios": "^1.7.2",
"pinia": "^2.1.7",
"vue": "^3.4.29"
"vue": "^3.4.29",
"vue-router": "^4.4.3"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.5",
@@ -1400,6 +1401,21 @@
"optional": true
}
}
},
"node_modules/vue-router": {
"version": "4.4.3",
"resolved": "https://registry.npmjs.org/vue-router/-/vue-router-4.4.3.tgz",
"integrity": "sha512-sv6wmNKx2j3aqJQDMxLFzs/u/mjA9Z5LCgy6BE0f7yFWMjrPLnS/sPNn8ARY/FXw6byV18EFutn5lTO6+UsV5A==",
"license": "MIT",
"dependencies": {
"@vue/devtools-api": "^6.6.3"
},
"funding": {
"url": "https://github.com/sponsors/posva"
},
"peerDependencies": {
"vue": "^3.2.0"
}
}
}
}

View File

@@ -11,7 +11,8 @@
"dependencies": {
"axios": "^1.7.2",
"pinia": "^2.1.7",
"vue": "^3.4.29"
"vue": "^3.4.29",
"vue-router": "^4.4.3"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.5",