{
  "name": "@zakodium/components",
  "version": "13.2.0",
  "description": "React components for building user interfaces",
  "files": [
    "lib",
    "lib-esm"
  ],
  "main": "lib/index.js",
  "module": "lib-esm/index.js",
  "types": "lib-esm/index.d.ts",
  "sideEffects": false,
  "scripts": {
    "build:icons": "svgr --icon --template tooling/svg-template.js --ext tsx --out-dir src/icons icons && node tooling/svg-index.js",
    "build:storybook": "build-storybook",
    "build:ts": "tsc -p tsconfig.cjs.json && tsc -p tsconfig.esm.json",
    "clean": "rimraf lib lib-esm",
    "eslint": "eslint src stories --cache",
    "eslint-fix": "npm run eslint -- --fix",
    "postpublish": "git push --follow-tags && npm run build:storybook && gh-pages -d storybook-static",
    "prepublishOnly": "npm run clean && npm run build:ts",
    "storybook": "start-storybook -p 6006",
    "test": "tsc --noEmit"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/zakodium/components.git"
  },
  "license": "UNLICENSED",
  "bugs": {
    "url": "https://github.com/zakodium/components/issues"
  },
  "homepage": "https://github.com/zakodium/components#readme",
  "devDependencies": {
    "@apollo/client": "^3.0.2",
    "@apollo/react-testing": "^4.0.0",
    "@babel/core": "^7.11.0",
    "@storybook/addon-actions": "^5.3.19",
    "@storybook/addon-info": "^5.3.19",
    "@storybook/addon-knobs": "^5.3.19",
    "@storybook/addon-links": "^5.3.19",
    "@storybook/addon-storysource": "^5.3.19",
    "@storybook/addons": "^5.3.19",
    "@storybook/react": "^5.3.19",
    "@storybook/source-loader": "^5.3.19",
    "@svgr/cli": "^5.4.0",
    "@types/react": "^16.9.43",
    "@zakodium/eslint-config": "^3.0.1",
    "apollo-cache-inmemory": "^1.6.6",
    "apollo-client": "^2.6.10",
    "awesome-typescript-loader": "^5.2.1",
    "babel-loader": "^8.1.0",
    "core-js": "^3.6.5",
    "eslint": "^7.5.0",
    "gh-pages": "^3.1.0",
    "graphql": "^15.3.0",
    "graphql-tag": "^2.11.0",
    "prettier": "^2.0.5",
    "react": "^16.9.0",
    "react-docgen-typescript-loader": "^3.7.2",
    "react-dom": "^16.13.1",
    "rimraf": "^3.0.2",
    "typescript": "^3.9.7"
  },
  "dependencies": {
    "@emotion/core": "^10.0.28",
    "@popperjs/core": "^2.4.4",
    "@types/react-modal": "~3.10.6",
    "@types/react-select": "~3.0.15",
    "@types/yup": "^0.29.3",
    "byte-size": "^7.0.0",
    "date-fns": "^2.15.0",
    "dlv": "^1.1.3",
    "dset": "^2.0.1",
    "emotion-theming": "^10.0.27",
    "formik": "^2.1.5",
    "react-dropzone": "^11.0.2",
    "react-modal": "^3.11.2",
    "react-mutable-context": "^1.0.1",
    "react-popper": "^2.2.3",
    "react-select": "^3.1.0",
    "yup": "^0.29.2"
  },
  "peerDependencies": {
    "@apollo/client": "*",
    "react": "*"
  }
}
