mirror of
https://github.com/foomo/ui.git
synced 2026-09-23 16:20:17 +00:00
127 lines
3.4 KiB
JSON
127 lines
3.4 KiB
JSON
{
|
|
"name": "@foomo/ui",
|
|
"version": "1.1.1-alpha.0",
|
|
"type": "module",
|
|
"files": [
|
|
"dist",
|
|
"README.md",
|
|
"CHANGELOG.md"
|
|
],
|
|
"sideEffects": [
|
|
"*.css",
|
|
"dist/**/*.css",
|
|
"**/styles.js",
|
|
"**/styles.cjs",
|
|
"**/styles.ts"
|
|
],
|
|
"exports": {
|
|
"./components/*": {
|
|
"types": "./dist/components/*.d.ts",
|
|
"import": "./dist/components/*.js",
|
|
"require": "./dist/components/*.cjs"
|
|
},
|
|
"./hooks/*": {
|
|
"types": "./dist/hooks/*.d.ts",
|
|
"import": "./dist/hooks/*.js",
|
|
"require": "./dist/hooks/*.cjs"
|
|
},
|
|
"./lib/*": {
|
|
"types": "./dist/lib/*.d.ts",
|
|
"import": "./dist/lib/*.js",
|
|
"require": "./dist/lib/*.cjs"
|
|
},
|
|
"./extra/*": {
|
|
"types": "./dist/extra/*.d.ts",
|
|
"import": "./dist/extra/*.js",
|
|
"require": "./dist/extra/*.cjs"
|
|
},
|
|
"./icons": {
|
|
"types": "./dist/icons.d.ts",
|
|
"import": "./dist/icons.js",
|
|
"require": "./dist/icons.cjs"
|
|
},
|
|
"./ui.css": "./dist/ui.css",
|
|
"./themes/*.css": "./dist/themes/*.css",
|
|
"./themes/neutral.css": "./dist/themes/neutral.css"
|
|
},
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "rm -rf ./dist && tsc -p tsconfig.build.json && node scripts/rewrite-dts-aliases.mjs && vite build",
|
|
"lint": "biome lint --write ./src",
|
|
"format": "biome format --write ./src && biome check --fix --unsafe ./src",
|
|
"preview": "vite preview",
|
|
"storybook": "storybook dev -p 6006",
|
|
"build-storybook": "storybook build",
|
|
"regenerate-components": "rm -rf ./src/components && bunx shadcn@latest add --all --overwrite --yes && bun run format",
|
|
"prepublishOnly": "bun run build"
|
|
},
|
|
"dependencies": {
|
|
"@base-ui/react": "1.8.0",
|
|
"@hookform/resolvers": "5.2.2",
|
|
"@phosphor-icons/react": "2.1.10",
|
|
"@tanstack/react-table": "9.2.4",
|
|
"class-variance-authority": "0.7.1",
|
|
"clsx": "2.1.1",
|
|
"cmdk": "1.1.1",
|
|
"cn": "0.2.5",
|
|
"date-fns": "4.1.0",
|
|
"embla-carousel-react": "8.6.0",
|
|
"input-otp": "1.4.2",
|
|
"next-themes": "0.4.6",
|
|
"react-day-picker": "10.0.1",
|
|
"react-hook-form": "7.66.0",
|
|
"react-resizable-panels": "4.12.3",
|
|
"recharts": "3.8.0",
|
|
"shadcn": "^4.21.0",
|
|
"sonner": "2.0.7",
|
|
"vaul": "1.1.2",
|
|
"zod": "4.1.12"
|
|
},
|
|
"peerDependencies": {
|
|
"tailwind-merge": "3",
|
|
"tailwindcss": "4.0.0",
|
|
"react": "19.2.0",
|
|
"react-dom": "19.2.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"registry": "https://registry.npmjs.org/"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "2.1.2",
|
|
"@chromatic-com/storybook": "5.3.1",
|
|
"@eslint/js": "9.30.1",
|
|
"@storybook/addon-a11y": "10.6.0",
|
|
"@storybook/addon-docs": "10.6.0",
|
|
"@storybook/addon-onboarding": "10.6.0",
|
|
"@storybook/addon-vitest": "10.6.0",
|
|
"@storybook/builder-vite": "10.6.0",
|
|
"@storybook/react-vite": "10.6.0",
|
|
"@tailwindcss/typography": "0.5.16",
|
|
"@tailwindcss/vite": "4.1.11",
|
|
"@types/bun": "latest",
|
|
"@types/glob": "9.0.0",
|
|
"@types/node": "24.1.0",
|
|
"@types/react": "19.1.8",
|
|
"@types/react-dom": "19.1.6",
|
|
"@vitejs/plugin-react": "4.6.0",
|
|
"@vitest/browser": "3.2.4",
|
|
"@vitest/coverage-v8": "3.2.4",
|
|
"eslint": "9.30.1",
|
|
"eslint-plugin-react-hooks": "5.2.0",
|
|
"eslint-plugin-react-refresh": "0.4.20",
|
|
"eslint-plugin-storybook": "10.6.0",
|
|
"glob": "11.0.3",
|
|
"globals": "16.3.0",
|
|
"playwright": "1.54.1",
|
|
"storybook": "10.6.0",
|
|
"tailwindcss": "4.1.11",
|
|
"tw-animate-css": "1.3.6",
|
|
"@fontsource-variable/roboto": "5.3.0",
|
|
"typescript": "7.0.2",
|
|
"typescript-eslint": "8.35.1",
|
|
"vite": "7.0.4",
|
|
"vite-plugin-static-copy": "3.1.4",
|
|
"vitest": "5.0.1"
|
|
}
|
|
} |