aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2021-05-23 21:53:08 +0200
committerHampusM <hampus@hampusmat.com>2021-05-23 21:53:08 +0200
commitb183160763955596dbdf179524b75fc10ab2a03c (patch)
tree870a0c6fb1a61af8fc08a4c0be435f98ccfa1ed8 /package.json
parent7e828a5eb04afe476e596cf88000e53c2f93f45e (diff)
Frontend used Vue.js & Added ESLint
Diffstat (limited to 'package.json')
-rw-r--r--package.json7
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"
}
}