@talberos/custom-table
Version:
Advanced Excel-style table component for React with inline editing, cell selection, filters and more
71 lines (70 loc) • 1.67 kB
JSON
{
"name": "@talberos/custom-table",
"version": "1.0.17",
"description": "Advanced Excel-style table component for React with inline editing, cell selection, filters and more",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.js"
}
},
"files": [
"dist"
],
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"lint": "eslint src --ext .ts,.tsx",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/gabrielmiguelok/customtable"
},
"homepage": "https://github.com/gabrielmiguelok/customtable#readme",
"bugs": {
"url": "https://github.com/gabrielmiguelok/customtable/issues"
},
"peerDependencies": {
"@emotion/react": ">=11.0.0",
"@emotion/styled": ">=11.0.0",
"@mui/material": ">=5.0.0",
"@tanstack/react-table": ">=8.0.0",
"react": ">=18.0.0",
"react-dom": ">=18.0.0"
},
"dependencies": {
"country-flag-icons": "^1.6.3",
"lucide-react": "^0.554.0"
},
"devDependencies": {
"@types/react": "^18.3.27",
"@types/react-dom": "^18.3.7",
"tsup": "^8.5.1",
"typescript": "^5.9.3"
},
"keywords": [
"react",
"table",
"excel",
"editable",
"customtable",
"spreadsheet",
"mui",
"tanstack",
"datagrid",
"typescript"
],
"author": {
"name": "Gabriel Hércules Miguel",
"url": "https://linkedin.com/in/gabrielherculesmiguel"
},
"license": "MIT",
"publishConfig": {
"access": "public"
}
}