aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/site/package.json
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2024-03-02 03:09:10 +0800
committerGitHub <noreply@github.com>2024-03-02 03:09:10 +0800
commitac0dbc5b1c9b48079e3a450794030b3e0bc6096a (patch)
tree13524a98173b4f7b0b19821e9d8f216134f9e061 /site/package.json
parent679ca51b78cda9044dc8d8eb3fa246fd76cb227e (diff)
downloadHydroRoll-ac0dbc5b1c9b48079e3a450794030b3e0bc6096a.tar.gz
HydroRoll-ac0dbc5b1c9b48079e3a450794030b3e0bc6096a.zip
refactor(site): rewrite with vuejs (#93)
* chore: update package version * Refactor site (#87) * 补全changelog文件 * 补全changelog文件 * 补全changelog文件 * 完成基本的markdown渲染 * 提交新的css (#88) * 补全changelog文件 * 补全changelog文件 * 补全changelog文件 * 完成基本的markdown渲染 * 添加新的css * Refactor site (#92) * 补全changelog文件 * 补全changelog文件 * 补全changelog文件 * 完成基本的markdown渲染 * 添加新的css * 修复倒计时居中 * 初步完成右侧窗口切换 * 优化进度条 * 导入element-plus * 导入element-plus * 导入element-plus * 加入选中提示和禁用提示 * 修改背景颜色 --------- Co-authored-by: 白咕咕 <67865300+baimianxiao@users.noreply.github.com>
Diffstat (limited to 'site/package.json')
-rw-r--r--site/package.json6
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",