forked from CopyTranslator/CopyTranslator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
125 lines (125 loc) · 4.26 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
"name": "copytranslator",
"version": "9.0.1",
"private": true,
"description": "Foreign language assisted reading and translation solution",
"repository": {
"type": "git",
"url": "https://github.com/copytranslator/copytranslator.git"
},
"author": {
"name": "Elliott Zheng",
"email": "[email protected]",
"url": "https://hypercube.top"
},
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"electron:build": "npm run prebuild && vue-cli-service electron:build && npm run postbuild",
"electron:serve": "npm run prebuild && vue-cli-service electron:serve",
"postinstall": "electron-builder install-app-deps",
"rebuild": "npm rebuild --runtime=electron --target=6.0.0 --disturl=https://atom.io/download/atom-shell --abi=73",
"prebuild": "tsc ./src/prebuild.ts --downlevelIteration --esModuleInterop && node ./src/prebuild.js && npm run clean",
"postbuild": "node postbuild.js",
"ts:test": "tsc ./src/test.ts && node ./src/test.js && npm run clean",
"test": "jest --detectOpenHandles",
"clean": "node clean.js",
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs",
"docs:gen": "tsc ./src/generate-doc.ts --downlevelIteration --resolveJsonModule --esModuleInterop && node ./src/generate-doc.js && npm run clean",
"docs:deploy": "sh docs/.vuepress/release/sync.sh deploy"
},
"dependencies": {
"@opentranslate/baidu": "^1.0.0",
"@opentranslate/caiyun": "^1.0.0",
"@opentranslate/google": "^1.0.0",
"@opentranslate/languages": "^1.1.0",
"@opentranslate/sogou": "^1.0.0",
"@opentranslate/tencent": "^1.0.0",
"@opentranslate/translator": "^1.0.0",
"@opentranslate/youdao": "^1.0.0",
"ba64": "^3.0.9",
"baidu-aip-sdk": "^2.3.9",
"chalk": "^2.4.2",
"eazydict-bing": "https://github.com/CopyTranslator/eazydict-bing.git",
"eazydict-google": "https://github.com/CopyTranslator/eazydict-google.git",
"eazydict-youdao": "https://github.com/CopyTranslator/eazydict-youdao.git",
"electron-clipboard-extended": "^1.1.1",
"electron-updater": "^4.0.6",
"element-ui": "2.13.0",
"iohook": "0.6.2",
"lodash.compact": "^3.0.1",
"lodash.flatten": "^4.4.0",
"lodash.invert": "^4.3.0",
"lodash.keyby": "^4.6.0",
"lodash.sum": "^4.0.2",
"md5": "^2.2.1",
"normalize.css": "^8.0.1",
"robotjs": "https://github.com/octalmage/robotjs.git",
"sbd": "^1.0.15",
"shortcut-capture": "^1.2.1",
"vue": "^2.6.10",
"vue-class-component": "^7.1.0",
"vue-property-decorator": "^8.2.2",
"vue-router": "3.0.7",
"vuedraggable": "^2.23.0",
"vuex": "^3.1.1"
},
"devDependencies": {
"@types/jest": "^23.3.14",
"@types/lodash.compact": "^3.0.6",
"@types/lodash.flatten": "^4.4.6",
"@types/lodash.invert": "^4.3.6",
"@types/lodash.keyby": "^4.6.6",
"@types/lodash.sum": "^4.0.6",
"@types/md5": "^2.1.33",
"@types/node": "^11.13.20",
"@types/semver": "^6.0.0",
"@types/yaml": "^1.0.2",
"@typescript-eslint/eslint-plugin": "^2.10.0",
"@typescript-eslint/parser": "^2.10.0",
"@vue/cli-plugin-babel": "^3.2.0",
"@vue/cli-plugin-eslint": "^3.2.0",
"@vue/cli-plugin-typescript": "^3.3.0",
"@vue/cli-service": "^3.6.0",
"@vue/eslint-config-prettier": "^4.0.1",
"@vue/eslint-config-typescript": "^3.2.0",
"babel-eslint": "^10.0.1",
"babel-plugin-component": "^1.1.1",
"babel-plugin-lodash": "^3.3.4",
"electron": "^6.0.0",
"element-theme-chalk": "^2.11.1",
"eslint": "^5.8.0",
"eslint-config-prettier/@typescript-eslint": "^6.7.0",
"eslint-plugin-typescript": "^0.14.0",
"eslint-plugin-vue": "^5.0.0",
"jest": "^23.6.0",
"leancloud-storage": "^3.12.0",
"lodash-webpack-plugin": "^0.11.5",
"node-gyp": "^3.8.0",
"ts-jest": "^23.10.5",
"typescript": "^3.6.3",
"valine": "^1.3.4",
"vue-cli-plugin-electron-builder": "^1.4.0",
"vue-template-compiler": "^2.5.21",
"yaml": "^1.5.0"
},
"cmake-js": {
"runtime": "electron",
"runtimeVersion": "^3.0.0"
},
"iohook": {
"targets": [
"node-64",
"electron-73"
],
"platforms": [
"win32"
],
"arches": [
"x64"
]
},
"main": "background.js"
}