cloudhubui
Version:
Various components to use in react projects
99 lines (98 loc) • 3.05 kB
JSON
{
"name": "@devexpress/dx-react-grid-material-ui",
"version": "2.7.5",
"description": "Material-UI templates for DevExtreme React Grid component",
"author": {
"name": "Developer Express Inc.",
"url": "https://www.devexpress.com/"
},
"bugs": {
"url": "https://github.com/DevExpress/devextreme-reactive/issues"
},
"homepage": "https://devexpress.github.io/devextreme-reactive/",
"repository": {
"type": "git",
"url": "git+https://github.com/DevExpress/devextreme-reactive.git"
},
"keywords": [
"react",
"data",
"grid",
"table",
"material",
"material-ui",
"react-component"
],
"license": "SEE LICENSE IN README.md",
"publishConfig": {
"access": "public"
},
"main": "dist/dx-react-grid-material-ui.cjs.js",
"module": "dist/dx-react-grid-material-ui.es.js",
"globalName": "DevExpress.DXReactGridMaterialUI",
"files": [
"dist"
],
"types": "dist/dx-react-grid-material-ui.d.ts",
"scripts": {
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"build": "rollup -c rollup.config.js",
"build:watch": "rollup -c rollup.config.js -w",
"update-api": "api-extractor run",
"lint": "eslint \"src/**\"",
"lint:fix": "yarn lint -- --fix"
},
"devDependencies": {
"@babel/core": "^7.8.7",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.7.4",
"@babel/plugin-proposal-optional-chaining": "^7.7.5",
"@babel/plugin-transform-runtime": "^7.8.3",
"@babel/preset-env": "^7.9.0",
"@babel/preset-react": "^7.8.3",
"@devexpress/dx-grid-core": "2.7.5",
"@devexpress/dx-react-core": "2.7.5",
"@devexpress/dx-react-grid": "2.7.5",
"@devexpress/dx-testing": "2.7.5",
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2",
"@rollup/plugin-node-resolve": "^7.1.1",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.3",
"babel-jest": "^24.9.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"core-js": "^3.4.1",
"enzyme": "3.10.0",
"enzyme-adapter-react-16": "^1.15.1",
"eslint": "^6.6.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-filenames": "^1.3.2",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jest": "^23.0.4",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.16.0",
"jest": "^24.9.0",
"jss": "^10.0.0",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-test-renderer": "^16.14.0",
"rollup": "^1.27.2",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-license": "^0.12.1"
},
"dependencies": {
"clsx": "^1.0.4",
"prop-types": "^15.7.2"
},
"peerDependencies": {
"@devexpress/dx-grid-core": "2.7.5",
"@devexpress/dx-react-core": "2.7.5",
"@devexpress/dx-react-grid": "2.7.5",
"@material-ui/core": ">=4.5.0",
"@material-ui/icons": ">=4.4.3",
"react": ">=16.10.2"
},
"gitHead": "1beef4df6ab9223e747da02f5ccdf4133a311f20"
}