diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/package.json b/package.json index 5c50a05..253769d 100644 --- a/package.json +++ b/package.json @@ -24,10 +24,15 @@ "express": "^5.0.0-alpha.8", "highlight.js": "^10.4.1", "js-yaml": "^4.1.0", - "nodegit": "^0.27.0" + "nodegit": "^0.27.0", + "vue": "^3.0.11", + "vue-router": "^4.0.8" }, "devDependencies": { "@parcel/transformer-sass": "^2.0.0-beta.2", + "@parcel/transformer-vue": "^2.0.0-beta.2", + "eslint": "^7.27.0", + "eslint-plugin-vue": "^7.9.0", "parcel": "^2.0.0-beta.2" } } |