{
  "name": "@feature-flagged/core",
  "version": "0.0.3",
  "description": "Core React Components for feature flagged",
  "author": "feature-flagged",
  "license": "MIT",
  "repository": "feature-flagged/@feature-flagged/core",
  "main": "dist/index.js",
  "module": "dist/index.es.js",
  "jsnext:main": "dist/index.es.js",
  "engines": {
    "node": ">=8",
    "npm": ">=5"
  },
  "scripts": {
    "test": "cross-env CI=1 react-scripts-ts test --env=jsdom",
    "test:watch": "react-scripts-ts test --env=jsdom",
    "build": "rollup -c",
    "dev": "rollup -c -w",
    "start": "rollup -c -w",
    "prepare": "yarn run build"
  },
  "peerDependencies": {
    "@jjordy/layout": "^0.0.172",
    "@reach/router": "^1.2.1",
    "codemirror": "^5.43.0",
    "graphql-tag": "^2.10.1",
    "prop-types": "15 || 16",
    "react": "15 || 16",
    "react-apollo": "^2.4.0",
    "react-codemirror2": "^5.1.0",
    "react-dom": "15 || 16",
    "react-icons": "^3.3.0",
    "react-pose": "^4.0.5",
    "react-syntax-highlighter": "^10.1.2",
    "styled-components": "^4.0.2",
    "uuid": "^3.3.2"
  },
  "devDependencies": {
    "@babel/core": "^7.2.2",
    "@babel/runtime": "^7.3.1",
    "@svgr/rollup": "^4.1.0",
    "@types/codemirror": "^0.0.71",
    "@types/jest": "^23.1.5",
    "@types/react": "^16.7.21",
    "@types/react-dom": "^16.0.5",
    "@types/react-syntax-highlighter": "^10.1.0",
    "@types/uuid": "^3.4.4",
    "cross-env": "^5.1.4",
    "gh-pages": "^2.0.1",
    "react": "^16.8.0-alpha.1",
    "react-dom": "^16.8.0-alpha.1",
    "react-scripts-ts": "^3.1.0",
    "rollup": "^1.1.2",
    "rollup-plugin-babel": "^4.3.2",
    "rollup-plugin-commonjs": "^9.1.3",
    "rollup-plugin-node-resolve": "^4.0.0",
    "rollup-plugin-peer-deps-external": "^2.2.0",
    "rollup-plugin-postcss": "^2.0.0",
    "rollup-plugin-typescript2": "^0.19.2",
    "rollup-plugin-url": "^2.1.0",
    "typescript": "^3.2.4"
  },
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "bd5337b9a2431b21f18ac4ff06f746b406d1ba35"
}
