44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
{
|
|
"name": "homemanager-fe",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vue-tsc && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@headlessui/vue": "^1.7.7",
|
|
"@heroicons/vue": "^2.0.13",
|
|
"@vuepic/vue-datepicker": "^3.6.5",
|
|
"@vueuse/core": "^9.10.0",
|
|
"jwt-decode": "^3.1.2",
|
|
"lodash.get": "^4.4.2",
|
|
"lodash.omit": "^4.5.0",
|
|
"lodash.pick": "^4.4.0",
|
|
"lodash.set": "^4.3.2",
|
|
"pinia": "^2.0.28",
|
|
"sass": "^1.57.1",
|
|
"vue": "^3.2.45",
|
|
"vue-router": "^4.1.6"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/forms": "^0.5.3",
|
|
"@tailwindcss/line-clamp": "^0.4.2",
|
|
"@types/lodash.get": "^4.4.7",
|
|
"@types/lodash.omit": "^4.5.7",
|
|
"@types/lodash.pick": "^4.4.7",
|
|
"@types/lodash.set": "^4.3.7",
|
|
"@vitejs/plugin-vue": "^4.0.0",
|
|
"autoprefixer": "^10.4.13",
|
|
"postcss": "^8.4.21",
|
|
"prettier": "^2.8.3",
|
|
"prettier-plugin-tailwindcss": "^0.2.1",
|
|
"tailwindcss": "^3.2.4",
|
|
"typescript": "^4.9.3",
|
|
"vite": "^4.0.0",
|
|
"vue-tsc": "^1.0.11"
|
|
}
|
|
}
|