ridereceipts/ridereceipts

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "ridereceipts",
  "productName": "Ride Receipts",
  "version": "1.8.23",
  "private": true,
  "author": "Hello Efficiency Inc. <info@helloefficiency.com>",
  "description": "Simple automation desktop app to download and organize your tax invoices from Uber.",
  "license": "LGPL-3.0-or-later",
  "main": "./dist/electron/main.js",
  "keywords": [
    "Receipts",
    "Uber",
    "Lyft",
    "Accounting",
    "Productivity",
    "tax",
    "freelancer"
  ],
  "scripts": {
    "build": "cross-env PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true node .electron-vue/build.js && electron-builder",
    "build:dir": "node .electron-vue/build.js && electron-builder --dir",
    "build:clean": "cross-env BUILD_TARGET=clean node .electron-vue/build.js",
    "build:web": "cross-env BUILD_TARGET=web node .electron-vue/build.js",
    "release:mac": "electron-builder build --mac -p always",
    "release:other": "electron-builder build --win -p always",
    "dev": "node .electron-vue/dev-runner.js",
    "lint": "eslint --ext .js,.vue -f ./node_modules/eslint-friendly-formatter src",
    "lint:fix": "eslint --ext .js,.vue -f ./node_modules/eslint-friendly-formatter --fix src",
    "pack": "npm run pack:main && npm run pack:renderer",
    "pack:main": "cross-env NODE_ENV=production webpack --progress --colors --config .electron-vue/webpack.main.config.js",
    "pack:renderer": "cross-env NODE_ENV=production webpack --progress --colors --config .electron-vue/webpack.renderer.config.js",
    "postinstall": "npm run lint:fix"
  },
  "build": {
    "asar": true,
    "productName": "Ride Receipts",
    "appId": "io.helloefficiency.ridereceipts",
    "afterSign": "notarize.js",
    "directories": {
      "output": "build"
    },
    "files": [
      "dist/electron/**/*"
    ],
    "dmg": {
      "contents": [
        {
          "x": 410,
          "y": 150,
          "type": "link",
          "path": "/Applications"
        },
        {
          "x": 130,
          "y": 150,
          "type": "file"
        }
      ]
    },
    "mac": {
      "publish": [
        {
          "provider": "spaces",
          "name": "ridereceiptspro",
          "region": "sfo2",
          "path": "/ridereceipts"
        }
      ],
      "hardenedRuntime": true,
      "gatekeeperAssess": false,
      "entitlements": "./entitlements.mac.inherit.plist",
      "target": [
        "dmg"
      ],
      "icon": "build/icons/icon.icns"
    },
    "win": {
      "publish": [
        {
          "provider": "spaces",
          "name": "ridereceiptspro",
          "region": "sfo2",
          "path": "/ridereceipts"
        }
      ],
      "certificateFile": "windows_codesign.pfx",
      "certificatePassword": "hello!@#$%^",
      "icon": "build/icons/icon.ico"
    }
  },
  "dependencies": {
    "about-window": "^1.12.1",
    "axios": "^0.19.0",
    "bootstrap": "^4.1.0",
    "bootstrap-vue": "^2.6.1",
    "cheerio": "^1.0.0-rc.2",
    "dayjs": "^1.8.22",
    "electron-context-menu": "^2.0.1",
    "electron-log": "^4.0.6",
    "electron-notarize": "^1.0.0",
    "electron-store": "^5.1.0",
    "electron-util": "^0.14.0",
    "eslint-plugin-vue": "^6.2.2",
    "fs-jetpack": "^2.0.0",
    "fuse.js": "^6.0.4",
    "jquery": "^3.2.1",
    "lodash": "^4.17.20",
    "node-forge": "^0.10.0",
    "node-machine-id": "^1.1.10",
    "popper.js": "^1.12.9",
    "request": "^2.88.0",
    "vue": "^2.5.16",
    "vue-carousel": "^0.18.0",
    "vue-electron": "^1.0.6",
    "vue-router": "^3.0.1",
    "vuex": "^3.1.0"
  },
  "devDependencies": {
    "@babel/core": "^7.8.7",
    "@babel/plugin-proposal-class-properties": "^7.0.0",
    "@babel/plugin-proposal-decorators": "^7.0.0",
    "@babel/plugin-proposal-do-expressions": "^7.0.0",
    "@babel/plugin-proposal-export-default-from": "^7.0.0",
    "@babel/plugin-proposal-export-namespace-from": "^7.0.0",
    "@babel/plugin-proposal-function-bind": "^7.0.0",
    "@babel/plugin-proposal-function-sent": "^7.0.0",
    "@babel/plugin-proposal-json-strings": "^7.0.0",
    "@babel/plugin-proposal-logical-assignment-operators": "^7.0.0",
    "@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0",
    "@babel/plugin-proposal-numeric-separator": "^7.0.0",
    "@babel/plugin-proposal-optional-chaining": "^7.0.0",
    "@babel/plugin-proposal-pipeline-operator": "^7.0.0",
    "@babel/plugin-proposal-throw-expressions": "^7.0.0",
    "@babel/plugin-syntax-dynamic-import": "^7.0.0",
    "@babel/plugin-syntax-import-meta": "^7.0.0",
    "@babel/plugin-transform-runtime": "^7.0.0",
    "@babel/preset-env": "^7.8.7",
    "@babel/register": "^7.0.0",
    "@babel/runtime-corejs2": "^7.8.7",
    "babel-eslint": "^10.0.1",
    "babel-loader": "^8.0.0",
    "babili-webpack-plugin": "^0.1.2",
    "cfonts": "^2.1.2",
    "chalk": "^4.1.0",
    "copy-webpack-plugin": "^6.0.2",
    "core-js": "^3.6.5",
    "cross-env": "^7.0.2",
    "css-loader": "^3.1.0",
    "del": "^5.0.0",
    "devtron": "^1.4.0",
    "electron": "^9.0.4",
    "electron-builder": "^22.4.0",
    "electron-debug": "^3.0.1",
    "electron-devtools-installer": "^3.0.0",
    "electron-updater": "^4.3.1",
    "eslint": "^7.2.0",
    "eslint-config-standard": "^14.1.0",
    "eslint-friendly-formatter": "^4.0.0",
    "eslint-loader": "^4.0.2",
    "eslint-plugin-html": "^6.0.0",
    "eslint-plugin-import": "^2.7.0",
    "eslint-plugin-node": "^11.0.0",
    "eslint-plugin-promise": "^4.0.0",
    "eslint-plugin-standard": "^4.0.0",
    "file-loader": "^6.0.0",
    "html-webpack-plugin": "^3.2.0",
    "mini-css-extract-plugin": "^0.9.0",
    "multispinner": "^0.2.1",
    "node-loader": "^0.6.0",
    "node-sass": "^4.7.2",
    "sass-loader": "^8.0.0",
    "style-loader": "^1.0.1",
    "url-loader": "^4.1.0",
    "vue-html-loader": "^1.2.4",
    "vue-loader": "^15.4.1",
    "vue-style-loader": "^4.0.2",
    "vue-template-compiler": "^2.5.16",
    "webpack": "^4.42.0",
    "webpack-dev-server": "^3.1.7",
    "webpack-hot-middleware": "^2.22.2",
    "webpack-merge": "^4.1.2"
  }
}