-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
83 lines (83 loc) · 2.6 KB
/
package.json
File metadata and controls
83 lines (83 loc) · 2.6 KB
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
{
"name": "vue3-element-plus-template",
"version": "v1.2.0-RELEASE",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"test:unit": "vue-cli-service test:unit",
"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",
"postinstall": "electron-builder install-app-deps",
"postuninstall": "electron-builder install-app-deps"
},
"dependencies": {
"@element-plus/icons-vue": "^2.1.0",
"@vueuse/core": "^10.3.0",
"axios": "^1.4.0",
"body-parser": "^1.20.2",
"chalk": "^5.3.0",
"chokidar": "^3.5.3",
"core-js": "^3.8.3",
"element-plus": "^2.3.8",
"https-proxy-agent": "7",
"js-cookie": "3.0.3",
"mockjs": "^1.1.0",
"node-sass": "^7.0.0",
"normalize.css": "^8.0.1",
"nprogress": "^0.2.0",
"path": "^0.12.7",
"path-browserify": "^1.0.1",
"path-to-regexp": "^6.2.1",
"svg-sprite-loader": "^6.0.11",
"tunnel": "^0.0.6",
"vue": "^3.2.13",
"vue-i18n": "^9.2.2",
"vue-router": "^4.0.3",
"vuex": "^4.0.0",
"node-loader": "^2.0.0",
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/chai": "^4.2.15",
"@types/electron-devtools-installer": "^2.2.0",
"@types/js-cookie": "^3.0.3",
"@types/uuid": "^9.0.2",
"@types/mocha": "^8.2.1",
"@types/mockjs": "^1.0.7",
"@types/node": "^20.4.6",
"@types/nprogress": "^0.2.0",
"@types/path-browserify": "^1.0.0",
"@types/path-to-regexp": "^1.7.0",
"@types/webpack": "^5.28.1",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"@vue/babel-plugin-jsx": "^1.1.5",
"@vue/cli-plugin-babel": "~5.0.0",
"@vue/cli-plugin-e2e-cypress": "~5.0.0",
"@vue/cli-plugin-eslint": "~5.0.0",
"@vue/cli-plugin-router": "~5.0.0",
"@vue/cli-plugin-typescript": "~5.0.0",
"@vue/cli-plugin-unit-mocha": "~5.0.0",
"@vue/cli-plugin-vuex": "~5.0.0",
"@vue/cli-service": "~5.0.0",
"@vue/eslint-config-typescript": "^9.1.0",
"@vue/test-utils": "^2.0.0-0",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"cypress": "^9.7.0",
"electron": "^16.0.0",
"electron-devtools-installer": "^3.1.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^8.0.3",
"prettier": "^2.4.1",
"sass": "^1.32.7",
"sass-loader": "^13.0.0",
"typescript": "~4.5.5",
"vue-cli-plugin-electron-builder": "^3.0.0-alpha.4"
}
}