aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json
index dca6eda..cde68be 100644
--- a/package.json
+++ b/package.json
@@ -13,8 +13,10 @@
"format": "prettier --write src/"
},
"dependencies": {
+ "axios": "^1.7.7",
"pinia": "^2.2.4",
- "vue": "^3.5.12"
+ "vue": "^3.5.12",
+ "vue-axios": "^3.5.2"
},
"devDependencies": {
"@tsconfig/node20": "^20.1.4",