@saas-ui/data-table
Version:
Data-table Component
75 lines • 1.8 kB
JSON
{
"name": "@saas-ui/data-table",
"version": "13.0.4",
"description": "Data-table Component",
"source": "src/index.ts",
"exports": {
".": {
"require": "./dist/index.js",
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs"
},
"./src": {
"default": "./src/index.ts"
}
},
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"scripts": {
"clean": "rimraf --no-glob ./dist",
"build": "tsup src/index.ts --config tsup.config.ts",
"lint": "eslint src --ext .ts,.tsx,.js,.jsx --config ../../.eslintrc.js",
"lint:staged": "lint-staged --allow-empty --config ../../lint-staged.config.js",
"typecheck": "tsc --noEmit"
},
"files": [
"dist",
"src"
],
"sideEffects": false,
"publishConfig": {
"access": "public"
},
"author": "Eelco Wiersma <eelco@appulse.nl>",
"license": "MIT",
"homepage": "https://saas-ui.dev/",
"repository": {
"type": "git",
"url": "https://github.com/saas-js/saas-ui",
"directory": "packages/saas-ui-data-table"
},
"keywords": [
"react",
"ui",
"chakra-ui",
"design-system",
"react-components",
"uikit",
"accessible",
"components",
"emotion",
"library"
],
"storybook": {
"title": "Saas UI",
"url": "https://storybook.saas-ui.dev"
},
"dependencies": {
"@chakra-ui/utils": "^2.2.3",
"@saas-ui/core": "2.8.1",
"@tanstack/react-table": "^8.20.5"
},
"peerDependencies": {
"@chakra-ui/react": ">=2.9.0 <3",
"@emotion/react": ">=11.0.0",
"@emotion/styled": ">=11.0.0",
"@saas-ui/react": "2.11.4",
"framer-motion": ">=6.0.0",
"react": ">=18.0.0",
"react-dom": ">=18.0.0"
},
"devDependencies": {
"@ngneat/falso": "^6.4.0"
}
}