UNPKG

ridereceipts

Version:

Simple automation desktop app to download and organize your tax invoices from Uber.

147 lines (146 loc) 4.37 kB
{ "name": "ridereceipts", "version": "1.7.6", "author": "Hello Efficiency Inc. <info@helloefficiency.com>", "description": "Simple automation desktop app to download and organize your tax invoices from Uber.", "license": "MIT", "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", "publish": "build --mac --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, "publish": [ { "provider": "github", "owner": "ridereceipts", "repo": "ridereceipts" } ], "productName": "Ride Receipts", "appId": "io.helloefficiency.ridereceipts", "directories": { "output": "build" }, "files": [ "dist/electron/**/*" ], "dmg": { "contents": [ { "x": 410, "y": 150, "type": "link", "path": "/Applications" }, { "x": 130, "y": 150, "type": "file" } ] }, "mac": { "publish": [ "github" ], "icon": "build/icons/icon.icns" }, "win": { "publish": [ "github" ], "icon": "build/icons/icon.ico" } }, "dependencies": { "about-window": "^1.12.1", "axios": "^0.18.0", "bootstrap": "^4.1.0", "bootstrap-vue": "^2.0.0-rc.11", "cheerio": "^1.0.0-rc.2", "chrome-launcher": "^0.10.5", "dayjs": "^1.5.15", "electron-context-menu": "^0.11.0", "electron-log": "^3.0.1", "electron-store": "^2.0.0", "fkill": "^5.2.0", "fs-jetpack": "^2.0.0", "jquery": "^3.2.1", "popper.js": "^1.12.9", "puppeteer-core": "^1.9.0", "sass-loader": "^7.0.1", "update-electron-app": "^1.3.0", "vue": "^2.5.16", "vue-carousel": "^0.17.0", "vue-electron": "^1.0.6", "vue-router": "^3.0.1" }, "devDependencies": { "babel-core": "^6.25.0", "babel-eslint": "^10.0.1", "babel-loader": "^7.1.1", "babel-plugin-transform-runtime": "^6.23.0", "babel-preset-env": "^1.6.0", "babel-preset-stage-0": "^6.24.1", "babel-register": "^6.24.1", "babili-webpack-plugin": "^0.1.2", "cfonts": "^2.1.2", "chalk": "^2.1.0", "copy-webpack-plugin": "^4.0.1", "cross-env": "^5.2.0", "css-loader": "^2.1.0", "del": "^3.0.0", "devtron": "^1.4.0", "electron": "^4.0.2", "electron-builder": "^20.28.3", "electron-debug": "^2.0.0", "electron-devtools-installer": "^2.2.0", "electron-updater": "^4.0.5", "eslint": "^5.0.1", "eslint-config-standard": "^12.0.0", "eslint-friendly-formatter": "^4.0.0", "eslint-loader": "^2.0.0", "eslint-plugin-html": "^4.0.1", "eslint-plugin-import": "^2.7.0", "eslint-plugin-node": "^8.0.1", "eslint-plugin-promise": "^4.0.0", "eslint-plugin-standard": "^4.0.0", "file-loader": "^3.0.1", "html-webpack-plugin": "^3.2.0", "mini-css-extract-plugin": "^0.5.0", "multispinner": "^0.2.1", "node-loader": "^0.6.0", "node-sass": "^4.7.2", "style-loader": "^0.23.0", "url-loader": "^1.0.1", "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.10.2", "webpack-dev-server": "^3.1.7", "webpack-hot-middleware": "^2.22.2", "webpack-merge": "^4.1.2" } }