Skip to content

Commit

Permalink
feat: add bottom menu navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
YunYouJun committed Jun 18, 2023
1 parent 17d12ff commit 99de491
Show file tree
Hide file tree
Showing 15 changed files with 409 additions and 314 deletions.
15 changes: 8 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
"email": "[email protected]",
"name": "YunYouJun"
},
"homepage": "https://resume.elpsy.cn",
"repository": {
"url": "https://github.com/YunYouJun/web-resume",
"type": "git"
},
"homepage": "https://resume.elpsy.cn",
"scripts": {
"dev": "vite --host",
"lint": "eslint .",
Expand All @@ -29,13 +29,13 @@
"test:unit": "vitest"
},
"dependencies": {
"@vueuse/core": "^10.1.2",
"@vueuse/core": "^10.2.0",
"@vueuse/head": "^1.1.26",
"js-yaml": "^4.1.0",
"monaco-editor": "^0.39.0",
"monaco-yaml": "4.0.4",
"nprogress": "^0.2.0",
"pinia": "^2.1.3",
"pinia": "^2.1.4",
"prism-theme-vars": "^0.2.4",
"sass": "^1.63.4",
"vue": "^3.3.4",
Expand All @@ -57,11 +57,12 @@
"@types/node": "^20.3.1",
"@types/nprogress": "^0.2.0",
"@vitejs/plugin-vue": "^4.2.3",
"@yunlefun/vue-components": "0.0.5-beta.4",
"@yunyoujun/logger": "^0.3.5",
"ajv": "^8.12.0",
"critters": "^0.0.18",
"critters": "^0.0.19",
"cross-env": "^7.0.3",
"eslint": "^8.42.0",
"eslint": "^8.43.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.2",
"markdown-it-link-attributes": "^4.0.1",
Expand All @@ -79,8 +80,8 @@
"vite-plugin-vue-layouts": "^0.8.0",
"vite-plugin-vue-markdown": "^0.23.5",
"vite-ssg": "0.22.2",
"vitest": "^0.32.0",
"vue-tsc": "^1.6.5"
"vitest": "^0.32.2",
"vue-tsc": "^1.8.0"
},
"lint-staged": {
"*.{vue,ts,js,yml}": "eslint --fix",
Expand Down
Loading

0 comments on commit 99de491

Please sign in to comment.