代码拉取完成,页面将自动刷新
同步操作将从 nashaofu/dingtalk 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
{
"name": "dingtalk",
"version": "2.1.3",
"description": "钉钉桌面版,基于electron和钉钉网页版开发,支持Windows、Linux和macOS",
"author": "nashaofu <diaocheng@outlook.com>",
"main": "dist/main.js",
"scripts": {
"start": "electron .",
"lint": "eslint --ext .js,.vue src",
"dev": "node build/webpack.dev.conf.js",
"postinstall": "electron-builder install-app-deps",
"dev:main": "webpack --config build/main/webpack.dev.conf.js",
"dev:preload": "webpack --config build/preload/webpack.dev.conf.js",
"dev:renderer": "webpack-dev-server --config build/renderer/webpack.dev.conf.js",
"build": "webpack --config build/webpack.prod.conf.js",
"build:main": "webpack --config build/main/webpack.prod.conf.js",
"build:preload": "webpack --config build/preload/webpack.prod.conf.js",
"build:renderer": "webpack --config build/renderer/webpack.prod.conf.js",
"pack": "electron-builder",
"release": "electron-builder"
},
"keywords": [
"dingtalk",
"钉钉",
"linux",
"macOS",
"Windows"
],
"dependencies": {
"@babel/runtime": "^7.7.7",
"axios": "^0.19.0",
"electron-screenshots": "^0.0.5",
"electron-updater": "^4.2.0",
"lodash": "^4.17.15",
"normalize.css": "^8.0.1",
"vue": "^2.6.11"
},
"devDependencies": {
"@babel/core": "^7.7.7",
"@babel/plugin-proposal-class-properties": "^7.7.4",
"@babel/plugin-proposal-export-default-from": "^7.7.4",
"@babel/plugin-transform-runtime": "^7.7.6",
"@babel/preset-env": "^7.7.7",
"autoprefixer": "^9.7.3",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.6",
"chalk": "^3.0.0",
"css-loader": "^3.4.1",
"electron": "^6.1.7",
"electron-builder": "^21.2.0",
"electron-debug": "^3.0.1",
"electron-dev-webpack-plugin": "^1.0.4",
"electron-devtools-installer": "^2.2.4",
"eslint": "^6.8.0",
"eslint-config-standard": "^14.1.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-loader": "^3.0.3",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-vue": "^6.1.2",
"file-loader": "^5.0.2",
"friendly-errors-webpack-plugin": "^1.7.0",
"html-webpack-plugin": "^3.2.0",
"less": "^3.10.3",
"less-loader": "^5.0.0",
"mini-css-extract-plugin": "^0.9.0",
"postcss-loader": "^3.0.0",
"pug": "^2.0.4",
"pug-plain-loader": "^1.0.0",
"registry-auth-token": "^4.0.0",
"registry-url": "^5.1.0",
"url-loader": "^3.0.0",
"vue-loader": "^15.8.3",
"vue-template-compiler": "^2.6.11",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.10.1",
"webpack-merge": "^4.2.2"
},
"build": {
"appId": "com.electron.dingtalk",
"productName": "钉钉",
"artifactName": "dingtalk-${version}-${channel}-${arch}.${ext}",
"copyright": "Copyright © year nashaofu",
"asar": true,
"directories": {
"buildResources": "resources/icons",
"output": "release"
},
"files": [
"dist/**/*",
"resources/tray/*",
"resources/logo.png"
],
"publish": {
"provider": "github",
"owner": "nashaofu",
"repo": "dingtalk"
},
"mac": {
"target": "dmg",
"icon": "./resources/icons/icon.icns",
"category": "public.app-category.instant-messaging"
},
"win": {
"icon": "./resources/icons/icon.ico",
"target": [
{
"target": "nsis",
"arch": [
"x64",
"ia32"
]
}
]
},
"linux": {
"target": [
{
"target": "AppImage",
"arch": [
"x64",
"ia32",
"arm64",
"armv7l"
]
},
{
"target": "deb",
"arch": [
"x64",
"ia32",
"arm64",
"armv7l"
]
},
{
"target": "rpm",
"arch": [
"x64",
"ia32",
"arm64",
"armv7l"
]
}
],
"executableName": "dingtalk",
"icon": "./resources/icons",
"category": "InstantMessaging;Network"
},
"nsis": {
"oneClick": false,
"perMachine": true,
"allowToChangeInstallationDirectory": true,
"displayLanguageSelector": true,
"language": 2052
}
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/nashaofu/dingtalk.git"
},
"bugs": {
"url": "https://github.com/nashaofu/dingtalk/issues"
},
"homepage": "https://github.com/nashaofu/dingtalk#readme"
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。