{
  "name": "portfolio-graphql",
  "version": "0.0.181",
  "description": "Graphql models for portfolio",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "scripts": {
    "compile": "rimraf lib && tsc",
    "build": "cross-env TS_NODE_PROJECT=\"tsconfig.webpack.json\" webpack --mode development --config config/webpack/index.ts",
    "build:prod": "cross-env TS_NODE_PROJECT=\"tsconfig.webpack.json\" webpack --mode production --config config/webpack/index.ts",
    "prepare": "npm run build:prod",
    "analyze": "source-map-explorer dist/index.js",
    "test": "jest --config=jest.json",
    "generate": "cross-env TS_NODE_PROJECT=\"tsconfig.generate.json\" graphql-codegen --config codegen.yml",
    "postinstall": "patch-typed-document-node"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "dependencies": {

    "@babel/core": "^7.11.1",
    "@babel/preset-env": "^7.11.0",
    "babel-jest": "^26.3.0",
    "graphql": "^15.3.0",
    "lodash": "^4.17.20",
    "mathjs": "^7.6.0",
    "moment": "^2.27.0",
    "portfolio-common": "^1.1.13",
    "portfolio-models": "^1.0.326",
    "stringify-object": "^3.3.0"
  },
  "devDependencies": {
    "@babel/preset-typescript": "^7.10.4",
    "@graphql-codegen/add": "^2.0.1",
    "@graphql-codegen/cli": "^1.17.8",
    "@graphql-codegen/introspection": "1.17.8",
    "@graphql-codegen/typed-document-node": "^1.17.9",
    "@graphql-codegen/typescript": "^1.17.8",
    "@graphql-codegen/typescript-document-nodes": "1.17.8",
    "@graphql-codegen/typescript-graphql-files-modules": "1.17.8",
    "@graphql-codegen/typescript-operations": "^1.17.8",
    "@graphql-codegen/typescript-react-apollo": "2.0.6",
    "@graphql-codegen/typescript-resolvers": "1.17.8",
    "@graphql-typed-document-node/core": "^3.1.0",
    "@graphql-typed-document-node/patch-cli": "^3.0.4",
    "@types/jest": "^26.0.10",
    "@types/lodash": "^4.14.159",
    "@types/mathjs": "6.0.7",
    "@types/node": "^14.6.0",
    "@types/webpack": "^4.41.21",
    "@typescript-eslint/eslint-plugin": "^3.9.1",
    "@typescript-eslint/parser": "^3.9.1",
    "babel-eslint": "^10.1.0",
    "eslint": "^7.7.0",
    "eslint-config-prettier": "^6.11.0",
    "eslint-loader": "4.0.2",
    "eslint-plugin-flowtype": "5.2.0",
    "eslint-plugin-import": "^2.22.0",
    "eslint-plugin-prettier": "^3.1.4",
    "jest": "^26.4.0",
    "jest-cli": "^26.4.0",
    "prettier": "^2.0.5",
    "rimraf": "^3.0.2",
    "source-map-explorer": "^2.4.2",
    "ts-loader": "^8.0.2",
    "ts-node": "^8.10.2",
    "tsconfig-paths": "^3.9.0",
    "ttypescript": "^1.5.10",
    "typescript": "^3.9.7",
    "typescript-transform-paths": "^2.0.0",
    "webpack": "^4.44.1",
    "webpack-cli": "^3.3.12",
    "webpack-node-externals": "^2.5.1"
  },
  "babel": {
    "presets": [
      "@babel/preset-env",
      "@babel/preset-typescript"
    ]
  },
  "prettier": {
    "tabWidth": 2,
    "singleQuote": true,
    "endOfLine": "lf"
  }
}
