flexicious-react-datagrid
Version:
A DataGrid component built for React
73 lines (72 loc) • 2.21 kB
JSON
{
"name": "flexicious-react-datagrid",
"version": "1.9.9",
"description": "A DataGrid component built for React",
"main": "dist/react-datagrid.min.js",
"scripts": {
"dev": "webpack -d --progress --watch --config ./config/webpack.config.js",
"build": "webpack -p --progress --config ./config/webpack.production.config.js",
"lib": "webpack --progress --config ./config/webpack.lib.config.js",
"dist": "webpack --progress --config ./config/webpack.npm.config.js",
"lib-adapter": "webpack --progress --config ./config/webpack.material.adapter.config.js",
"start": "webpack-dev-server --config ./config/webpack.config.js --content-base build/"
},
"keywords": [
"React",
"DataGrid",
"DataTable",
"Table"
],
"author": "Flexicious <info@flexicious.com>",
"license": "SEE LICENSE IN LICENSE.TXT",
"babel": {
"comments": false,
"presets": [
"es2015",
"react"
]
},
"devDependencies": {
"babel-core": "^6.0.0",
"babel-eslint": "^6.0.4",
"babel-loader": "^6.0.0",
"babel-polyfill": "^6.3.14",
"babel-preset-es2015": "^6.0.15",
"babel-preset-react": "^6.0.15",
"codemirror": "^5.25.2",
"copy-webpack-plugin": "^4.0.1",
"copyfiles": "^0.2.1",
"core-js": "^2.4.0",
"css-loader": "^0.23.0",
"file-loader": "^0.8.4",
"gh-pages-deploy": "^0.4.0",
"glob": "^7.0.0",
"history": "^4.7.2",
"html-webpack-plugin": "1.6.1",
"isparta-instrumenter-loader": "^1.0.0",
"material-ui": "^0.19.0",
"minimist": "^1.2.0",
"node-sass": "^3.4.2",
"normalize.css": "^4.1.1",
"null-loader": "^0.1.1",
"open": "0.0.5",
"postcss": "^5.0.11",
"postcss-loader": "^0.9.1",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-router": "^3.2.0",
"react-tap-event-plugin": "^3.0.2",
"recursive-readdir-sync": "^1.0.6",
"rimraf": "^2.4.3",
"sass-loader": "^3.1.2",
"style-loader": "^0.13.0",
"url-loader": "^0.5.6",
"webpack": "^1.12.0",
"webpack-dev-server": "^1.12.0"
},
"peerDependencies": {
"react": "^15.3.0 || ^16.0.0",
"react-dom": "^15.3.0 || ^16.0.0"
},
"homepage": "https://reactdatagrid.com"
}