2 Star 9 Fork 2

guang/chat

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 3.86 KB
一键复制 编辑 原始数据 按行查看 历史
guang 提交于 2022-04-25 11:31 . 简单版本
{
"name": "App",
"version": "0.0.1",
"author": "qinrgs <[email protected]>",
"description": "聊天",
"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": "install-app-deps"
},
"build": {
"productName": "聊吧",
"appId": "com.lb.app",
"directories": {
"output": "build.lb.exe"
},
"publish": [
{
"provider": "generic",
"url": "https://w3cjs.cn/download/exe/"
}
],
"asar": true,
"nsis": {
"oneClick": false,
"perMachine": true,
"allowElevation": true,
"allowToChangeInstallationDirectory": true,
"createDesktopShortcut": true,
"runAfterFinish": true,
"installerIcon": "./build/icons/icon.ico",
"uninstallerIcon": "./build/icons/icon.ico"
},
"files": [
"dist/electron/**/*",
"tools/**/*"
],
"dmg": {
"contents": [
{
"x": 410,
"y": 150,
"type": "link",
"path": "/Applications"
},
{
"x": 130,
"y": 150,
"type": "file"
}
]
},
"mac": {
"icon": "build/icons/icon.icns"
},
"win": {
"icon": "build/icons/icon.ico",
"requestedExecutionLevel": "highestAvailable"
},
"linux": {
"icon": "build/icons"
}
},
"dependencies": {
"axios": "^0.26.1",
"babili-webpack-plugin": "^0.1.2",
"cors": "^2.8.5",
"crypto-js": "^4.1.1",
"electron-log": "^4.4.1",
"electron-notarize": "^1.1.0",
"electron-store": "^8.0.1",
"electron-updater": "^4.3.9",
"element-ui": "^2.15.3",
"ffi-napi": "^4.0.3",
"get-port": "^5.1.1",
"koa": "^2.13.1",
"koa-bodyparser": "^4.3.0",
"koa-http-proxy-server": "^1.0.2",
"koa-static": "^5.0.0",
"moment": "^2.29.1",
"multispinner": "^0.2.1",
"qs": "^6.10.1",
"rage-edit": "^1.2.0",
"sqlite3": "^5.0.2",
"vue": "^2.5.16",
"vue-electron": "^1.0.6",
"vue-router": "^3.0.1",
"vuex": "^3.0.1"
},
"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": "12.0.13",
"electron-builder": "^20.19.2",
"electron-debug": "^1.5.0",
"electron-devtools-installer": "^2.2.4",
"file-loader": "^1.1.11",
"html-webpack-plugin": "^3.2.0",
"less": "^3.11.1",
"less-loader": "^5.0.0",
"listr": "^0.14.3",
"mini-css-extract-plugin": "0.4.0",
"node-loader": "^0.6.0",
"style-loader": "^0.21.0",
"uglifyjs-webpack-plugin": "^1.1.1",
"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"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/w3cjs/chat.git
[email protected]:w3cjs/chat.git
w3cjs
chat
chat
master

搜索帮助