{
  "name": "@rkta/ui",
  "version": "0.0.205",
  "description": "WIP Lightweight UI library for react",
  "scripts": {
    "build:esm": "tsc -m esnext --outDir lib/esm",
    "lint": "npx eslint --ext .js,.jsx,.ts,.tsx src",
    "prebuild": "rimraf lib; mkdir -p lib/esm; cp package.json lib/package.json; cp ../../esm.json lib/esm/package.json; exit 0",
    "test": "echo \"Error: run tests from root\" && exit 1",
    "typecheck": "tsc --emitDeclarationOnly"
  },
  "author": "Sergei Droganov <serge@droganov.ru>",
  "homepage": "https://github.com/r-k-t-a/rkta",
  "license": "MIT",
  "main": "lib/index.js",
  "module": "esm/index.js",
  "sideEffects": false,
  "types": "lib/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/r-k-t-a/rkta.git"
  },
  "bugs": {
    "url": "https://github.com/r-k-t-a/rkta/issues"
  },
  "dependencies": {
    "@emotion/core": "^10.0.16",
    "@rkta/context": "^0.0.205",
    "@rkta/hooks": "^0.0.205",
    "react-use": "^13.26.1"
  },
  "peerDependencies": {
    "lodash": "^4.17.15",
    "react": "^16.9.0",
    "react-dom": "^16.9.0"
  },
  "devDependencies": {
    "@types/lodash": "^4.14.137",
    "@types/react": "^16.9.2",
    "rimraf": "^3.0.2"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "91cba48face87da520768df1507e46308777bd8f"
}
