22 lines
438 B
JSON
22 lines
438 B
JSON
{
|
|
"name": "@allai/ui",
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"main": "index.ts",
|
|
"exports": {
|
|
".": "./index.ts",
|
|
"./theme": "./theme.ts",
|
|
"./components": "./components/index.ts",
|
|
"./hooks": "./hooks/index.ts",
|
|
"./icons": "./icons/index.ts"
|
|
},
|
|
"peerDependencies": {
|
|
"react": ">=18",
|
|
"react-dom": ">=18"
|
|
},
|
|
"dependencies": {
|
|
"class-variance-authority": "^0.7.0",
|
|
"clsx": "^2.1.1"
|
|
}
|
|
}
|