@carbonare/grid
Version:
Grid in js for Carbon Design System
53 lines (52 loc) • 1.3 kB
JSON
{
"name": "@carbonare/grid",
"version": "0.2.5",
"description": "Grid in js for Carbon Design System",
"keywords": [
"Grid",
"Carbon",
"Design",
"System",
"Carbon",
"Design"
],
"author": "Bipboy Dev Team",
"license": "MIT",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: run tests from root\" && exit 1",
"re:clean": "bsb -clean-world",
"re:build": "bsb -make-world",
"re:start": "bsb -clean-world -make-world -w",
"build": "rimraf dist && yarn run build:flow && yarn run build:module",
"build:flow": "gen-flow-files src --out-dir dist",
"build:module": "babel src --out-dir dist",
"clean": "rimraf dist",
"publish": "yarn publish"
},
"publishConfig": {
"access": "public",
"@carbonare:registry": "https://registry.npmjs.org"
},
"directories": {
"lib": "lib",
"test": "__tests__"
},
"files": [
"dist"
],
"repository": {
"type": "git",
"url": "ssh://git-codecommit.us-east-1.amazonaws.com/v1/repos/carbonare"
},
"peerDependencies": {
"react": "^16.12.0",
"react-dom": "^16.12.0"
},
"dependencies": {
"bs-platform": "^7.0.1",
"re-classnames": "^4.0.0",
"reason-react": "^0.7.0"
},
"gitHead": "77a3dbd09b67001ca350b96ae7557998cb4734bd"
}