{
  "name": "@pubsweet/ui-toolkit",
  "version": "2.3.17",
  "description": "Helper functions and reusable blocks for use with @pubsweet/ui",
  "keywords": [
    "pubsweet",
    "ui"
  ],
  "repository": {
    "type": "git",
    "url": "https://gitlab.coko.foundation/pubsweet/pubsweet"
  },
  "license": "MIT",
  "author": "Adam Hyde",
  "main": "dist",
  "scripts": {
    "build": "babel --delete-dir-on-start --root-mode upward src -d dist --ignore node_modules,test,docs",
    "prepare": "yarn run build"
  },
  "dependencies": {
    "color": "^3.0.0",
    "lodash": "^4.17.4",
    "styled-components": "^5.2.3"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "1d11c2ed056d8108a846adaf1308b0b38ee50830"
}
