@easykit/design
Version:
Easy kit design components
113 lines (112 loc) • 3.23 kB
JSON
{
"name": "@easykit/design",
"version": "0.0.135",
"keywords": [
"easykit",
"design",
"tailwindcss",
"react"
],
"description": "Easy kit design components",
"author": "Grant <284885069@qq.com>",
"homepage": "https://github.com/zkit-org",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/zkit-org/packages.git"
},
"scripts": {
"dev": "next dev -p 4000 --turbopack",
"build": "tsc && vite build",
"build:next": "next build",
"start": "next start",
"lint:next": "next lint",
"lint": "biome lint --config-path=biome.json"
},
"type": "module",
"dependencies": {
"@arco-iconbox/react-atom-ui": "0.0.4",
"@emotion/react": "11.11.4",
"@hookform/resolvers": "3.7.0",
"@radix-ui/react-alert-dialog": "1.1.2",
"@radix-ui/react-avatar": "1.1.1",
"@radix-ui/react-checkbox": "1.1.2",
"@radix-ui/react-dialog": "1.1.2",
"@radix-ui/react-dismissable-layer": "1.1.1",
"@radix-ui/react-dropdown-menu": "2.1.2",
"@radix-ui/react-focus-scope": "1.1.0",
"@radix-ui/react-hover-card": "1.1.2",
"@radix-ui/react-icons": "1.3.2",
"@radix-ui/react-label": "2.1.0",
"@radix-ui/react-navigation-menu": "^1.2.5",
"@radix-ui/react-popover": "1.1.2",
"@radix-ui/react-progress": "1.1.0",
"@radix-ui/react-radio-group": "1.2.1",
"@radix-ui/react-scroll-area": "1.2.1",
"@radix-ui/react-select": "2.1.2",
"@radix-ui/react-separator": "1.1.0",
"@radix-ui/react-slot": "1.1.0",
"@radix-ui/react-switch": "1.1.1",
"@radix-ui/react-tabs": "1.1.1",
"@radix-ui/react-toast": "1.2.2",
"@radix-ui/react-tooltip": "1.1.4",
"@tanstack/react-table": "8.20.5",
"class-variance-authority": "0.7.0",
"clsx": "2.1.1",
"cmdk": "1.0.0",
"date-fns": "3.6.0",
"escape-html": "1.0.3",
"github-markdown-css": "5.6.1",
"input-otp": "^1.4.2",
"is-hotkey": "0.2.0",
"lodash": "4.17.21",
"lucide-react": "0.400.0",
"next-themes": "0.4.4",
"rc-tree": "5.12.4",
"react-day-picker": "8.10.1",
"react-dropzone": "14.2.3",
"react-hook-form": "7.52.1",
"react-resizable-panels": "2.0.20",
"rollup-plugin-copy": "^3.5.0",
"slate": "0.103.0",
"slate-history": "0.100.0",
"slate-react": "0.106.0",
"sonner": "^2.0.3",
"uuid": "10.0.0",
"zod": "3.23.8"
},
"devDependencies": {
"@tailwindcss/vite": "^4.1.4",
"@types/uuid": "10.0.0"
},
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"./locales/zh-cn": {
"types": "./dist/assets/locales/zh-cn.d.ts",
"default": "./dist/locales/zh-cn.js"
},
"./locales/zh-tw": {
"types": "./dist/assets/locales/zh-tw.d.ts",
"default": "./dist/locales/zh-tw.js"
},
"./locales/en-us": {
"types": "./dist/assets/locales/en-us.d.ts",
"default": "./dist/locales/en-us.js"
},
"./style.css": "./dist/style.css",
"./theme.css": "./dist/theme.css"
},
"publishConfig": {
"access": "public"
},
"files": [
"/dist",
"package.json",
"README.md"
]
}