@crave/farmblocks-table
Version:
A component for rendering data tables.
46 lines (45 loc) • 1.1 kB
JSON
{
"name": "@crave/farmblocks-table",
"version": "6.1.9",
"description": "A component for rendering data tables.",
"author": "Crave Food Systems and AUTHORS",
"license": "MIT",
"main": "lib/index.js",
"files": [
"AUTHORS",
"lib"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"clean": "rm -rf lib",
"build": "yarn clean && babel --root-mode upward src -d lib --ignore 'src/**/*.test.js','src/**/*.story.js'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CraveFood/farmblocks.git"
},
"bugs": {
"url": "https://github.com/CraveFood/farmblocks/issues"
},
"homepage": "https://github.com/CraveFood/farmblocks#readme",
"keywords": [
"farmblocks",
"react",
"table",
"data",
"data table",
"data grid"
],
"peerDependencies": {
"prop-types": "^15.8.0",
"react": "^17.0.2",
"styled-components": "^5.3.3"
},
"dependencies": {
"@crave/farmblocks-text": "^3.6.11",
"@crave/farmblocks-theme": "^1.12.4"
},
"gitHead": "22b3a1773647b5b8be826e84ef0d9dab024ebfb0"
}