{
  "name": "@project-r/styleguide",
  "version": "14.0.3",
  "main": "dist/cjs/src/lib.js",
  "module": "dist/esm/src/lib.js",
  "types": "dist/types/lib.d.ts",
  "engines": {
    "node": "^14.4.0"
  },
  "peerDependencies": {
    "d3-array": "1.x",
    "d3-color": "1.x",
    "d3-dsv": "1.x",
    "d3-format": "1.x",
    "d3-geo": "^1.x",
    "d3-scale": "2.x",
    "d3-shape": "1.x",
    "d3-time": "1.x",
    "d3-time-format": "2.x",
    "downshift": "^2.2.2",
    "glamor": "^2.20.40",
    "isomorphic-unfetch": "3.x",
    "lodash": "4.x",
    "mdast-react-render": ">=1.1",
    "prop-types": ">=15.5",
    "react": "^17.0.2",
    "react-color": "^2.18.1",
    "react-dom": "^17.0.2",
    "react-maskedinput": ">=4.0.1",
    "react-textarea-autosize": ">=5.1.0",
    "scroll-into-view": "1.15.0",
    "topojson": "3.x"
  },
  "devDependencies": {
    "@babel/cli": "^7.15.7",
    "@babel/core": "^7.15.8",
    "@babel/plugin-proposal-class-properties": "^7.14.5",
    "@babel/plugin-proposal-export-namespace-from": "^7.14.5",
    "@babel/plugin-proposal-function-sent": "^7.14.5",
    "@babel/plugin-proposal-json-strings": "^7.14.5",
    "@babel/plugin-proposal-numeric-separator": "^7.14.5",
    "@babel/plugin-proposal-throw-expressions": "^7.14.5",
    "@babel/plugin-syntax-dynamic-import": "^7.8.3",
    "@babel/plugin-syntax-import-meta": "^7.10.4",
    "@babel/preset-env": "^7.15.8",
    "@babel/preset-react": "^7.14.5",
    "@babel/standalone": "^7.15.8",
    "@catalog/core": "^4.0.1-canary.2",
    "@orbiting/remark-preset": "^1.2.4",
    "@rollup/plugin-babel": "^5.3.0",
    "@rollup/plugin-commonjs": "^21.0.1",
    "@rollup/plugin-node-resolve": "^13.0.6",
    "@types/node": "^16.11.6",
    "@types/prop-types": "^15.7.4",
    "@types/react": "^17.0.33",
    "@types/react-dom": "^17.0.10",
    "@typescript-eslint/eslint-plugin": "^5.2.0",
    "@typescript-eslint/parser": "^5.2.0",
    "babel-eslint": "^10.1.0",
    "commitizen": "^4.2.4",
    "core-js": "^3.19.0",
    "cz-conventional-changelog": "^3.3.0",
    "d3-array": "^1.2.1",
    "d3-color": "^1.4.1",
    "d3-dsv": "^1.2.0",
    "d3-format": "^1.4.4",
    "d3-geo": "^1.12.1",
    "d3-scale": "^2.2.2",
    "d3-shape": "^1.3.7",
    "d3-time": "^1.1.0",
    "d3-time-format": "^2.2.3",
    "dotenv": "^8.2.0",
    "downshift": "^2.2.2",
    "eslint": "^6.6.0",
    "eslint-config-prettier": "^6.15.0",
    "eslint-plugin-jsx-a11y": "^6.4.1",
    "eslint-plugin-prettier": "^3.4.1",
    "eslint-plugin-react": "^7.26.1",
    "eslint-plugin-react-hooks": "^4.2.0",
    "glamor": "^2.20.40",
    "gsheets": "^3.0.1",
    "husky": "^7.0.4",
    "isomorphic-unfetch": "^3.1.0",
    "lint-staged": "^11.2.6",
    "lodash": "^4.17.21",
    "mdast-react-render": "^1.1.0",
    "prettier": "^1.19.1",
    "prop-types": "^15.7.2",
    "react": "^17.0.2",
    "react-autocomplete": "^1.4.1",
    "react-color": "^2.18.1",
    "react-dom": "^17.0.2",
    "react-maskedinput": "^4.0.1",
    "react-scripts": "^3.4.1",
    "react-textarea-autosize": "^5.1.0",
    "rimraf": "^3.0.2",
    "rollup": "^2.58.3",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "rollup-plugin-typescript2": "^0.30.0",
    "rw": "^1.3.3",
    "scroll-into-view": "1.15.0",
    "semantic-release": "^17.1.1",
    "slate": "^0.41.3",
    "slate-mdast-serializer": "^3",
    "topojson": "^3.0.2",
    "tslib": "^2.3.1",
    "typescript": "^4.4.4",
    "validate-commit-msg": "^2.14.0"
  },
  "files": [
    "dist",
    "editor.js"
  ],
  "author": "Thomas Preusse <t@preus.se> (https://t.preus.se/)",
  "license": "BSD-3-Clause",
  "repository": {
    "type": "git",
    "url": "https://github.com/orbiting/styleguide.git"
  },
  "scripts": {
    "commit": "git-cz",
    "prepublishOnly": "npm run prebuild && npm run build:lib",
    "prebuild": "rimraf dist",
    "build": "npm run build:lib && npm run build:docs",
    "build:lib": "rollup -c",
    "build:docs": "react-scripts build",
    "start": "react-scripts start",
    "dev": "npm run dev:lib & PORT=3003 react-scripts start",
    "dev:lib": "rollup -c -w",
    "test": "react-scripts test",
    "cloc": "find . -name '*.js' -not -path \"./node_modules*\" -not -path \"./lib*\" | xargs wc -l",
    "eject": "react-scripts eject",
    "semantic-release": "semantic-release",
    "commitmsg": "validate-commit-msg",
    "precommit": "lint-staged",
    "translations-raw": "NODE_OPTIONS='-r dotenv/config' gsheets --key=1sMS5u4SIFY2loAmx8jftDXqTbq2RheJLY7FBeXSm1Tc --title=live --pretty --out src/lib/translations.json",
    "translations": "npm run translations-raw && git add -p src/lib/translations.json && git checkout -- src/lib/translations.json",
    "upgrade-interactive": "npx npm-check -u"
  },
  "lint-staged": {
    "*.{js,ts,tsx}": [
      "prettier --write",
      "git add"
    ]
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "dependencies": {
    "body-scroll-lock": "^3.1.5",
    "react-icons": "^4.3.1"
  },
  "browserslist": [
    ">0.2%",
    "not ie < 11",
    "not op_mini all"
  ]
}
