clean up ui package dev dependencies

This commit is contained in:
Gregor Vostrak
2024-08-21 17:05:46 +02:00
parent 571054b816
commit 05ece9b0ee
2 changed files with 82 additions and 90 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@solidtime/ui",
"version": "0.0.1",
"version": "0.0.2",
"description": "Package containing the solidtime ui components",
"main": "./dist/solidtime-ui-lib.umd.cjs",
"module": "./dist/solidtime-ui-lib.js",
@@ -40,21 +40,21 @@
"@vitejs/plugin-vue": "^5.1.2",
"@vue/tsconfig": "^0.5.1",
"autoprefixer": "^10.4.20",
"postcss-import": "^15.1.0"
"postcss-import": "^15.1.0",
"@types/node": "^22.4.1",
"vite": "^5.4.1",
"postcss": "^8.4.14",
"postcss-nesting": "^12.1.0",
"typescript": "^5.5.4"
},
"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",
"@zodios/core": "^10.9.6"