react-table-px-styles
Version:
Supporting files for styling react-table https://github.com/tannerlinsley/react-table in the predix-ui style
40 lines (39 loc) • 1.02 kB
JSON
{
"name": "react-table-px-styles",
"version": "0.0.7",
"description": "Supporting files for styling react-table https://github.com/tannerlinsley/react-table in the predix-ui style",
"keywords": [
"predix",
"predix-ui"
],
"main": "build/index.js",
"repository": {
"type": "git",
"url": "https://github.devtools.predix.io/predix-security/react-table-px-styles.git"
},
"scripts": {
"start": "webpack --watch",
"build": "webpack"
},
"author": "William Zhuang",
"license": "ISC",
"dependencies": {
"classnames": "^2.2.6",
"react": "^16.2.0"
},
"peerDependencies": {
"react": "^16.2.0"
},
"devDependencies": {
"sass-loader": "^7.1.0",
"node-sass": "^4.11.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-env": "^1.7.0",
"webpack": "^4.30.0",
"webpack-cli": "^3.0.4"
}
}