terra-props-table
Version:
React component to render a table view for the props metadata of another react component.
53 lines (52 loc) • 1.66 kB
JSON
{
"name": "terra-props-table",
"main": "lib/PropsTable.js",
"version": "2.50.0",
"description": "React component to render a table view for the props metadata of another react component.",
"repository": {
"type": "git",
"url": "git+https://github.com/cerner/terra-core.git"
},
"bin": {
"props-table": "./bin/props-table.js"
},
"keywords": [
"Cerner",
"Terra",
"terra-props-table",
"PropsTable",
"UI"
],
"author": "Cerner Corporation",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/cerner/terra-core/issues"
},
"homepage": "https://github.com/cerner/terra-core#readme",
"peerDependencies": {
"react": "^16.8.5",
"react-dom": "^16.8.5"
},
"dependencies": {
"classnames": "^2.2.5",
"commander": "^2.9.0",
"glob": "^7.1.2",
"prop-types": "^15.5.8",
"react-docgen": "^2.15.0",
"terra-markdown": "^2.43.0"
},
"scripts": {
"compile": "babel --root-mode upward src --out-dir lib --copy-files",
"lint": "npm run lint:js && npm run lint:scss",
"lint:js": "eslint --ext .js,.jsx . --ignore-path ../../.eslintignore",
"lint:scss": "stylelint src/**/*.scss",
"precompile": "rm -rf lib",
"test": "npm run lint && npm run jest && npm run wdio",
"jest": "jest --config ../../jestconfig.js",
"wdio-default": "cd ../.. && npx wdio",
"wdio-lowlight": "cd ../.. && THEME=clinical-lowlight-theme npx wdio",
"wdio-fusion": "cd ../.. && THEME=orion-fusion-theme npx wdio",
"wdio": "npm run wdio-default && npm run wdio-lowlight && npm run wdio-fusion"
},
"gitHead": "25fa65c7df029c2a5341095ada3341e558a3257b"
}