{
  "name": "@nebulario/nodeflow-local-graph",
  "version": "1.73.9-master",
  "description": "Base for modules in node.",
  "main": "./dist/index.js",
  "repository": "github.com:vicjicaman/nodeflow-local-graph.git",
  "author": "Victor Jimenez <vic@repoflow.com>",
  "license": "SEE LICENSE IN LICENSE",
  "devDependencies": {
    "autoprefixer": "^7.2.3",
    "babel-cli": "^6.26.0",
    "babel-core": "6",
    "babel-loader": "^7.1.2",
    "babel-plugin-dynamic-import-node": "^1.2.0",
    "babel-plugin-dynamic-import-webpack": "^1.0.2",
    "babel-plugin-syntax-dynamic-import": "^6.18.0",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-preset-env": "^1.6.1",
    "babel-preset-react": "^6.24.1",
    "babel-preset-stage-0": "^6.24.1",
    "babel-preset-stage-2": "^6.24.1",
    "babel-runtime": "^6.26.0",
    "chunk-manifest-webpack-plugin": "^1.1.2",
    "css-loader": "^0.28.7",
    "extract-text-webpack-plugin": "^3.0.2",
    "file-loader": "^1.1.5",
    "node-fetch": "^2.1.2",
    "node-sass": "^4.7.2",
    "nodemon-webpack-plugin": "^0.1.5",
    "npm-run-all": "^4.1.2",
    "on-build-webpack": "^0.1.0",
    "postcss-flexbugs-fixes": "^3.2.0",
    "postcss-loader": "^2.0.9",
    "sass-loader": "^6.0.6",
    "shelljs": "^0.7.8",
    "style-loader": "^0.19.0",
    "uglifyjs-webpack-plugin": "^1.1.2",
    "webpack": "^3.8.1",
    "webpack-bundle-analyzer": "^2.9.1",
    "webpack-manifest-plugin": "^1.3.2",
    "webpack-node-externals": "^1.6.0"
  },
  "scripts": {
    "clean": "rm -Rf ./dist",
    "build:prod": "yarn clean && webpack --config webpack.config.js --env.production ",
    "build:dev": "yarn clean && webpack --config webpack.config.js --env.development ",
    "start:prod": "NODE_ENV=\"production\" node ./dist/index.js",
    "start:dev": "NODE_ENV=\"development\" node ./dist/index.js",
    "build:watch:prod": "yarn build:prod --watch",
    "build:watch:dev": "yarn build:dev --watch",
    "analyze": "webpack --config webpack.config.js --env.analyze"
  },
  "dependencies": {
    "@nebulario/core-json": "1.70.1-master",
    "@nebulario/core-logger": "1.70.3-master",
    "@nebulario/core-node": "1.70.1-master",
    "@nebulario/core-process": "1.70.1-master",
    "axios": "^0.18.0",
    "cors": "^2.8.4",
    "dotenv": "^6.2.0",
    "express-graphql": "^0.6.12",
    "graphql": "^0.13.2",
    "graphql-request": "^1.8.2",
    "graphql-tools": "^3.0.0",
    "graphql-tools-types": "^1.1.19",
    "lodash": "^4.17.11",
    "semver": "^5.6.0",
    "socket.io": "^2.3.0"
  },
  "peerDependencies": {}
}