materialuibasecomponent
Version:
Typescript Base Class for Material-UI Styled/Themed React Components
42 lines • 1.09 kB
JSON
{
"name": "materialuibasecomponent",
"version": "0.0.6",
"description": "Typescript Base Class for Material-UI Styled/Themed React Components",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"directories": {
"test": "test"
},
"scripts": {
"install": "tsc",
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NewtIndustries/MaterialUIBaseComponent.git"
},
"keywords": [
"typescript",
"react",
"material-ui",
"withStyles",
"withTheme",
"component",
"base"
],
"author": "Newt Industries <info@newtindustries.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/NewtIndustries/MaterialUIBaseComponent/issues"
},
"homepage": "https://github.com/NewtIndustries/MaterialUIBaseComponent#readme",
"dependencies": {
"@material-ui/core": "^1.2.3",
"react": "^16.4.0",
"react-dom": "^16.4.0"
},
"devDependencies": {
"typescript": "^2.8.4"
}
}