@ytsteven/vue-cli-plugin-electron-builder
Version:
Easily Build Your Vue.js App For Desktop With Electron
92 lines • 2.71 kB
JSON
{
"name": "@ytsteven/vue-cli-plugin-electron-builder",
"version": "2.0.0-rc.6.2",
"description": "Easily Build Your Vue.js App For Desktop With Electron",
"author": {
"name": "ytsteven && Noah Klayman",
"email": "yt1647605516@gmail.com"
},
"bugs": {
"url": "https://github.com/nklayman/vue-cli-plugin-electron-builder/issues"
},
"dependencies": {
"@vue/cli-shared-utils": "^4.5.6",
"chokidar": "^3.0.2",
"electron-builder": "~22.10.0",
"execa": "^5.0.0",
"friendly-errors-webpack-plugin": "^1.7.0",
"fs-extra": "^9.0.1",
"lodash.merge": "^4.6.1",
"portfinder": "^1.0.16",
"pumpify": "^2.0.1",
"semver": "^7.3.2",
"shebang-loader": "^0.0.1",
"split2": "^3.0.0",
"terser-webpack-plugin": "^3.0.3",
"through2-filter": "^3.0.0",
"through2-map": "^3.0.0",
"unzip-crx": "^0.2.0",
"webpack": "^4.18.0",
"webpack-chain": "^6.0.0",
"webpack-merge": "^4.2.2",
"yargs": "^15.3.1"
},
"devDependencies": {
"@vue/cli": "^4.0.0",
"@vue/cli-plugin-babel": "^4.0.0",
"@vue/cli-plugin-eslint": "^4.0.0",
"@vue/cli-plugin-typescript": "^4.0.0",
"@vue/cli-plugin-unit-jest": "^4.0.0",
"@vue/cli-plugin-unit-mocha": "^4.0.0",
"@vue/cli-service": "^4.0.0",
"@vue/cli-test-utils": "^4.0.0",
"@vue/eslint-config-typescript": "^4.0.0",
"@vuepress/plugin-google-analytics": "^1.8.0",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"electron": "^11.2.1",
"electron-devtools-installer": "^3.1.0",
"eslint": "^7.2.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.21.2",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^4.0.0",
"eslint-plugin-standard": "^5.0.0",
"jest": "^24.8.0",
"lnk": "^1.1.0",
"rimraf": "^3.0.0",
"spectron": "^13.0.0",
"terminal-tasks": "^0.0.5",
"typescript": "^3.9.5",
"vue": "^2.5.20",
"vue-template-compiler": "^2.5.20",
"vuepress": "^1.5.1"
},
"funding": "https://github.com/sponsors/nklayman",
"homepage": "https://nklayman.github.io/vue-cli-plugin-electron-builder/",
"keywords": [
"electron",
"vue",
"cli",
"vue-cli",
"vue-cli-plugin",
"webpack",
"electron-builder",
"electron-webpack"
],
"license": "MIT",
"main": "index.js",
"private": false,
"repository": {
"type": "git",
"url": "git+https://github.com/nklayman/vue-cli-plugin-electron-builder.git"
},
"scripts": {
"docs:build": "vuepress build docs",
"docs:deploy": "node ./deployDocs.js",
"docs:dev": "vuepress dev docs",
"lint": "eslint .",
"pretest": "rimraf __tests__/projects/*",
"test": "jest"
}
}