1 Star 1 Fork 0

Wicon.Wang/AntDesignVueWithElectron

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 2.85 KB
一键复制 编辑 原始数据 按行查看 历史
Wicon.Wang 提交于 2022-05-01 12:27 . INIT
{
"name": "electron-app",
"private": true,
"main": "electron/build.js",
"version": "1.0.0",
"description": "electron app",
"author": {
"email": "support@hangyutech.com",
"name": "wicon.wang"
},
"scripts": {
"dev": "vite",
"build:web": "vite build --mode production",
"build:electron": "electron-builder",
"prebuild:electron": "vite build --mode electron && webpack",
"start": "concurrently \"electron .\" \"vite\"",
"preview:web": "vite preview",
"preview:electron": "electron ."
},
"dependencies": {
"@rollup/plugin-alias": "^3.1.9",
"ant-design-vue": "^3.1.1",
"axios": "^0.26.1",
"crypto-js": "^4.1.1",
"less": "^4.1.2",
"less-loader": "^10.2.0",
"moment": "^2.29.1",
"qs": "^6.10.3",
"urlencode": "^1.1.0",
"vue": "^3.2.25",
"vue-router": "^4.0.14"
},
"homepage": "./",
"build": {
"appId": "com.hangyutech",
"productName": "course",
"copyright": "Copyright © 2019 ${author}",
"electronDownload": {
"mirror": "https://npm.taobao.org/mirrors/electron/"
},
"files": [
"build-electron/**/*",
"package.json"
],
"directories": {
"buildResources": "./build-electron/"
},
"extraMetadata": {
"main": "./build-electron/build.js"
},
"extends": null,
"publish": [
{
"provider": "generic",
"url": "http://demo.com"
}
],
"mac": {
"category": "Business",
"target": "dmg",
"icon": "./electron/assets/logo.png"
},
"linux": {
"icon": "./electron/assets/logo.png",
"category": "Application",
"target": [
"AppImage"
]
},
"dmg": {
"icon": "./electron/assets/logo.png",
"background": "./electron/assets/dmg_background.png"
},
"win": {
"target": [
"msi",
"nsis"
],
"icon": "./electron/assets/logo.ico",
"artifactName": "${productName}-Web-Setup-${version}.${ext}",
"publisherName": "course"
},
"nsis": {
"allowToChangeInstallationDirectory": true,
"oneClick": false,
"perMachine": false,
"installerIcon": "./electron/assets/logo.ico"
}
},
"devDependencies": {
"@babel/eslint-parser": "^7.17.0",
"@babel/types": "^7.17.0",
"@types/eslint": "^8.4.1",
"@types/express": "^4.17.13",
"@types/express-serve-static-core": "^4.17.28",
"@types/node": "^17.0.26",
"@vitejs/plugin-vue": "^2.2.0",
"@vue/cli-plugin-eslint": "^5.0.4",
"concurrently": "^7.0.0",
"electron": "^17.1.0",
"electron-builder": "^22.5.1",
"electron-is-dev": "^2.0.0",
"electron-log": "^4.4.6",
"electron-updater": "^4.6.5",
"eslint": "^8.12.0",
"eslint-plugin-vue": "^8.5.0",
"typescript": "^4.5.4",
"vite": "^2.8.0",
"wait-on": "^6.0.1",
"webpack": "^5.70.0",
"webpack-cli": "^4.9.2"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
NodeJS
1
https://gitee.com/wiconwang/AntDesignVueWithElectron.git
git@gitee.com:wiconwang/AntDesignVueWithElectron.git
wiconwang
AntDesignVueWithElectron
AntDesignVueWithElectron
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385