{
  "name": "@colisweb/bs-chakra-ui",
  "version": "2.1.7",
  "description": "BuckleScript bindings for chakra-ui",
  "scripts": {
    "build": "bsb -make-world",
    "start": "bsb -make-world -w",
    "clean": "bsb -clean-world",
    "transform": "./transform/transform.sh 'src/**.re'"
  },
  "keywords": [
    "BuckleScript",
    "chakra",
    "chakra-ui",
    "design",
    "reasonml"
  ],
  "author": "Thomas Deconinck",
  "license": "MIT",
  "devDependencies": {
    "bs-platform": "7.2.2",
    "globby-cli": "1.0.1",
    "replace-in-files-cli": "0.3.0"
  },
  "dependencies": {
    "@chakra-ui/core": "0.5.1",
    "@emotion/core": "10.0.22",
    "@emotion/styled": "10.0.23",
    "bs-css": "11.0.0",
    "emotion-theming": "10.0.19",
    "reason-react": "0.9.1"
  }
}
