mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
76 lines
2.2 KiB
JSON
76 lines
2.2 KiB
JSON
{
|
|
"name": "@nextui-org/table",
|
|
"version": "2.0.25",
|
|
"description": "Tables are used to display tabular data using rows and columns. ",
|
|
"keywords": [
|
|
"table"
|
|
],
|
|
"author": "Junior Garcia <jrgarciadev@gmail.com>",
|
|
"homepage": "https://nextui.org",
|
|
"license": "MIT",
|
|
"main": "src/index.ts",
|
|
"sideEffects": false,
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/nextui-org/nextui.git",
|
|
"directory": "packages/components/table"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/nextui-org/nextui/issues"
|
|
},
|
|
"scripts": {
|
|
"build": "tsup src --dts",
|
|
"build:fast": "tsup src",
|
|
"dev": "yarn build:fast -- --watch",
|
|
"clean": "rimraf dist .turbo",
|
|
"typecheck": "tsc --noEmit",
|
|
"prepack": "clean-package",
|
|
"postpack": "clean-package restore"
|
|
},
|
|
"peerDependencies": {
|
|
"react": ">=18",
|
|
"react-dom": ">=18",
|
|
"@nextui-org/theme": ">=2.1.0",
|
|
"@nextui-org/system": ">=2.0.12"
|
|
},
|
|
"dependencies": {
|
|
"@nextui-org/checkbox": "workspace:*",
|
|
"@nextui-org/react-utils": "workspace:*",
|
|
"@nextui-org/shared-icons": "workspace:*",
|
|
"@nextui-org/shared-utils": "workspace:*",
|
|
"@nextui-org/spacer": "workspace:*",
|
|
"@react-aria/focus": "^3.14.3",
|
|
"@react-aria/interactions": "^3.19.1",
|
|
"@react-aria/table": "^3.13.1",
|
|
"@react-aria/utils": "^3.21.1",
|
|
"@react-aria/visually-hidden": "^3.8.6",
|
|
"@react-stately/table": "^3.11.2",
|
|
"@react-stately/virtualizer": "^3.6.4",
|
|
"@react-types/grid": "^3.2.2",
|
|
"@react-types/table": "^3.9.0"
|
|
},
|
|
"devDependencies": {
|
|
"@nextui-org/theme": "workspace:*",
|
|
"@nextui-org/system": "workspace:*",
|
|
"@nextui-org/button": "workspace:*",
|
|
"@nextui-org/chip": "workspace:*",
|
|
"@nextui-org/pagination": "workspace:*",
|
|
"@nextui-org/spinner": "workspace:*",
|
|
"@nextui-org/tooltip": "workspace:*",
|
|
"@nextui-org/use-infinite-scroll": "workspace:*",
|
|
"@nextui-org/user": "workspace:*",
|
|
"@react-stately/data": "^3.10.3",
|
|
"clean-package": "2.2.0",
|
|
"react": "^18.0.0",
|
|
"react-dom": "^18.0.0",
|
|
"swr": "^2.2.1"
|
|
},
|
|
"clean-package": "../../../clean-package.config.json"
|
|
}
|