-
Notifications
You must be signed in to change notification settings - Fork 78
/
Copy pathpackage.json
98 lines (98 loc) · 3.09 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
{
"name": "moyu",
"version": "0.8.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"serve:share": "vue-cli-service serve --share",
"serve:html": "vue-cli-service serve --html",
"build": "vue-cli-service build",
"build:share": "vue-cli-service build --share",
"build:html": "vue-cli-service build --html",
"build:electron": "vue-cli-service electron:build",
"test:e2e": "vue-cli-service test:e2e",
"lint": "vue-cli-service lint",
"electron:build": "vue-cli-service electron:build",
"electron:serve": "vue-cli-service electron:serve",
"dev": "vue-cli-service electron:serve",
"postinstall": "electron-builder install-app-deps",
"postuninstall": "electron-builder install-app-deps"
},
"main": "background.js",
"dependencies": {
"@element-plus/icons-vue": "^2.0.1",
"@koa/cors": "^3.1.0",
"@types/js-beautify": "^1.13.2",
"@types/js-yaml": "^4.0.3",
"@types/jsontoxml": "^1.0.2",
"@types/koa": "^2.13.4",
"@types/koa__cors": "^3.0.3",
"@types/mockjs": "^1.0.4",
"@types/set-cookie-parser": "^2.4.1",
"axios": "^0.21.1",
"brace": "^0.11.1",
"core-js": "^3.6.5",
"dayjs": "^1.10.5",
"dexie": "^3.0.3",
"electron-updater": "^4.3.9",
"element-plus": "2.2.2",
"file-type": "^16.5.3",
"form-data": "^4.0.0",
"fs-extra": "^10.0.0",
"got": "^11.8.2",
"highlight.js": "^11.6.0",
"html2canvas": "^1.4.1",
"ip": "^1.1.5",
"js-beautify": "^1.14.0",
"js-cookie": "^2.2.1",
"js-yaml": "^4.1.0",
"json5": "^2.2.0",
"jsontoxml": "^1.0.1",
"koa": "^2.13.4",
"lodash": "^4.17.21",
"mitt": "^3.0.0",
"mockjs": "^1.1.0",
"monaco-editor": "0.30.0",
"monaco-editor-webpack-plugin": "^6.0.0",
"nanoid": "^3.1.23",
"nprogress": "^0.2.0",
"pinia": "^2.0.33",
"proxy-agent": "^5.0.0",
"set-cookie-parser": "^2.4.8",
"vue": "^3.2.37",
"vue-router": "^4.0.0-0",
"vuedraggable": "^4.0.3",
"vuex": "^4.0.0-0"
},
"devDependencies": {
"@types/electron-devtools-installer": "^2.2.0",
"@types/js-cookie": "^2.2.6",
"@types/lodash": "^4.14.170",
"@types/nprogress": "^0.2.0",
"@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-plugin-vuex": "~4.5.0",
"@vue/cli-service": "4.5.17",
"@vue/compiler-sfc": "^3.0.0",
"@vue/eslint-config-airbnb": "^5.0.2",
"@vue/eslint-config-typescript": "^7.0.0",
"base64-inline-loader": "^2.0.1",
"electron": "16.0.6",
"electron-devtools-installer": "^3.1.0",
"eslint": "^6.7.2",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-vue": "^7.0.0",
"html-webpack-inline-source-plugin": "^0.0.10",
"openapi-types": "^9.3.0",
"sass": "^1.26.5",
"sass-loader": "^8.0.2",
"typescript": "^4.5.0",
"vue-cli-plugin-electron-builder": "~2.1.1",
"webpack-bundle-analyzer": "^4.5.0"
},
"__npminstall_done": false
}