{
  "name": "@roam-garden/landscaping-toolbox",
  "version": "0.1.6",
  "description": "Common UI things for Roam Garden management",
  "main": "dist/index.js",
  "scripts": {
    "build": "npm run clean && npm run compile",
    "compile": "tsc",
    "watch": "npm run compile -- --watch",
    "clean": "rm -rf dist",
    "prepublishOnly": "npm run build",
    "postbuild": "cpy '**/*' '!**/*.ts' '!**/*.tsx' ../dist/ --cwd=src/ --no-overwrite --parents",
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/roam-garden/plantsman",
    "directory": "packages/landscaping-toolbox"
  },
  "files": [
    "dist"
  ],
  "keywords": [
    "roam",
    "roamresearch",
    "roam-garden"
  ],
  "author": "Vladyslav Sitalo",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/roam-garden/plantsman/issues"
  },
  "homepage": "https://github.com/roam-garden/i/",
  "peerDependencies": {
    "react": "*"
  },
  "devDependencies": {
    "@babel/core": "^7.13.8",
    "@babel/preset-env": "^7.13.9",
    "@babel/preset-typescript": "^7.13.0",
    "@types/codemirror": "^0.0.108",
    "@types/jest": "^26.0.20",
    "@types/lodash": "^4.14.168",
    "@types/react-modal": "^3.12.0",
    "@types/react-tag-autocomplete": "^6.1.0",
    "@types/react-transition-group": "^4.4.1",
    "@types/theme-ui": "^0.3.7",
    "@types/uuid": "^8.3.0",
    "babel-jest": "^26.6.3",
    "cpy-cli": "^3.1.1",
    "graphql": "^15.5.0",
    "jest": "^26.6.3",
    "jest-cli": "^26.6.3",
    "jest-extended": "^0.11.5",
    "prop-types": "^15.7.2",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "typescript": "^4.2.3"
  },
  "dependencies": {
    "@aws-amplify/ui-react": "^1.0.6",
    "aws-amplify": "^3.3.26",
    "codemirror": "^5.60.0",
    "csstree-validator": "^2.0.1",
    "react-codemirror2": "^7.2.1",
    "react-modal": "^3.12.1",
    "react-tag-autocomplete": "^6.1.0",
    "react-transition-group": "^4.4.1",
    "roam-export": "^0.1.2",
    "theme-ui": "^0.6.1",
    "uuid": "^8.3.2"
  }
}
