Skip to content

Commit

Permalink
fix(dx): properly declare dependencies for builds
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Jun 21, 2022
1 parent b7bfede commit de091d2
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .stacks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,17 @@
"dev": "unbuild --stub",
"stub": "unbuild --stub"
},
"devDependencies": {
"dependencies": {
"@unocss/preset-icons": "^0.39.3",
"@unocss/transformer-compile-class": "^0.39.3",
"@vitejs/plugin-vue": "^2.3.3",
"unbuild": "^0.7.4",
"unocss": "^0.39.3",
"unplugin-auto-import": "^0.8.8",
"unplugin-vue-components": "^0.19.6",
"vite": "^2.9.12",
"vite-plugin-inspect": "^0.5.0"
},
"devDependencies": {
"unbuild": "^0.7.4",
"vite": "^2.9.12"
}
}

0 comments on commit de091d2

Please sign in to comment.