This commit updates the versions of the 'lucide-react' and '@tanstack/react-query' dependencies across various packages. It also removes the step to install Playwright Browsers in the GitHub workflow. Updating these versions ensures that we are using the latest features and bug fixes of these libraries. This change could potentially improve the functionality, compatibility, and security of our application.
137 lines
4.7 KiB
JSON
137 lines
4.7 KiB
JSON
{
|
|
"name": "@kit/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": {
|
|
"@hookform/resolvers": "^3.3.4",
|
|
"@radix-ui/react-accordion": "1.1.2",
|
|
"@radix-ui/react-alert-dialog": "^1.0.5",
|
|
"@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-navigation-menu": "^1.1.4",
|
|
"@radix-ui/react-popover": "^1.0.7",
|
|
"@radix-ui/react-radio-group": "^1.1.3",
|
|
"@radix-ui/react-scroll-area": "^1.0.5",
|
|
"@radix-ui/react-select": "^2.0.0",
|
|
"@radix-ui/react-separator": "^1.0.3",
|
|
"@radix-ui/react-slot": "^1.0.2",
|
|
"@radix-ui/react-tabs": "^1.0.4",
|
|
"@radix-ui/react-toast": "^1.1.5",
|
|
"@radix-ui/react-tooltip": "1.0.7",
|
|
"clsx": "^2.1.0",
|
|
"cmdk": "1.0.0",
|
|
"input-otp": "1.2.3",
|
|
"react-top-loading-bar": "2.3.1",
|
|
"tailwind-merge": "^2.2.2"
|
|
},
|
|
"peerDependencies": {
|
|
"@radix-ui/react-icons": "1.3.0",
|
|
"@tanstack/react-table": "^8.10.7",
|
|
"class-variance-authority": "^0.7.0",
|
|
"date-fns": "^3.2.0",
|
|
"lucide-react": "^0.367.0",
|
|
"next": "^14.1.4",
|
|
"next-themes": "^0.3.0",
|
|
"react-hook-form": "^7.51.2",
|
|
"react-i18next": "^14.1.0",
|
|
"sonner": "^1.4.41",
|
|
"zod": "^3.22.4"
|
|
},
|
|
"devDependencies": {
|
|
"@kit/eslint-config": "workspace:*",
|
|
"@kit/prettier-config": "workspace:*",
|
|
"@kit/tailwind-config": "workspace:*",
|
|
"@kit/tsconfig": "workspace:*",
|
|
"@radix-ui/react-icons": "^1.3.0",
|
|
"@tanstack/react-table": "^8.15.3",
|
|
"@types/react": "^18.2.75",
|
|
"@types/react-dom": "^18.2.22",
|
|
"class-variance-authority": "^0.7.0",
|
|
"date-fns": "^3.6.0",
|
|
"eslint": "^8.57.0",
|
|
"lucide-react": "^0.367.0",
|
|
"next": "14.2.0-canary.65",
|
|
"next-themes": "0.3.0",
|
|
"prettier": "^3.2.5",
|
|
"react-day-picker": "^8.10.0",
|
|
"react-hook-form": "^7.51.2",
|
|
"react-i18next": "^14.1.0",
|
|
"sonner": "^1.4.41",
|
|
"tailwindcss": "3.4.1",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"typescript": "^5.4.3",
|
|
"zod": "^3.22.4"
|
|
},
|
|
"eslintConfig": {
|
|
"root": true,
|
|
"extends": [
|
|
"@kit/eslint-config/base",
|
|
"@kit/eslint-config/react"
|
|
]
|
|
},
|
|
"prettier": "@kit/prettier-config",
|
|
"exports": {
|
|
"./accordion": "./src/shadcn/accordion.tsx",
|
|
"./alert-dialog": "./src/shadcn/alert-dialog.tsx",
|
|
"./avatar": "./src/shadcn/avatar.tsx",
|
|
"./button": "./src/shadcn/button.tsx",
|
|
"./calendar": "./src/shadcn/calendar.tsx",
|
|
"./card": "./src/shadcn/card.tsx",
|
|
"./checkbox": "./src/shadcn/checkbox.tsx",
|
|
"./command": "./src/shadcn/command.tsx",
|
|
"./data-table": "./src/shadcn/data-table.tsx",
|
|
"./dialog": "./src/shadcn/dialog.tsx",
|
|
"./dropdown-menu": "./src/shadcn/dropdown-menu.tsx",
|
|
"./navigation-menu": "./src/shadcn/navigation-menu.tsx",
|
|
"./form": "./src/shadcn/form.tsx",
|
|
"./input": "./src/shadcn/input.tsx",
|
|
"./label": "./src/shadcn/label.tsx",
|
|
"./popover": "./src/shadcn/popover.tsx",
|
|
"./scroll-area": "./src/shadcn/scroll-area.tsx",
|
|
"./select": "./src/shadcn/select.tsx",
|
|
"./sheet": "./src/shadcn/sheet.tsx",
|
|
"./table": "./src/shadcn/table.tsx",
|
|
"./tabs": "./src/shadcn/tabs.tsx",
|
|
"./tooltip": "./src/shadcn/tooltip.tsx",
|
|
"./sonner": "./src/shadcn/sonner.tsx",
|
|
"./heading": "./src/shadcn/heading.tsx",
|
|
"./alert": "./src/shadcn/alert.tsx",
|
|
"./badge": "./src/shadcn/badge.tsx",
|
|
"./radio-group": "./src/shadcn/radio-group.tsx",
|
|
"./separator": "./src/shadcn/separator.tsx",
|
|
"./input-otp": "./src/shadcn/input-otp.tsx",
|
|
"./utils": "./src/utils/index.ts",
|
|
"./if": "./src/makerkit/if.tsx",
|
|
"./trans": "./src/makerkit/trans.tsx",
|
|
"./divider": "./src/makerkit/divider.tsx",
|
|
"./sidebar": "./src/makerkit/sidebar.tsx",
|
|
"./sidebar-schema": "./src/makerkit/sidebar-schema.ts",
|
|
"./spinner": "./src/makerkit/spinner.tsx",
|
|
"./page": "./src/makerkit/page.tsx",
|
|
"./image-uploader": "./src/makerkit/image-uploader.tsx",
|
|
"./global-loader": "./src/makerkit/global-loader.tsx",
|
|
"./error-boundary": "./src/makerkit/error-boundary.tsx",
|
|
"./auth-change-listener": "./src/makerkit/auth-change-listener.tsx",
|
|
"./loading-overlay": "./src/makerkit/loading-overlay.tsx",
|
|
"./profile-avatar": "./src/makerkit/profile-avatar.tsx",
|
|
"./mode-toggle": "./src/makerkit/mode-toggle.tsx",
|
|
"./enhanced-data-table": "./src/makerkit/data-table.tsx",
|
|
"./language-selector": "./src/makerkit/language-selector.tsx"
|
|
},
|
|
"typesVersions": {
|
|
"*": {
|
|
"*": [
|
|
"src/*"
|
|
]
|
|
}
|
|
}
|
|
} |