{
  "name": "react-grid-dashboard",
  "version": "0.0.28",
  "main": "src/Grid.res",
  "module": "src/Grid.bs.js",
  "source": "src/Grid.gen.tsx",
  "types": "src/Grid.gen.tsx",
  "scripts": {
    "build": "bsb -make-world",
    "start": "bsb -make-world -w -ws _ ",
    "clean": "bsb -clean-world",
    "test": "echo \"Error: no test specified\" && exit 1",
    "re:build": "bsb -make-world -clean-world",
    "re:watch": "bsb -make-world -clean-world -w",
    "prepublish": "node ./prepublish.js && yarn build",
    "postpublish": "mv bsconfig.json{.bak,}"
  },
  "keywords": [
    "rescript",
    "reason-react",
    "reasonml",
    "typescript",
    "grid",
    "css-grid"
  ],
  "author": "gilevskaya",
  "license": "MIT",
  "devDependencies": {
    "@types/react": "^17.0.0",
    "gentype": "^3.40.0",
    "react": "^16.13.1",
    "react-dom": "^16.13.1",
    "reason-react": "^0.9.1",
    "bs-platform": "^8.3.3"
  }
}
