{
  "name": "orionsoft-parts",
  "version": "1.19.3",
  "main": "index.js",
  "repository": "http://github.com/orionsoft/parts",
  "author": "nicolaslopezj",
  "license": "MIT",
  "scripts": {
    "build": "rm -rf ./lib && babel ./src --out-dir ./lib && yarn run build-styles",
    "build-styles": "find src/ -name '*.less' ! -name '*import.less' -exec lessc {} \\; > ./lib/styles.css",
    "prepublish": "yarn run build",
    "test": "exit 0",
    "watch": "node watch.js",
    "test-watch": "jest --watch",
    "lint": "standard \"src/**/*.js\""
  },
  "devDependencies": {
    "apollo-client": "^2.4.2",
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.3",
    "babel-eslint": "^10.0.1",
    "babel-jest": "^23.6.0",
    "babel-plugin-transform-decorators-legacy": "^1.3.5",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-react": "^6.24.1",
    "babel-preset-stage-2": "^6.24.1",
    "colors": "^1.3.2",
    "eslint": "^5.7.0",
    "eslint-config-orionsoft": "^1.2.8",
    "eslint-plugin-import": "^2.14.0",
    "eslint-plugin-node": "^7.0.1",
    "eslint-plugin-react": "^7.11.1",
    "graphql": "^14.0.2",
    "graphql-tag": "^2.10.0",
    "jest-cli": "^23.6.0",
    "less": "^3.8.1",
    "react": "^16.5.2",
    "react-apollo": "^2.2.4",
    "react-apollo-decorators": "^2.0.2",
    "react-dom": "^16.5.2",
    "react-router-dom": "^5.0.1",
    "react-select": "^2.1.0",
    "simple-react-form": "^2.2.1"
  },
  "peerDependencies": {
    "apollo-client": "^2.3.5",
    "graphql-tag": "^2.9.2",
    "moment": "^2.17.1",
    "react": "^16.4.1",
    "react-apollo": "^2.1.8",
    "react-apollo-decorators": "^1.4.28",
    "react-dom": "^16.4.1",
    "react-router-dom": "^5.0.0",
    "react-select": "^1.2.1",
    "simple-react-form": "^2.1.3"
  },
  "dependencies": {
    "autobind-decorator": "^2.1.0",
    "boron": "^0.2.3",
    "lodash": "^4.17.11",
    "object-path": "^0.11.4",
    "prop-types": "^15.6.2",
    "react-autocomplete": "^1.8.1",
    "react-color": "^2.14.1",
    "react-icons": "^2.2.7",
    "react-ios-switch": "^0.1.19",
    "react-notification-system": "^0.2.17",
    "react-sortable-hoc": "^0.8.3",
    "react-tooltip": "^3.9.0"
  }
}
