-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
119 lines (119 loc) · 3.46 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
{
"name": "electron_vue_demo",
"version": "1.0.1",
"description": "a project for eletron wrap webapge",
"build": {
"productName": "EVD",
"appId": "com.electron_vue",
"copyright": "Copyright © 2018 ${author}",
"directories": {
"output": "build"
},
"publish": [
{
"provider": "generic",
"url": "http://electron_vue.com/download/"
}
],
"mac": {
"icon": "./icons/Logo-icon.png"
},
"win": {
"icon": "./icons/Logo-icon.ico",
"target": [
"nsis"
]
},
"nsis": {
"createStartMenuShortcut": true,
"artifactName": "${productName}_Setup_${version}.${ext}"
}
},
"scripts": {
"dev": "node run.js",
"pack": "cross-env NODE_ENV=production webpack -p --progress --colors --config webpack.config.js",
"build:win": "ELECTRON_MIRROR=https://npm.taobao.org/mirrors/electron/ build --win",
"build:mac": "ELECTRON_MIRROR=https://npm.taobao.org/mirrors/electron/ build --mac"
},
"license": "MIT",
"dependencies": {
"app-builder-lib": "^20.27.1",
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.1",
"babel-loader": "^7.1.2",
"babel-plugin-istanbul": "^4.1.5",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-register": "^6.26.0",
"babel-runtime": "^6.26.0",
"bluebird": "^3.5.1",
"chai": "^4.1.2",
"cross-env": "^5.1.3",
"css-loader": "^0.28.9",
"debug": "^3.1.0",
"del": "^3.0.0",
"devtron": "^1.4.0",
"dotenv": "^4.0.0",
"electron-debug": "^1.5.0",
"electron-devtools-installer": "^2.2.3",
"electron-packager": "^10.1.1",
"electron-updater": "^3.0.3",
"eslint": "^4.19.1",
"eslint-config-standard": "^11.0.0-beta.0",
"eslint-friendly-formatter": "^3.0.0",
"eslint-loader": "^1.9.0",
"eslint-plugin-html": "^4.0.1",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-react": "^7.10.0",
"eslint-plugin-standard": "^3.0.1",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.6",
"html-webpack-plugin": "^2.30.1",
"iconv-lite": "^0.4.23",
"inject-loader": "^3.0.1",
"iview": "^3.0.0",
"json-loader": "^0.5.7",
"karma": "^2.0.0",
"karma-chai": "^0.1.0",
"karma-coverage": "^1.1.1",
"karma-electron": "^5.2.2",
"karma-mocha": "^1.3.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "0.0.32",
"karma-webpack": "^2.0.9",
"less": "^2.7.3",
"less-loader": "^4.0.5",
"mocha": "^5.0.0",
"node": "^10.8.0",
"node-wmic": "^1.1.0",
"require-dir": "^0.3.2",
"reset-css": "^2.2.1",
"spectron": "^3.7.2",
"style-loader": "^0.19.1",
"tree-kill": "^1.2.0",
"url-loader": "^0.6.2",
"vue": "^2.1.10",
"vue-electron": "^1.0.6",
"vue-hot-reload-api": "^2.2.4",
"vue-html-loader": "^1.2.4",
"vue-loader": "^13.7.0",
"vue-resource": "^1.5.0",
"vue-router": "^2.1.2",
"vue-style-loader": "^3.0.3",
"vue-template-compiler": "^2.5.13",
"vuex": "^2.1.1",
"webpack": "^3.10.0",
"webpack-dev-server": "^3.1.11",
"webpack-merge": "^4.1.1"
},
"devDependencies": {
"electron": "^9.4.0",
"electron-builder": "^20.26.1"
},
"main": "./app/dist/main.js",
"repository": "https://github.com/qiongqiongwoo/electron_vue_demo.git",
"author": "wuhuaqiong <wuhuaqiong@chemanman.com>"
}