homemanager-fe/package.json

48 lines
1.2 KiB
JSON
Raw Normal View History

2023-01-16 19:37:39 +00:00
{
"name": "homemanager-fe",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
2023-11-07 20:08:56 +00:00
"@headlessui/vue": "^1.7.16",
2023-05-22 18:01:41 +00:00
"@heroicons/vue": "^2.0.18",
2023-11-07 20:08:56 +00:00
"@vuepic/vue-datepicker": "^7.2.2",
"@vueuse/core": "^10.5.0",
2023-05-22 18:01:41 +00:00
"date-fns": "^2.30.0",
2023-11-07 20:08:56 +00:00
"jwt-decode": "^4.0.0",
"lodash": "^4.17.21",
2023-01-26 18:21:41 +00:00
"lodash.get": "^4.4.2",
2023-01-25 17:01:58 +00:00
"lodash.omit": "^4.5.0",
"lodash.pick": "^4.4.0",
2023-01-26 18:21:41 +00:00
"lodash.set": "^4.3.2",
2023-11-07 20:08:56 +00:00
"pinia": "^2.1.7",
"sass": "^1.69.5",
"vue": "^3.3.8",
"vue-i18n": "^9.6.5",
2023-05-22 18:01:41 +00:00
"vue-material-design-icons": "^5.2.0",
2023-11-07 20:08:56 +00:00
"vue-router": "^4.2.5"
2023-01-16 19:37:39 +00:00
},
"devDependencies": {
2023-11-07 20:08:56 +00:00
"@tailwindcss/forms": "^0.5.6",
2023-05-22 18:01:41 +00:00
"@tailwindcss/line-clamp": "^0.4.4",
2023-11-07 20:08:56 +00:00
"@types/lodash.get": "^4.4.9",
"@types/lodash.omit": "^4.5.9",
"@types/lodash.pick": "^4.4.9",
"@types/lodash.set": "^4.3.9",
"@vitejs/plugin-vue": "^4.4.0",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.6",
"tailwindcss": "^3.3.5",
"typescript": "^5.2.2",
"vite": "^4.5.0",
"vue-tsc": "^1.8.22"
2023-01-16 19:37:39 +00:00
}
}