mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-14 03:02:15 +01:00
move multiselect components, week start and timezon functions to ui package
This commit is contained in:
@@ -36,17 +36,27 @@
|
||||
"type": "module",
|
||||
"author": "solidtime",
|
||||
"license": "AGPL-3.0",
|
||||
"peerDependencies": {
|
||||
"@floating-ui/vue": "^1.1.4",
|
||||
"tailwind-merge": "^2.5.2",
|
||||
"@heroicons/vue": "^2.1.5",
|
||||
"@types/node": "^22.4.1",
|
||||
"devDependencies": {
|
||||
"@vitejs/plugin-vue": "^5.1.2",
|
||||
"@vue/tsconfig": "^0.5.1",
|
||||
"autoprefixer": "^10.4.20",
|
||||
"postcss-import": "^15.1.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@floating-ui/vue": "^1.1.4",
|
||||
"@heroicons/vue": "^2.1.5",
|
||||
"@types/node": "^22.4.1",
|
||||
"@vueuse/core": "^10.11.0",
|
||||
"dayjs": "^1.11.13",
|
||||
"parse-duration": "^1.1.0",
|
||||
"postcss": "^8.4.14",
|
||||
"postcss-nesting": "^12.1.0",
|
||||
"tailwind-merge": "^2.5.2",
|
||||
"tailwindcss": "^3.1.0",
|
||||
"typescript": "^5.5.4",
|
||||
"vite": "^5.4.1",
|
||||
"vue": "^3.4.38",
|
||||
"vue-tsc": "^2.0.29"
|
||||
"vue-tsc": "^2.0.29",
|
||||
"@zodios/core": "^10.9.6"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user