fixed-data-table-contextmenu
Version: 
A React table component designed to allow presenting thousands of rows of data.
71 lines (70 loc) • 2.03 kB
JSON
{
  "name": "fixed-data-table-contextmenu",
  "version": "1.7.2",
  "description": "A React table component designed to allow presenting thousands of rows of data.",
  "main": "main.js",
  "peerDependencies": {
    "react": "^0.14.0 || ^15.0.0 || ^16.0.0",
    "react-dom": "^0.14.0 || ^15.0.0 || ^16.0.0"
  },
  "dependencies": {
    "create-react-class": "^15.6.2",
    "prop-types": "^15.5.0"
  },
  "devDependencies": {
    "autoprefixer": "^5.0.0",
    "babel-core": "^5.4.7",
    "babel-loader": "^5.0.0",
    "bundle-loader": "^0.5.2",
    "css-loader": "^0.9.1",
    "extract-text-webpack-plugin": "^0.3.8",
    "faker": "^2.1.2",
    "file-loader": "^0.8.1",
    "glob": "^4.3.5",
    "html-loader": "^0.2.3",
    "less": "^2.2.0",
    "less-loader": "^2.0.0",
    "marked": "^0.3.2",
    "null-loader": "^0.1.0",
    "postcss": "^4.0.2",
    "postcss-custom-properties": "3.0.1",
    "react": "^16.0.0",
    "react-dom": "^16.0.0",
    "react-docgen": "^1.2.0",
    "react-tools": "^0.12.2",
    "style-loader": "^0.8.3",
    "url-loader": "^0.5.5",
    "webpack": "^1.8.3",
    "webpack-dev-server": "^1.8.0"
  },
  "scripts": {
    "site-dev-server": "./build_helpers/startSiteDevServer.sh",
    "site-build": "./build_helpers/buildStaticSite.sh",
    "build-dist": "./build_helpers/buildDist.sh",
    "build-npm": "./build_helpers/buildNPMInternals.sh",
    "build-docs": "./build_helpers/buildAPIDocs.sh",
    "publish-site": "./build_helpers/publishStaticSite.sh",
    "publish-package": "./build_helpers/publishPackage.sh",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/facebook/fixed-data-table.git"
  },
  "license": "BSD-3-Clause",
  "bugs": {
    "url": "https://github.com/facebook/fixed-data-table/issues"
  },
  "homepage": "http://facebook.github.io/fixed-data-table",
  "tags": [
    "react",
    "table"
  ],
  "keywords": [
    "react",
    "react-component",
    "table",
    "data-table",
    "fixed-table"
  ]
}