Skip to content

Commit

Permalink
chore: fix docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
userquin committed Nov 12, 2024
1 parent 445a6a0 commit 5feb7a1
Show file tree
Hide file tree
Showing 2 changed files with 1,182 additions and 720 deletions.
9 changes: 4 additions & 5 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "vite-plugin-pwa-docs",
"version": "0.0.0",
"private": "true",
"type": "module",
"scripts": {
"dev": "vitepress dev",
"build": "vitepress build && esno scripts/build.ts",
Expand All @@ -10,8 +11,7 @@
},
"dependencies": {
"@vueuse/core": "^9.2.0",
"@vueuse/shared": "^9.2.0",
"vue": "^3.2.38"
"@vueuse/shared": "^9.2.0"
},
"devDependencies": {
"@types/fs-extra": "^9.0.13",
Expand All @@ -25,9 +25,8 @@
"typescript": "^4.8.2",
"unocss": "^0.45.18",
"unplugin-vue-components": "^0.22.4",
"vite": "^3.1.0",
"vite-plugin-pwa": "workspace:*",
"vitepress": "1.0.0-alpha.13",
"workbox-window": "^6.5.4"
"vitepress": "1.0.1",
"workbox-window": "^7.3.0"
}
}
Loading

0 comments on commit 5feb7a1

Please sign in to comment.