@react-to-styled/table
Version:
Table component with React and styled-components
57 lines (56 loc) • 1.36 kB
JSON
{
"name": "@react-to-styled/table",
"version": "0.6.1-alpha.2",
"description": "Table component with React and styled-components",
"license": "MIT",
"author": {
"name": "Aleksa Toljic",
"email": "aleksa.toljic@gmail.com"
},
"keywords": [
"react",
"css-in-js",
"styled-components",
"library",
"components",
"frontend",
"reuseable",
"ui",
"table"
],
"homepage": "https://react-to.github.io/react-to-styled/?path=/story/table--page",
"bugs": {
"url": "https://github.com/react-to/react-to-styled/issues",
"email": "aleksa.toljic@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/react-to/react-to-styled.git",
"directory": "packages/table"
},
"main": "dist/esm/table.js",
"types": "dist/table.d.ts",
"files": [
"CHANGELOG.md",
"README.md",
"../../LICENSE",
"dist/"
],
"scripts": {
"build": "xrollup index.ts",
"prepublish": "yarn build"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0",
"styled-components": ">=5"
},
"dependencies": {
"@react-to-styled/essentials": "^0.3.1-alpha.2",
"@react-to-styled/loader": "^0.3.1-alpha.2"
},
"devDependencies": {
"@react-to-styled/build": "^0.1.1-alpha.2"
},
"gitHead": "ecd2e255eb560114a3de09590633859ac00ff0a5"
}