aboutsummaryrefslogtreecommitdiff
path: root/packages/ui
diff options
context:
space:
mode:
authorPauline <git@ethanlibs.co>2024-01-10 19:58:58 -0500
committerPauline <git@ethanlibs.co>2024-01-10 19:58:58 -0500
commit8be3434d32d7ed9046000377f7f9e59ef2a971b3 (patch)
treea17c19137054e4768e57799cd3932dd92e66a69b /packages/ui
parent75676183d008a07070db8fdd52af3fdf0bbfb8a7 (diff)
downloadNexus-8be3434d32d7ed9046000377f7f9e59ef2a971b3.tar.gz
Nexus-8be3434d32d7ed9046000377f7f9e59ef2a971b3.tar.bz2
Nexus-8be3434d32d7ed9046000377f7f9e59ef2a971b3.zip
super unfinished stuff but i was getting yelled at by wybest
Diffstat (limited to 'packages/ui')
-rw-r--r--packages/ui/package.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/packages/ui/package.json b/packages/ui/package.json
index 4a39102..3d63e4d 100644
--- a/packages/ui/package.json
+++ b/packages/ui/package.json
@@ -17,6 +17,10 @@
"typecheck": "tsc -b",
"test": "vitest"
},
+ "peerDependencies": {
+ "tailwindcss": ">=3",
+ "typescript": ">=5"
+ },
"dependencies": {
"@headlessui/react": "^1.7.18",
"@headlessui/tailwindcss": "^0.2.0",
@@ -39,7 +43,7 @@
"@polyfrost/config": "workspace:*",
"@storybook/types": "^7.6.7",
"@tailwindcss/typography": "^0.5.10",
- "@types/node": "~20.10.7",
+ "@types/node": "~20.10.8",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"autoprefixer": "^10.4.16",