{
  "name": "portfolio-common",
  "version": "1.1.13",
  "description": "",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "scripts": {
    "compile": "rimraf lib && tsc",
    "build": "cross-env TS_NODE_PROJECT=\"tsconfig-for-webpack-config.json\" webpack --config config/webpack/index.ts",
    "build:prod": "cross-env TS_NODE_PROJECT=\"tsconfig-for-webpack-config.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"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "@babel/core": "^7.9.0",
    "@babel/preset-env": "^7.9.5",
    "babel-jest": "^25.3.0",
    "lodash": "^4.17.15",
    "mathjs": "^7.6.0",
    "moment": "^2.23.0",
    "prettier": "^2.0.4",
    "stringify-object": "^3.3.0"
  },
  "devDependencies": {
    "@babel/preset-typescript": "^7.9.0",
    "@types/jest": "^25.2.1",
    "@types/lodash": "^4.14.150",
    "@types/mathjs": "^6.0.7",
    "@types/node": "^13.13.0",
    "@types/webpack": "^4.41.12",
    "@typescript-eslint/eslint-plugin": "^2.10.0",
    "@typescript-eslint/parser": "^2.10.0",
    "babel-eslint": "^10.0.3",
    "eslint": "^6.8.0",
    "eslint-config-prettier": "^6.10.1",
    "eslint-loader": "3.0.2",
    "eslint-plugin-flowtype": "4.6.0",
    "eslint-plugin-import": "^2.20.2",
    "eslint-plugin-prettier": "^3.1.2",
    "jest": "^25.3.0",
    "jest-cli": "^25.3.0",
    "rimraf": "^2.6.1",
    "source-map-explorer": "^1.8.0",
    "ts-loader": "^5.3.2",
    "ts-node": "^8.8.2",
    "tsconfig-paths": "^3.9.0",
    "typescript": "^3.8.3",
    "webpack": "^4.28.2",
    "webpack-cli": "^3.3.11",
    "webpack-node-externals": "^1.7.2"
  },
  "babel": {
    "presets": [
      "@babel/preset-env",
      "@babel/preset-typescript"
    ]
  },
  "prettier": {
    "tabWidth": 2,
    "singleQuote": true,
    "endOfLine": "lf"
  }
}
