fixed-react-data-grid-custom
Version:
Excel-like grid component built with React, with editors, keyboard navigation, copy & paste, and the like
29 lines • 674 B
JSON
{
"name": "fixed-react-data-grid-custom",
"version": "6.1.3",
"description": "Excel-like grid component built with React, with editors, keyboard navigation, copy & paste, and the like",
"scripts": {
"test": "npm test"
},
"keywords": [
"react",
"react-data-grid",
"data-grid",
"core"
],
"repository": "guisouzabr/react-data-grid",
"author": "Adazzle",
"license": "MIT",
"peerDependencies": {
"react": "^16.0.0",
"react-dom": "^16.0.0"
},
"devDependencies": {
"react-contextmenu": "^2.10.0"
},
"dependencies": {
"object-assign": "^4.1.1",
"react-is-deprecated": "^0.1.2",
"shallowequal": "^1.1.0"
}
}