mirror of
https://github.com/foomo/ui.git
synced 2025-10-16 12:45:34 +00:00
72 lines
1.8 KiB
JSON
72 lines
1.8 KiB
JSON
{
|
|
"name": "@foomo/ui",
|
|
"version": "0.0.1",
|
|
"type": "module",
|
|
"files": [
|
|
"dist",
|
|
"README.md"
|
|
],
|
|
"sideEffects": false,
|
|
"exports": {
|
|
"./*": {
|
|
"types": "./dist/*.d.ts",
|
|
"import": "./dist/*.js",
|
|
"require": "./dist/*.cjs"
|
|
},
|
|
"./ui.css": "./dist/ui.css"
|
|
},
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc -p tsconfig.build.json && vite build",
|
|
"lint": "biome lint --write ./src",
|
|
"preview": "vite preview",
|
|
"storybook": "storybook dev -p 6006",
|
|
"build-storybook": "storybook build"
|
|
},
|
|
"dependencies": {
|
|
"@radix-ui/react-slot": "^1.2.3",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"lucide-react": "^0.534.0"
|
|
},
|
|
"peerDependencies": {
|
|
"tailwind-merge": "^3.3.1",
|
|
"tailwindcss": "^4.1.11",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "2.1.2",
|
|
"@chromatic-com/storybook": "^4.0.1",
|
|
"@eslint/js": "^9.30.1",
|
|
"@storybook/addon-a11y": "^9.0.18",
|
|
"@storybook/addon-docs": "^9.0.18",
|
|
"@storybook/addon-onboarding": "^9.0.18",
|
|
"@storybook/addon-vitest": "^9.0.18",
|
|
"@storybook/builder-vite": "^9.0.18",
|
|
"@storybook/react-vite": "^9.0.18",
|
|
"@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": "^9.0.18",
|
|
"glob": "^11.0.3",
|
|
"globals": "^16.3.0",
|
|
"playwright": "^1.54.1",
|
|
"storybook": "^9.0.18",
|
|
"tw-animate-css": "^1.3.6",
|
|
"typescript": "~5.8.3",
|
|
"typescript-eslint": "^8.35.1",
|
|
"vite": "^7.0.4",
|
|
"vitest": "^3.2.4"
|
|
}
|
|
}
|