This commit is contained in:
Terry Jia
2025-05-13 21:50:33 -04:00
parent 8d7e32eaf6
commit 6ef473211f
5 changed files with 6649 additions and 10 deletions

View File

@@ -9,6 +9,11 @@
"lint": "eslint src",
"prepare": "husky"
},
"peerDependencies": {
"primevue": "^4.2.5",
"vue": "^3.5.13",
"vue-i18n": "^9.14.3"
},
"devDependencies": {
"@types/lodash": "^4.17.9",
"@types/markdown-it": "^14.1.2",
@@ -38,9 +43,6 @@
"lodash": "^4.17.21",
"markdown-it": "^14.1.0",
"markdown-it-metadata-block": "^1.0.6",
"primevue": "^4.0.7",
"vue": "^3.5.6",
"vue-i18n": "^9.14.0",
"yaml": "^2.6.0"
},
"lint-staged": {