98 lines
2.7 KiB
JSON
98 lines
2.7 KiB
JSON
{
|
|
"name": "@acme/ui",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"scripts": {
|
|
"clean": "git clean -xdf .turbo node_modules",
|
|
"format": "prettier --check \"**/*.{ts,tsx}\"",
|
|
"lint": "eslint .",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@radix-ui/react-avatar": "^1.0.4",
|
|
"@radix-ui/react-checkbox": "^1.0.4",
|
|
"@radix-ui/react-dialog": "^1.0.5",
|
|
"@radix-ui/react-dropdown-menu": "^2.0.6",
|
|
"@radix-ui/react-label": "^2.0.2",
|
|
"@radix-ui/react-popover": "^1.0.7",
|
|
"@radix-ui/react-scroll-area": "^1.0.5",
|
|
"@radix-ui/react-select": "^2.0.0",
|
|
"@radix-ui/react-slot": "^1.0.2",
|
|
"@radix-ui/react-tabs": "^1.0.4",
|
|
"@radix-ui/react-toast": "^1.1.5",
|
|
"class-variance-authority": "^0.7.0",
|
|
"clsx": "^2.1.0",
|
|
"cmdk": "^0.2.0",
|
|
"lucide-react": "0.307.0",
|
|
"tailwind-merge": "^2.2.0",
|
|
"zod": "^3.22.4"
|
|
},
|
|
"peerDependencies": {
|
|
"@tanstack/react-table": "^8.10.7",
|
|
"react": "^18.2.0",
|
|
"react-day-picker": "^8.10.0",
|
|
"react-dom": "^18.2.0",
|
|
"react-hook-form": "^7.45.4",
|
|
"tailwindcss": "3.4.1",
|
|
"tailwindcss-animate": "^1.0.7"
|
|
},
|
|
"devDependencies": {
|
|
"@acme/eslint-config": "0.2.0",
|
|
"@acme/prettier-config": "0.1.0",
|
|
"@acme/tailwind-config": "0.1.0",
|
|
"@acme/tsconfig": "0.1.0",
|
|
"@tanstack/react-table": "^8.11.3",
|
|
"@types/react": "^18.2.48",
|
|
"@types/react-dom": "^18.2.18",
|
|
"date-fns": "^3.2.0",
|
|
"eslint": "^8.56.0",
|
|
"prettier": "^3.2.4",
|
|
"react": "18.2.0",
|
|
"react-day-picker": "^8.10.0",
|
|
"react-dom": "18.2.0",
|
|
"react-hook-form": "^7.49.2",
|
|
"tailwindcss": "3.4.1",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"typescript": "^5.3.3"
|
|
},
|
|
"eslintConfig": {
|
|
"root": true,
|
|
"extends": [
|
|
"@acme/eslint-config/base",
|
|
"@acme/eslint-config/react"
|
|
]
|
|
},
|
|
"prettier": "@acme/prettier-config",
|
|
"exports": {
|
|
".": "./src/index.ts",
|
|
"./avatar": "./src/avatar.tsx",
|
|
"./button": "./src/button.tsx",
|
|
"./calendar": "./src/calendar.tsx",
|
|
"./card": "./src/card.tsx",
|
|
"./checkbox": "./src/checkbox.tsx",
|
|
"./command": "./src/command.tsx",
|
|
"./data-table": "./src/data-table.tsx",
|
|
"./dialog": "./src/dialog.tsx",
|
|
"./dropdown-menu": "./src/dropdown-menu.tsx",
|
|
"./form": "./src/form.tsx",
|
|
"./icons": "./src/icons.tsx",
|
|
"./input": "./src/input.tsx",
|
|
"./label": "./src/label.tsx",
|
|
"./popover": "./src/popover.tsx",
|
|
"./scroll-area": "./src/scroll-area.tsx",
|
|
"./select": "./src/select.tsx",
|
|
"./sheet": "./src/sheet.tsx",
|
|
"./table": "./src/table.tsx",
|
|
"./tabs": "./src/tabs.tsx",
|
|
"./toaster": "./src/toaster.tsx",
|
|
"./use-toast": "./src/use-toast.tsx"
|
|
},
|
|
"typesVersions": {
|
|
"*": {
|
|
"*": [
|
|
"src/*"
|
|
]
|
|
}
|
|
}
|
|
}
|