{
  "name": "react-planner-viewer",
  "version": "1.7.30",
  "description": "react-planner-viewer is a React Component for view plans builded with react-planner in 2D mode",
  "main": "lib/index.js",
  "module": "es/index.js",
  "jsnext:main": "es/index.js",
  "scripts": {
    "start": "webpack-dev-server --inline --config demo/webpack.config.js --env.port 9000",
    "build-demo": "webpack --config demo/webpack.config.js --env.production",
    "build-commonjs": "cross-env BABEL_ENV=commonjs babel src --out-dir lib --source-maps inline --copy-files",
    "build-es": "cross-env BABEL_ENV=es babel src --out-dir es --source-maps inline --copy-files",
    "build": "npm run clean && npm run build-demo && npm run build-commonjs && npm run build-es",
    "add-build-to-vcs": "git add -A src/version.js && git add -A es && git add -A lib && git add -A demo/dist",
    "clean": "rimraf lib es demo/dist",
    "website-update": "gh-pages -m 'Update gh-pages' -d ./demo/dist/",
    "update-version-file": "const-version ./package.json ./src/version.js",
    "version": "npm run update-version-file && npm run build && npm run add-build-to-vcs",
    "postpublish": "npm run website-update",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git"
  },
  "keywords": [
    "floorplanner",
    "plan",
    "svg",
    "3d",
    "home design",
    "interior design",
    "react",
    "react-component",
    "react.js",
    "ui",
    "interface",
    "component"
  ],
  "license": "MIT",
  "maintainers": [
    {
      "url": "https://github.com/cbarceloc",
      "name": "cbarceloc"
    }
  ],
  "dependencies": {
    "@mapbox/react-range": "0.0.7",
    "area-polygon": "1.0.1",
    "chroma-js": "^1.3.6",
    "color": "^3.0.0",
    "convert-units": "2.3.1",
    "html-webpack-plugin": "2.30.1",
    "immutable": "3.8.2",
    "immutablediff": "0.4.4",
    "polylabel": "1.0.2",
    "prop-types": "15.6.0",
    "react-icons": "2.2.7",
    "react-numeric-input": "2.2.0",
    "react-redux": "5.0.6",
    "react-svg-pan-zoom": "2.15.0",
    "redux": "3.7.2",
    "shortid": "2.2.8",
    "styled-components": "^3.2.3"
  },
  "devDependencies": {
    "babel-cli": "6.26.0",
    "babel-core": "6.26.0",
    "babel-loader": "7.1.2",
    "babel-plugin-import-glob": "2.0.0",
    "babel-plugin-transform-object-rest-spread": "6.26.0",
    "babel-preset-es2015": "6.24.1",
    "babel-preset-es2015-webpack2": "1.0.0",
    "babel-preset-react": "6.24.1",
    "const-version": "1.0.1",
    "cross-env": "5.1.1",
    "file-loader": "1.1.5",
    "gh-pages": "1.0.0",
    "open-browser-webpack-plugin": "0.0.5",
    "react": "15.4.0",
    "react-container-dimensions": "1.3.2",
    "react-dom": "15.4.0",
    "rimraf": "2.6.2",
    "webpack": "3.8.1",
    "webpack-dev-server": "2.9.3"
  }
}
