{
  "name": "gls",
  "version": "3.0.1",
  "description": "General Layout System for React",
  "main": "lib/index.js",
  "types": "lib",
  "scripts": {
    "clean": "rm -rf ./node_modules & npm i",
    "compile": "tsc -p .",
    "compile:live": "npm run compile -- -w --preserveWatchOutput",
    "docs": "docz build && cp ./.docz/dist/index.html ./.docz/dist/404.html",
    "docs:live": "docz dev",
    "ghpages": "node ./scripts/ghpages.js",
    "start": "concurrently \"npm run compile:live\" \"npm run docs:live\"",
    "test": "npm run compile && npm run docs",
    "preversion": "npm run test",
    "postversion": "git push --follow-tags && npm publish"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/basarat/gls.git"
  },
  "keywords": [
    "layout",
    "react",
    "typescript"
  ],
  "author": "basaratali@gmail.com",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/basarat/gls/issues"
  },
  "peerDependencies": {
    "react": ">0.0.0",
    "typestyle": ">2.0.0"
  },
  "dependencies": {},
  "homepage": "https://github.com/basarat/gls#readme",
  "devDependencies": {
    "@types/react": "16.8.23",
    "@types/react-dom": "16.8.4",
    "concurrently": "4.1.1",
    "docz": "1.2.0",
    "docz-theme-default": "1.2.0",
    "gh-pages": "2.0.1",
    "react": "16.8.6",
    "react-dom": "16.8.6",
    "typescript": "3.5.3",
    "typestyle": "2.0.4"
  }
}
