react-admin-ui
Version:
A React Admin Panel based on material-ui design
41 lines (40 loc) • 1.22 kB
JSON
{
"name": "react-admin-ui",
"version": "2.0.0-alpha.11",
"description": "A React Admin Panel based on material-ui design",
"scripts": {
"prepublish": "node_modules/babel-cli/bin/babel.js src --out-dir ./"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aleksdp/react-admin-ui.git"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.24.1",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-react-display-name": "^6.8.0",
"babel-plugin-transform-runtime": "^6.22.0",
"babel-polyfill": "^6.22.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.22.0",
"babel-preset-stage-0": "^6.22.0"
},
"author": "aleksdp",
"license": "ISC",
"bugs": {
"url": "https://github.com/aleksdp/react-admin-ui/issues"
},
"homepage": "https://github.com/aleksdp/react-admin-ui#readme",
"peerDependencies": {
"react-isomorphic-tools": "^1.4.3"
},
"dependencies": {
"feature-components": "^0.0.14",
"material-ui": "^0.17.4",
"moment": "^2.18.1",
"redux-form-material-ui": "^4.2.0",
"react-breadcrumbs": "^1.6.6"
}
}