-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
72 lines (72 loc) · 2.22 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
{
"name": "readme",
"version": "2.1.4",
"private": true,
"description": "Github manager",
"author": {
"name": "Hunlongyu",
"email": "[email protected]"
},
"scripts": {
"lint": "vue-cli-service lint",
"build": "vue-cli-service electron:build",
"dev": "vue-cli-service electron:serve",
"postinstall": "electron-builder install-app-deps",
"postuninstall": "electron-builder install-app-deps",
"release": "vue-cli-service electron:build -p always"
},
"main": "background.js",
"dependencies": {
"@highlightjs/vue-plugin": "2.1.0",
"@octokit/core": "^3.5.1",
"axios": "^0.26.1",
"cheerio": "^1.0.0-rc.10",
"clipboard-copy": "^4.0.1",
"electron-updater": "^4.6.4",
"core-js": "^3.20.1",
"dexie": "^3.2.2",
"element-plus": "^2.1.0",
"file-saver": "^2.0.5",
"highlight.js": "^11.5.0",
"html2canvas": "^1.4.1",
"lodash-es": "^4.17.21",
"markdown-it": "^12.3.2",
"markdown-it-anchor": "^8.4.1",
"markdown-it-svg-code-copy": "^1.0.0",
"mitt": "^3.0.0",
"modern-normalize": "^1.1.0",
"vue": "^3.2.30",
"vue-i18n": "^9.1.9",
"vue-router": "^4.0.14"
},
"devDependencies": {
"@octokit/openapi-types": "^11.0.0",
"@types/electron-devtools-installer": "^2.2.0",
"@types/file-saver": "^2.0.3",
"@types/lodash-es": "^4.17.4",
"@types/markdown-it": "^12.0.3",
"@typescript-eslint/eslint-plugin": "^4.18.0",
"@typescript-eslint/parser": "^4.18.0",
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-plugin-router": "~4.5.0",
"@vue/cli-plugin-typescript": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/compiler-sfc": "^3.2.9",
"@vue/eslint-config-standard": "^5.1.2",
"@vue/eslint-config-typescript": "^7.0.0",
"babel-plugin-import": "^1.13.3",
"electron": "^15.0.0",
"electron-devtools-installer": "^3.1.0",
"eslint": "^6.7.2",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^7.0.0",
"sass": "^1.26.5",
"sass-loader": "^8.0.2",
"typescript": "~4.1.5",
"vue-cli-plugin-electron-builder": "~2.1.1"
}
}