UNPKG

@zippity/ra-customizable-datagrid

Version:
57 lines (56 loc) 1.75 kB
{ "name": "@zippity/ra-customizable-datagrid", "version": "1.1.2", "description": "<div align=\"center\"> <div style=\"margin-bottom: 20px\">", "main": "lib/index.js", "scripts": { "build": "babel ./src/ -d lib", "demo": "npm run start --prefix ./demo", "demo-install": "yarn install --cwd ./demo && yarn install && npm run install:peers", "install:peers": "yarn add -P $(jq -r '.peerDependencies | to_entries | map(\"\\(.key)@\\(.value | tostring)\") | join(\" \")' package.json)", "prettier-js": "prettier --write '{src,demo}/**/*.js'", "prepare": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/zippitycars/ra-customizable-datagrid.git" }, "publishConfig": { "registry": "https://registry.npmjs.org" }, "keywords": [ "React", "React-Admin", "List" ], "author": "FIZIX, @akselsledins, @hardingmatt", "license": "MIT", "bugs": { "url": "https://github.com/zippitycars/ra-customizable-datagrid/issues" }, "homepage": "https://github.com/zippitycars/ra-customizable-datagrid#readme", "peerDependencies": { "@material-ui/core": "^1.0.0", "@material-ui/icons": "^1.0.0", "react": "^16.4.1", "react-admin": "^2.1.1", "react-dom": "^16.4.1" }, "devDependencies": { "babel-cli": "^6.26.0", "babel-core": "^6.26.3", "babel-loader": "^7.1.5", "babel-plugin-transform-react-jsx": "^6.24.1", "babel-polyfill": "^6.26.0", "babel-preset-es2015": "^6.24.1", "babel-preset-react": "^6.24.1", "babel-preset-stage-0": "^6.24.1", "hard-source-webpack-plugin": "^0.11.1", "prettier": "^1.13.7" }, "directories": { "doc": "docs", "lib": "lib" }, "dependencies": {} }