@wq/material
Version:
React + Material UI renderer for use with @wq/app
34 lines (33 loc) • 965 B
JSON
{
"name": "@wq/material",
"version": "2.1.0",
"description": "React + Material UI renderer for use with @wq/app",
"type": "module",
"main": "src/index.js",
"react-native": "src/index.native.js",
"scripts": {
"test": "cd ../../ && npm run jest packages/material/",
"prettier": "cd ../../ && npm run prettier -- --write packages/material/",
"lint": "cd ../../ && npm run eslint packages/material/{,src/,src/*/}*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wq/wq.app.git",
"directory": "packages/material"
},
"keywords": [
"wq",
"react",
"material",
"material-ui"
],
"author": "S. Andrew Sheppard",
"license": "MIT",
"bugs": {
"url": "https://github.com/wq/wq.app/issues"
},
"homepage": "https://wq.io/@wq/material",
"devDependencies": {
"@wq/material-web": "^2.1.0"
}
}