Skip to content

Commit

Permalink
chore: move deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed May 21, 2023
1 parent 03e4adb commit 0c3aa67
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 28 deletions.
9 changes: 6 additions & 3 deletions package.json
Expand Up @@ -15,17 +15,20 @@
"build": "nuxi build",
"preview": "nuxi preview",
"start": "node .output/server/index.mjs",
"generate": "nuxi generate"
"generate": "nuxi generate",
"postinstall": "nuxi prepare"
},
"devDependencies": {
"dependencies": {
"@element-plus/icons-vue": "^2.1.0",
"element-plus": "^2.3.4"
},
"devDependencies": {
"@element-plus/nuxt": "^1.0.5",
"@nuxtjs/color-mode": "^3.2.0",
"@pinia/nuxt": "^0.4.10",
"@unocss/nuxt": "^0.51.13",
"@vueuse/nuxt": "^10.1.2",
"consola": "^3.1.0",
"element-plus": "^2.3.4",
"nuxt": "^3.5.0",
"sass": "^1.62.1",
"typescript": "^5.0.4",
Expand Down
31 changes: 6 additions & 25 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 comment on commit 0c3aa67

@vercel
Copy link

@vercel vercel bot commented on 0c3aa67 May 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.