@yashrajsingh/dynamic-table
Version:
Dynamic table component with framework-independent data fetching
37 lines (36 loc) • 768 B
JSON
{
"name": "@yashrajsingh/dynamic-table",
"version": "1.1.1",
"description": "Dynamic table component with framework-independent data fetching",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"prepare": "npm run build"
},
"keywords": [
"react",
"table",
"dynamic",
"data-fetching"
],
"author": "",
"license": "ISC",
"peerDependencies": {
"@reusable/base-fetcher": "file:../base-fetcher",
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"devDependencies": {
"@types/node": "^20.0.0",
"@types/react": "^18.0.0",
"next": "^13.0.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"typescript": "^5.0.0"
},
"files": [
"dist",
"README.md"
]
}