@90pixel/react-dynamic-table
Version:
Dynamic Table Element
50 lines (49 loc) • 1.03 kB
JSON
{
"name": "@90pixel/react-dynamic-table",
"version": "1.0.4",
"description": "Dynamic Table Element",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
"dist",
"src"
],
"license": "MIT",
"publishConfig": {
"access": "public"
},
"homepage": "https://github.com/90pixel/react-dynamic-table#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/90pixel/react-dynamic-table.git"
},
"bugs": {
"url": "https://github.com/90pixel/react-dynamic-table/issues"
},
"author": {
"name": "Burak Çardak",
"email": "brkcrdk@gmail.com"
},
"scripts": {
"test": "jest --env=jsdom",
"build": "tsc"
},
"keywords": [
"react",
"react-table",
"dynamic",
"dnd",
"drag-n-drop"
],
"peerDependencies": {
"react": "^16.4.1 || ^17.0.0 || ^18.0.0"
},
"devDependencies": {
"@types/react": "^18.0.26",
"typescript": "^4.9.3"
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}