diff options
Diffstat (limited to 'site/package.json')
| -rw-r--r-- | site/package.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/site/package.json b/site/package.json index a328fed..49917d0 100644 --- a/site/package.json +++ b/site/package.json @@ -1,6 +1,6 @@ { "name": "hydroroll-home", - "version": "0.0.0", + "version": "1.0.0", "private": true, "scripts": { "dev": "vite", @@ -9,8 +9,12 @@ "lint": "eslint . --fix --ignore-path .gitignore" }, "dependencies": { + "@kangc/v-md-editor": "^2.3.18", "@mdi/font": "7.0.96", + "axios": "^1.6.2", "core-js": "^3.29.0", + "element-plus": "^2.5.6", + "md-editor-v3": "^4.9.0", "pinia": "^2.0.0", "roboto-fontface": "*", "vue": "^3.2.0", |
