react-data-grid
Version:
Excel-like grid component built with React, with editors, keyboard navigation, copy & paste, and the like
33 lines (32 loc) • 883 B
JSON
{
"name": "react-data-grid",
"version": "6.1.0",
"description": "Excel-like grid component built with React, with editors, keyboard navigation, copy & paste, and the like",
"scripts": {
"beforepublish": "node ../../ci/publish/replacePackageEntry react-data-grid true",
"postpublish": "node ../../ci/publish/replacePackageEntry react-data-grid",
"test": "npm test"
},
"keywords": [
"react",
"react-data-grid",
"data-grid",
"core"
],
"repository": "adazzle/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"
},
"gitHead": "4f238c0d335a43dea389e705fc52c739d33096f8"
}