@professorragna/table
Version:
Styled components for the <table> HTML tag & other associated tags used in tables
45 lines (44 loc) • 1.06 kB
JSON
{
"name": "@professorragna/table",
"version": "1.0.4",
"description": "Styled components for the <table> HTML tag & other associated tags used in tables",
"keywords": [
"table",
"tr",
"td",
"th",
"tbody",
"tfoot",
"thead",
"styled component",
"styled system",
"react"
],
"author": "jpbullalayao <jpbullalayao@gmail.com>",
"homepage": "https://github.com/jpbullalayao/ragna-lerna/tree/develop/packages/core-components/Table#readme",
"license": "ISC",
"main": "lib/index.js",
"directories": {
"lib": "lib",
"test": "__tests__"
},
"files": [
"lib"
],
"repository": {
"type": "git",
"url": "git+https://github.com/jpbullalayao/ragna-lerna.git"
},
"scripts": {
"tsc": "tsc",
"test": "echo \"Error: run tests from root\" && exit 1"
},
"bugs": {
"url": "https://github.com/jpbullalayao/ragna-lerna/issues"
},
"dependencies": {
"styled-components": "^5.3.5",
"styled-system": "^5.1.5"
},
"gitHead": "85f396a567f8036009c17b4c02fda8becc09e65f"
}