-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·63 lines (63 loc) · 1.66 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
{
"name": "kefu_admin",
"version": "0.0.1",
"private": true,
"main": "main.js",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"open": "electron .",
"win32": "electron-builder --win --ia32",
"win64": "electron-builder --win --x64",
"mac": "electron-builder --mac --x64",
"linux32": "electron-builder --linux --ia32",
"linux64": "electron-builder --linux --x64"
},
"build": {
"appId": "im.aissz.com:666",
"productName": "客服系统",
"win": {
"icon": "logo.ico"
},
"mac": {
"icon": "mac.png"
},
"directories": {
"output": "build"
}
},
"dependencies": {
"axios": "^0.19.0",
"core-js": "^2.6.5",
"echarts": "^4.2.1",
"element-ui": "^2.10.1",
"moment": "^2.24.0",
"push.js": "^1.0.12",
"qiniu-js": "^2.5.5",
"v-charts": "^1.19.0",
"vue": "^2.6.10",
"vue-photo-preview": "git+https://github.com/chenxianqi/vue-photo-preview.git",
"vue-router": "^3.0.3",
"vuex": "^3.1.1",
"webpack": "^4.41.2"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.9.0",
"@vue/cli-plugin-eslint": "^3.9.0",
"@vue/cli-service": "^3.9.0",
"babel-eslint": "^10.0.1",
"electron": "^6.0.7",
"electron-builder": "^21.2.0",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"html-webpack-plugin": "^4.0.0-beta.8",
"mini-css-extract-plugin": "^0.8.0",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"vue-loader": "^15.7.1",
"vue-template-compiler": "^2.6.10",
"webpack-cli": "^3.3.8"
}
}