Relicense from unspecified to MIT and add the LICENSE file. A dependency audit confirmed no copyleft (GPL/LGPL/AGPL) deps and no vendored copyleft source, so the relicense is valid. Patch version bumped for the registry. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
101 lines
3.2 KiB
JSON
101 lines
3.2 KiB
JSON
{
|
|
"name": "@unom/ui",
|
|
"type": "module",
|
|
"version": "0.8.17",
|
|
"license": "MIT",
|
|
"description": "ui elements for unom",
|
|
"private": false,
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"build": "tsdown",
|
|
"dev": "tsdown --watch",
|
|
"storybook": "storybook dev -p 6011",
|
|
"build-storybook": "storybook build"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "^2.4.16",
|
|
"@bosh-code/tsdown-plugin-inject-css": "^2.0.0",
|
|
"@bosh-code/tsdown-plugin-tailwindcss": "^1.0.1",
|
|
"@rollup/plugin-url": "^8.0.2",
|
|
"@storybook/react-vite": "^10.4.2",
|
|
"@tailwindcss/vite": "^4.3.0",
|
|
"@types/bun": "latest",
|
|
"@types/howler": "^2.2.13",
|
|
"@types/react": "^19.2.16",
|
|
"@vitejs/plugin-react": "^6.0.2",
|
|
"react": "^19.2.7",
|
|
"react-dom": "^19.2.7",
|
|
"storybook": "^10.4.2",
|
|
"tailwindcss": "^4.3.0",
|
|
"tsdown": "^0.22.1",
|
|
"tw-animate-css": "^1.4.0",
|
|
"vite": "^8.0.16"
|
|
},
|
|
"peerDependencies": {
|
|
"@payloadcms/richtext-lexical": "^3.85.0",
|
|
"@tanstack/react-virtual": "^3.14.2",
|
|
"@unom/style": "^0.4.4",
|
|
"class-variance-authority": "^0.7.1",
|
|
"embla-carousel-react": "^8.6.0",
|
|
"lucide-react": "^1.17.0",
|
|
"motion": "^12.40.0",
|
|
"radix-ui": "^1.4.3",
|
|
"react": "^19.2.7",
|
|
"react-dom": "^19.2.7",
|
|
"typescript": "^6.0.3",
|
|
"zod": "^4.4.3"
|
|
},
|
|
"exports": {
|
|
"./accordion": "./dist/accordion.js",
|
|
"./animate-number": "./dist/animate-number.js",
|
|
"./animation": "./dist/animation/index.js",
|
|
"./button": "./dist/button.js",
|
|
"./card": "./dist/card.js",
|
|
"./card-context": "./dist/card-context.js",
|
|
"./dialog": "./dist/dialog.js",
|
|
"./elastic-slider": "./dist/elastic-slider.js",
|
|
"./form/checkbox": "./dist/form/checkbox.js",
|
|
"./form/field-container": "./dist/form/field-container.js",
|
|
"./form/form": "./dist/form/form.js",
|
|
"./form/input-number": "./dist/form/input-number.js",
|
|
"./form/input-text": "./dist/form/input-text.js",
|
|
"./form/label": "./dist/form/label.js",
|
|
"./form/select": "./dist/form/select.js",
|
|
"./form/textarea": "./dist/form/textarea.js",
|
|
"./hooks/useControllableState": "./dist/hooks/useControllableState.js",
|
|
"./lib/utils": "./dist/lib/utils.js",
|
|
"./preload-reload": "./dist/preload-reload.js",
|
|
"./sound": "./dist/sound/index.js",
|
|
"./richtext": "./dist/richtext/index.js",
|
|
"./richtext/converters": "./dist/richtext/converters/index.js",
|
|
"./richtext/converters/headings": "./dist/richtext/converters/headings.js",
|
|
"./richtext/converters/internal-link": "./dist/richtext/converters/internal-link.js",
|
|
"./section": "./dist/section/index.js",
|
|
"./section/heading": "./dist/section/heading/index.js",
|
|
"./section/section.types": "./dist/section/section.types.js",
|
|
"./styles/animations": "./dist/styles/animations.js",
|
|
"./styles/material.css": "./dist/material.css",
|
|
"./material": "./dist/material/index.js",
|
|
"./tabs": "./dist/tabs.js",
|
|
"./text": "./dist/text.js",
|
|
"./toast": "./dist/toast.js",
|
|
"./toggle-group": "./dist/toggle-group.js",
|
|
"./virtualized-grid": "./dist/virtualized-grid.js",
|
|
"./package.json": "./package.json"
|
|
},
|
|
"dependencies": {
|
|
"@tanstack/react-router": "^1.170.11",
|
|
"@tsdown/css": "^0.22.1",
|
|
"clsx": "^2.1.1",
|
|
"howler": "^2.2.4",
|
|
"sonner": "^2.0.7",
|
|
"tailwind-merge": "^3.6.0"
|
|
},
|
|
"inlinedDependencies": {
|
|
"framer-motion": "12.38.0",
|
|
"motion-dom": "12.38.0",
|
|
"motion-utils": "12.36.0"
|
|
}
|
|
} |