Skip to content

Commit

Permalink
fix: move vite from devDependencies to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ruchamahabal committed Feb 2, 2024
1 parent 9116271 commit 116becd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,21 @@
"dependencies": {
"@ionic/vue": "^7.4.3",
"@ionic/vue-router": "^7.4.3",
"@vitejs/plugin-vue": "^4.4.0",
"dayjs": "^1.11.7",
"feather-icons": "^4.28.0",
"frappe-ui": "^0.1.18",
"vue": "^3.2.25",
"vue-router": "^4.0.12"
"vue-router": "^4.0.12",
"vite": "^4.5.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.4.0",
"autoprefixer": "^10.4.2",
"eslint": "^8.39.0",
"eslint-plugin-vue": "^9.11.0",
"postcss": "^8.4.5",
"prettier": "^2.8.8",
"tailwindcss": "^3.0.15",
"vite": "^4.5.0",
"vite-plugin-pwa": "^0.16.6"
}
}

0 comments on commit 116becd

Please sign in to comment.