@youwen/ai-design-system
Version:
Enterprise AI-driven design system with comprehensive design tokens
127 lines (126 loc) • 3.61 kB
JSON
{
"name": "@youwen/ai-design-system",
"version": "1.0.4",
"description": "Enterprise AI-driven design system with comprehensive design tokens",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.js"
},
"./charts": {
"types": "./dist/charts.d.ts",
"import": "./dist/charts.mjs",
"require": "./dist/charts.js"
},
"./layouts": {
"types": "./dist/layouts.d.ts",
"import": "./dist/layouts.mjs",
"require": "./dist/layouts.js"
},
"./ui": {
"types": "./dist/ui.d.ts",
"import": "./dist/ui.mjs",
"require": "./dist/ui.js"
},
"./dist/style.css": "./dist/style.css",
"./styles/*": "./dist/styles/*"
},
"scripts": {
"build": "vite build",
"dev": "vite build --watch",
"type-check": "tsc --noEmit",
"clean": "rm -rf dist",
"storybook": "storybook dev -p 6006 --host 0.0.0.0",
"build-storybook": "storybook build",
"test-storybook": "test-storybook",
"chromatic": "npx chromatic --project-token=<project-token>",
"test": "vitest",
"test:coverage": "vitest --coverage"
},
"dependencies": {
"@radix-ui/react-dialog": "^1.1.14",
"@radix-ui/react-dropdown-menu": "^2.1.15",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-primitive": "^2.1.3",
"@radix-ui/react-select": "^2.2.5",
"@radix-ui/react-separator": "^1.1.7",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tabs": "^1.1.12",
"@radix-ui/react-tooltip": "^1.2.7",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"tailwind-merge": "^1.14.0",
"zod": "^3.25.67"
},
"devDependencies": {
"@storybook/addon-a11y": "^8.6.14",
"@storybook/addon-actions": "^8.6.14",
"@storybook/addon-controls": "^8.6.14",
"@storybook/addon-docs": "^8.6.14",
"@storybook/addon-essentials": "^8.6.14",
"@storybook/addon-interactions": "^8.6.14",
"@storybook/addon-links": "^8.6.14",
"@storybook/addon-onboarding": "^8.6.14",
"@storybook/addon-storysource": "^8.6.14",
"@storybook/addon-viewport": "^8.6.14",
"@storybook/blocks": "^8.6.14",
"@storybook/react": "^8.6.14",
"@storybook/react-vite": "^8.6.14",
"@storybook/test": "^8.6.14",
"@storybook/test-runner": "^0.19.1",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@vitejs/plugin-react": "^4.0.0",
"autoprefixer": "^10.4.0",
"eslint-plugin-storybook": "^0.9.0",
"postcss": "^8.4.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"storybook": "^8.6.14",
"tailwindcss": "^3.3.0",
"tailwindcss-animate": "^1.0.6",
"typescript": "^5.0.0",
"vite": "^4.4.0",
"vite-plugin-dts": "^3.0.0"
},
"peerDependencies": {
"react": ">=18.0.0",
"react-dom": ">=18.0.0"
},
"keywords": [
"design-system",
"design-tokens",
"react",
"typescript",
"ui-components",
"enterprise",
"ai-system",
"ai-driven",
"oklch",
"shadcn"
],
"author": "youwen.wang",
"license": "MIT",
"files": [
"dist",
"README.md",
"CHANGELOG.md"
],
"repository": {
"type": "git",
"url": "https://github.com/youwen-wang/ai-design-system.git"
},
"homepage": "https://github.com/youwen-wang/ai-design-system#readme",
"bugs": {
"url": "https://github.com/youwen-wang/ai-design-system/issues"
},
"eslintConfig": {
"extends": [
"plugin:storybook/recommended"
]
}
}