{ "name": "@sd/ui", "version": "0.0.0", "license": "MIT", "main": "src/index.ts", "exports": { ".": "./src/index.ts", "./postcss": "./style/postcss.config.js", "./tailwind": "./style/tailwind.js", "./style": "./style/index.js", "./style/style.scss": "./style/style.scss", "./package.json": "./package.json" }, "scripts": { "build": "tsc" }, "dependencies": { "@headlessui/react": "^1.5.0", "@heroicons/react": "^1.0.6", "clsx": "^1.1.1", "postcss": "^8.4.12", "react": "^18.0.0", "tailwind": "^4.0.0" }, "devDependencies": { "@sd/config": "workspace:*", "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "sass": "^1.50.0", "typescript": "^4.6.3" } }