{
  "name": "@kentcdodds/temp-react-live",
  "version": "1.8.0",
  "description": "A production-focused playground for live editing React code",
  "main": "lib/index.js",
  "typings": "./typings/react-live.d.ts",
  "jsnext:main": "dist/react-live.es.js",
  "module": "dist/react-live.es.js",
  "license": "MIT",
  "scripts": {
    "storybook": "start-storybook -p 9001 -c .storybook",
    "prebuild:lib": "rm -rf lib/*",
    "build:lib": "babel --out-dir lib src",
    "build:dist": "rollup -c && rollup -c --environment PRODUCTION",
    "build": "npm-run-all build:lib build:dist",
    "prepublish": "npm run build",
    "test": "jest",
    "test:typings": "typings-tester --dir typings"
  },
  "dependencies": {
    "buble": "^0.15.2",
    "core-js": "^2.4.1",
    "dom-iterator": "^0.3.0",
    "prismjs": "^1.6.0",
    "prop-types": "^15.5.8",
    "unescape": "^0.2.0"
  },
  "devDependencies": {
    "@kadira/storybook": "^2.35.3",
    "@kadira/storybook-addon-knobs": "^1.7.1",
    "@types/react": "^15.0.26",
    "babel-cli": "^6.24.0",
    "babel-plugin-add-module-exports": "^0.2.1",
    "babel-plugin-external-helpers": "^6.22.0",
    "babel-plugin-transform-class-properties": "^6.23.0",
    "babel-plugin-transform-object-rest-spread": "^6.23.0",
    "babel-plugin-transform-react-remove-prop-types": "^0.4.1",
    "babel-preset-env": "^1.3.2",
    "babel-preset-react": "^6.23.0",
    "enzyme": "^2.8.2",
    "jest": "^19.0.2",
    "npm-run-all": "^4.0.2",
    "react": "^15.4.2",
    "react-addons-test-utils": "^15.5.1",
    "react-dom": "^15.5.4",
    "rollup": "^0.41.6",
    "rollup-plugin-babel": "^2.7.1",
    "rollup-plugin-commonjs": "^8.0.2",
    "rollup-plugin-node-resolve": "^2.1.1",
    "rollup-plugin-replace": "^1.1.1",
    "rollup-plugin-uglify": "^1.0.1",
    "rollup-plugin-visualizer": "^0.2.0",
    "typescript": "^2.3.4",
    "typings-tester": "^0.2.2"
  },
  "files": [
    "src",
    "lib",
    "dist",
    "react-live.css",
    "typings/react-live.d.ts"
  ],
  "author": "Phil Plückthun <phil@plckthn.me> (https://github.com/philpl)",
  "bugs": {
    "url": "https://github.com/philpl/react-live/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/philpl/react-live.git"
  },
  "engines": {
    "npm": ">= 2.0.0",
    "node": ">= 0.12.0"
  },
  "keywords": [
    "react",
    "live",
    "live edit",
    "component playground",
    "react live"
  ],
  "jest": {
    "rootDir": "./src"
  }
}
