react-tenstack-table
Version:
Full Customizable and full functionality react tenstack table
85 lines (84 loc) • 2.33 kB
JSON
{
"name": "react-tenstack-table",
"version": "0.1.0",
"private": false,
"description": "Full Customizable and full functionality react tenstack table",
"type": "module",
"main": "dist/index.umd.js",
"module": "dist/index.es.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.es.js",
"require": "./dist/index.umd.js",
"types": "./dist/index.d.ts"
}
},
"files": [
"/dist"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"prepare": "npm run build",
"preview": "vite preview"
},
"dependencies": {
"@chakra-ui/react": "^2.6.1",
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@tanstack/match-sorter-utils": "^8.8.4",
"@tanstack/react-table": "^8.9.1",
"framer-motion": "^10.12.16",
"react": "^18.2.0",
"react-date-range": "^1.4.0",
"react-dom": "^18.2.0",
"react-icons": "^4.8.0"
},
"devDependencies": {
"@types/node": "^20.2.3",
"@types/react": "^18.0.28",
"@types/react-date-range": "^1.4.4",
"@types/react-dom": "^18.0.11",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"@vitejs/plugin-react": "^4.0.0",
"eslint": "^8.38.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.3.4",
"typescript": "^5.0.2",
"vite": "^4.3.2",
"vite-plugin-dts": "^2.3.0"
},
"repository": {
"type": "git",
"url": "https://github.com/devlopersabbir/react-tenstack-table.git"
},
"bugs": {
"email": "devlopersabbir@gmail.com",
"url": "https://github.com/devlopersabbir/react-tenstack-table/issues"
},
"homepage": "https://github.com/devlopersabbir/react-tenstack-table#readme",
"keywords": [
"tabledata",
"react-tenstack-table",
"tenstack-table",
"react-table",
"chakra-ui-table",
"chakra-tbale",
"table",
"react-table-data",
"date-range-table",
"react-full-functionality-table"
],
"author": {
"email": "devlopersabbir@gmail.com",
"name": "Sabbir Hossain Shuvo",
"url": "https://www.showwcase.com/devlopersabbir"
},
"license": "MIT"
}