johnjones4/InBrief

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "inbrief",
  "version": "2.0.0-beta.8",
  "author": "John Jones <johnjones4@gmail.com>",
  "description": "InBrief is a personal briefing app and dashboard.",
  "private": true,
  "dependencies": {
    "asana": "^0.16.6",
    "electron-oauth2": "^3.0.0",
    "electron-settings": "^3.1.4",
    "electron-updater": "^2.18.2",
    "ews-javascript-api": "^0.9.2",
    "feedparser": "^2.2.7",
    "fs-extra": "^3.0.1",
    "httpntlm": "^1.7.5",
    "ical": "^0.6.0",
    "imap": "^0.8.19",
    "lodash": "^4.17.19",
    "oauth-electron-twitter": "https://github.com/johnjones4/oauth-electron-twitter",
    "promise": "8.0.1",
    "promise-queue": "^2.2.3",
    "prop-types": "^15.6.0",
    "react": "^16.2.0",
    "react-dom": "^16.2.0",
    "react-grid-layout": "^0.16.2",
    "react-redux": "^5.0.6",
    "redux": "^3.7.2",
    "redux-logger": "^3.0.6",
    "redux-thunk": "^2.2.0",
    "request": "^2.83.0",
    "request-promise-native": "^1.0.5",
    "twitter": "^1.7.1",
    "uuid": "^3.3.2",
    "zipcodes": "^8.0.0"
  },
  "devDependencies": {
    "autoprefixer": "7.1.6",
    "babel-core": "6.26.0",
    "babel-eslint": "7.2.3",
    "babel-jest": "20.0.3",
    "babel-loader": "7.1.2",
    "babel-preset-react-app": "^3.1.0",
    "babel-runtime": "6.26.0",
    "case-sensitive-paths-webpack-plugin": "2.1.1",
    "chalk": "1.1.3",
    "css-loader": "0.28.7",
    "dotenv": "4.0.0",
    "electron": "^7.2.4",
    "electron-builder": "^19.49.0",
    "eslint": "^4.10.0",
    "eslint-config-react-app": "^2.0.1",
    "eslint-config-standard": "^11.0.0-beta.0",
    "eslint-config-standard-react": "^5.0.0",
    "eslint-loader": "1.9.0",
    "eslint-plugin-flowtype": "2.39.1",
    "eslint-plugin-import": "2.8.0",
    "eslint-plugin-jsx-a11y": "5.1.1",
    "eslint-plugin-node": "^5.2.1",
    "eslint-plugin-react": "7.4.0",
    "eslint-plugin-standard": "^3.0.1",
    "extract-text-webpack-plugin": "3.0.2",
    "file-loader": "1.1.5",
    "html-webpack-plugin": "2.29.0",
    "jest": "20.0.4",
    "object-assign": "4.1.1",
    "postcss-flexbugs-fixes": "3.2.0",
    "postcss-loader": "2.0.8",
    "raf": "3.4.0",
    "react-dev-utils": "^4.2.1",
    "standard": "^10.0.3",
    "style-loader": "0.19.0",
    "sw-precache-webpack-plugin": "0.11.4",
    "url-loader": "0.6.2",
    "webpack": "3.8.1",
    "webpack-dev-server": "2.9.4",
    "webpack-manifest-plugin": "1.3.2",
    "whatwg-fetch": "2.0.3"
  },
  "scripts": {
    "start": "node scripts/start.js",
    "build": "node scripts/build.js",
    "lint": "eslint .",
    "test": "node scripts/test.js --env=jsdom",
    "electron": "ELECTRON_START_URL=http://localhost:3000 electron .",
    "pack": "build --dir",
    "dist": "yarn run build && build",
    "postinstall": "install-app-deps",
    "clean": "rm -rf dist && rm -rf build"
  },
  "proxy": "http://localhost:8080",
  "jest": {
    "collectCoverageFrom": [
      "src/**/*.{js,jsx,mjs}"
    ],
    "setupFiles": [
      "<rootDir>/config/polyfills.js"
    ],
    "testMatch": [
      "<rootDir>/src/**/__tests__/**/*.{js,jsx,mjs}",
      "<rootDir>/src/**/?(*.)(spec|test).{js,jsx,mjs}"
    ],
    "testEnvironment": "node",
    "testURL": "http://localhost",
    "transform": {
      "^.+\\.(js|jsx|mjs)$": "<rootDir>/node_modules/babel-jest",
      "^.+\\.css$": "<rootDir>/config/jest/cssTransform.js",
      "^(?!.*\\.(js|jsx|mjs|css|json)$)": "<rootDir>/config/jest/fileTransform.js"
    },
    "transformIgnorePatterns": [
      "[/\\\\]node_modules[/\\\\].+\\.(js|jsx|mjs)$"
    ],
    "moduleNameMapper": {
      "^react-native$": "react-native-web"
    },
    "moduleFileExtensions": [
      "web.js",
      "mjs",
      "js",
      "json",
      "web.jsx",
      "jsx",
      "node"
    ]
  },
  "babel": {
    "presets": [
      "react-app"
    ]
  },
  "homepage": "./",
  "main": "src/electron-starter.js",
  "build": {
    "appId": "com.johnjones.inbrief",
    "productName": "InBrief",
    "directories": {
      "buildResources": "public"
    },
    "mac": {
      "publish": {
        "provider": "github"
      }
    },
    "linux": {
      "category": "Utility"
    }
  }
}