diff options
author | HampusM <hampus@hampusmat.com> | 2021-05-23 21:53:08 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2021-05-23 21:53:08 +0200 |
commit | b183160763955596dbdf179524b75fc10ab2a03c (patch) | |
tree | 870a0c6fb1a61af8fc08a4c0be435f98ccfa1ed8 /package.json | |
parent | 7e828a5eb04afe476e596cf88000e53c2f93f45e (diff) |
Frontend used Vue.js & Added ESLint
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" } } |