mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-14 11:12:16 +01:00
clean up ui package dev dependencies
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user