Skip to content

Commit

Permalink
feat: merge dependencies and devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
aekasitt committed Aug 11, 2024
1 parent 5f27a17 commit f1bf940
Show file tree
Hide file tree
Showing 2 changed files with 430 additions and 1,230 deletions.
15 changes: 7 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,17 @@
{
"dependencies": {

"@radix-icons/vue": "^1.0.0",
"@vitejs/plugin-vue": "^5.1.0",
"@vue/reactivity": "^3.4.34",
"@vueuse/core": "^10.11.0",
"lucide-vue-next": "^0.394.0",
"pinia": "^2.1.7",
"radix-vue": "^1.9.3",
"vue": "^3.4.34"
},
"description": "crisp and precise introduction to Krutt collective",
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.0",
"autoprefixer": "^10.4.20",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"lucide-vue-next": "^0.394.0",
"pinia": "^2.1.7",
"prettier": "^3.3.3",
"radix-vue": "^1.9.3",
"tailwind-merge": "^2.4.0",
"tailwindcss": "^3.4.9",
"tailwindcss-animate": "^1.0.7",
Expand All @@ -23,8 +20,10 @@
"vite": "^5.3.5",
"vite-svg-loader": "^5.1.0",
"vite-tsconfig-paths": "^4.2.0",
"vue": "^3.4.34",
"vue-tsc": "^2.0.29"
},
"description": "crisp and precise introduction to Krutt collective",
"engines": {
"pnpm": "^9.2.0"
},
Expand Down
Loading

0 comments on commit f1bf940

Please sign in to comment.