1 Star 0 Fork 0

nuanyang/electron.application.template

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 3.85 KB
一键复制 编辑 原始数据 按行查看 历史
nuanyang 提交于 2021-01-25 16:42 . 初始化项目
{
"name": "cag-electron-2021",
"version": "0.0.1",
"author": "LiuHongyu <949297778@qq.com>",
"description": "An electron-vue project",
"license": null,
"main": "./dist/electron/main.js",
"scripts": {
"build": "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",
"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": ""
},
"build": {
"productName": "CAG Studio",
"appId": "com.bgi.cag",
"directories": {
"output": "output"
},
"nsis": {
"oneClick": false,
"allowElevation": true,
"allowToChangeInstallationDirectory": true,
"installerIcon": "./static/icons/icon.ico",
"uninstallerIcon": "./static/icons/icon.ico",
"installerHeaderIcon": "./static/icons/icon.ico",
"createDesktopShortcut": true,
"createStartMenuShortcut": true,
"shortcutName": "CAG Studio",
"include": "build/script/installer.nsh"
},
"files": [
"dist/electron/**/*"
],
"extraFiles": [
{
"from": "config.cfg",
"to": "config.cfg"
},
"./plugin/**"
],
"dmg": {
"contents": [
{
"x": 410,
"y": 150,
"type": "link",
"path": "/Applications"
},
{
"x": 130,
"y": 150,
"type": "file"
}
]
},
"mac": {
"icon": "static/icons/icon.icns"
},
"win": {
"icon": "static/icons/icon.ico",
"target": [
{
"target": "nsis"
}
]
},
"linux": {
"icon": "static/icons"
}
},
"dependencies": {
"adm-zip": "^0.5.1",
"animate.css": "^4.1.1",
"app-root-path": "^3.0.0",
"axios": "^0.18.0",
"electron-debug": "^1.5.0",
"electron-devtools-installer": "^2.2.4",
"electron-edge-js": "^12.18.4",
"element-ui": "^2.14.1",
"js-md5": "^0.7.3",
"log4js": "^6.3.0",
"nprogress": "^0.2.0",
"vue": "^2.5.16",
"vue-cookies": "^1.7.4",
"vue-electron": "^1.0.6",
"vue-router": "^3.0.1",
"vuex": "^3.0.1",
"vuex-electron": "^1.0.0",
"webpack-theme-color-replacer": "^1.3.15"
},
"devDependencies": {
"ajv": "^6.5.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-minify-webpack-plugin": "^0.3.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"babel-preset-stage-0": "^6.24.1",
"babel-register": "^6.26.0",
"cfonts": "^2.1.2",
"chalk": "^2.4.1",
"copy-webpack-plugin": "^4.5.1",
"cross-env": "^5.1.6",
"css-loader": "^0.28.11",
"del": "^3.0.0",
"devtron": "^1.4.0",
"electron": "^11.2.0",
"electron-builder": "^20.19.2",
"electron-debug": "^1.5.0",
"electron-devtools-installer": "^2.2.4",
"electron-edge-js": "^12.18.4",
"file-loader": "^1.1.11",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "0.4.0",
"multispinner": "^0.2.1",
"node-loader": "^0.6.0",
"node-sass": "^4.9.2",
"sass-loader": "^7.0.3",
"style-loader": "^0.21.0",
"url-loader": "^1.0.1",
"vue-html-loader": "^1.2.4",
"vue-loader": "^15.2.4",
"vue-style-loader": "^4.1.0",
"vue-template-compiler": "^2.5.16",
"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"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/N-Y/electron.application.template.git
git@gitee.com:N-Y/electron.application.template.git
N-Y
electron.application.template
electron.application.template
master

搜索帮助