{ "name": "picgo", "version": "2.1.2", "author": "Molunerfinn ", "description": "Easy to upload your pic & copy to write", "license": "MIT", "main": "./dist/electron/main.js", "scripts": { "render": "webpack-dev-server --hot --colors --config .electron-vue/webpack.renderer.config.js --port 9080 --content-base app/dist", "build": "node .electron-vue/build.js && electron-builder", "release": "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", "dev": "node .electron-vue/dev-runner.js", "e2e": "npm run pack && mocha test/e2e", "lint": "eslint --ext .js,.vue -f ./node_modules/eslint-friendly-formatter src test", "lint:fix": "eslint --ext .js,.vue -f ./node_modules/eslint-friendly-formatter --fix src test", "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", "test": "npm run unit && npm run e2e", "unit": "karma start test/unit/karma.conf.js", "postinstall": "npm run lint:fix", "build:docs": "cross-env NODE_ENV=production webpack -p --config .electron-vue/webpack.docs.config.js", "docs": "webpack-dev-server --content-base docs/dist --config .electron-vue/webpack.docs.config.js --hot --inline", "patch": "npm version patch && git push origin master && git push origin --tags", "minor": "npm version minor && git push origin master && git push origin --tags", "major": "npm version major && git push origin master && git push origin --tags", "cz": "git-cz", "bump": "bump-version" }, "husky": { "hooks": { "commit-msg": "commitlint -E HUSKY_GIT_PARAMS" } }, "config": { "commitizen": { "path": "./node_modules/cz-customizable" }, "cz-customizable": { "config": "./node_modules/@picgo/bump-version/.cz-config.js" } }, "commitlint": { "extends": [ "./node_modules/@picgo/bump-version/commitlint-picgo" ] }, "build": { "productName": "PicGo", "appId": "com.molunerfinn.picgo", "directories": { "output": "build" }, "files": [ "dist/electron/**/*" ], "dmg": { "contents": [ { "x": 410, "y": 150, "type": "link", "path": "/Applications" }, { "x": 130, "y": 150, "type": "file" } ] }, "mac": { "icon": "build/icons/icon.icns", "extendInfo": { "LSUIElement": 1 } }, "win": { "icon": "build/icons/icon.ico", "target": "nsis" }, "nsis": { "oneClick": false, "allowToChangeInstallationDirectory": true }, "linux": { "icon": "build/icons/" } }, "dependencies": { "axios": "^0.16.1", "dateformat": "^3.0.3", "element-ui": "^2.4.11", "fix-path": "^2.1.0", "fs-extra": "^4.0.2", "image-size": "^0.6.1", "keycode": "^2.1.9", "lodash-id": "^0.14.0", "lowdb": "^1.0.0", "md5": "^2.2.1", "melody.css": "^1.0.2", "picgo": "^1.3.7", "qiniu": "^7.1.1", "vue": "^2.3.3", "vue-electron": "^1.0.6", "vue-gallery": "^1.2.4", "vue-lazyload": "^1.2.6", "vue-router": "^2.5.3", "vuex": "^2.3.1" }, "devDependencies": { "@commitlint/cli": "^7.5.2", "@picgo/bump-version": "^1.0.2", "babel-core": "^6.25.0", "babel-eslint": "^7.2.3", "babel-loader": "^7.1.1", "babel-plugin-istanbul": "^4.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": "^1.1.3", "chai": "^4.0.0", "chalk": "^2.1.0", "commitizen": "^3.0.7", "conventional-changelog": "^3.0.6", "copy-webpack-plugin": "^4.0.1", "cross-env": "^5.0.5", "css-loader": "^0.28.4", "cz-customizable": "^5.10.0", "del": "^3.0.0", "devtron": "^1.4.0", "electron": "^5.0.1", "electron-builder": "^20.38.4", "electron-debug": "^1.4.0", "electron-devtools-installer": "^2.2.0", "eslint": "^4.4.1", "eslint-config-standard": "^10.2.1", "eslint-friendly-formatter": "^3.0.0", "eslint-loader": "^2.1.1", "eslint-plugin-html": "^3.1.1", "eslint-plugin-import": "^2.7.0", "eslint-plugin-node": "^5.1.1", "eslint-plugin-promise": "^3.5.0", "eslint-plugin-standard": "^3.0.1", "file-loader": "^3.0.1", "html-webpack-plugin": "^3.2.0", "husky": "^1.3.1", "inject-loader": "^3.0.0", "inquirer": "^6.3.1", "karma": "^1.3.0", "karma-chai": "^0.1.0", "karma-coverage": "^1.1.1", "karma-electron": "^5.1.1", "karma-mocha": "^1.2.0", "karma-sourcemap-loader": "^0.3.7", "karma-spec-reporter": "^0.0.31", "karma-webpack": "^2.0.1", "mini-css-extract-plugin": "0.4.0", "mocha": "^3.0.2", "multispinner": "^0.2.1", "node-loader": "^0.6.0", "pug": "^2.0.0-rc.4", "pug-loader": "^2.3.0", "pug-plain-loader": "^1.0.0", "require-dir": "^0.3.0", "spectron": "^3.7.1", "style-loader": "^0.23.1", "stylus": "^0.54.5", "stylus-loader": "^3.0.1", "url-loader": "^1.1.2", "vue-html-loader": "^1.2.4", "vue-loader": "^15.4.2", "vue-style-loader": "^4.1.2", "vue-template-compiler": "^2.4.2", "webpack": "^4.15.1", "webpack-cli": "^3.0.8", "webpack-dev-server": "^3.1.4", "webpack-hot-middleware": "^2.22.2", "webpack-merge": "^4.1.3" } }