-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
92 lines (92 loc) · 2.59 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
{
"name": "yqglxt",
"version": "2.1.0",
"description": "A base project with Vue.js2、Vue-Router、webpack2 and with iView2.",
"main": "index.js",
"scripts": {
"init": "webpack --progress --config webpack.dev.config.js",
"dev": "webpack-dev-server --content-base ./ --open --inline --hot --compress --history-api-fallback --config webpack.dev.config.js",
"build": "webpack --progress --hide-modules --config webpack.prod.config.js",
"packager": "electron-packager ./app tfyManager1 --win --out ../ElectronApp --arch=x64 --version=0.0.1",
"pack": "electron-builder --dir",
"dist": "electron-builder",
"start": "electron app"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iview/iview-project.git"
},
"author": "Aresn",
"license": "MIT",
"dependencies": {
"electron-updater": "^2.21.4",
"iview": "^2.0.0-rc.8",
"vue": "^2.2.6",
"vue-router": "^2.2.1"
},
"devDependencies": {
"autoprefixer-loader": "^2.0.0",
"axios": "^0.18.0",
"babel": "^6.23.0",
"babel-core": "^6.23.1",
"babel-loader": "^6.2.4",
"babel-plugin-transform-runtime": "^6.12.0",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.9.0",
"babel-runtime": "^6.11.6",
"css-loader": "^0.23.1",
"electron": "^1.8.4",
"electron-updater": "^2.21.4",
"extract-text-webpack-plugin": "^2.0.0",
"file-loader": "^0.8.5",
"html-loader": "^0.3.0",
"html-webpack-plugin": "^2.28.0",
"iview-loader": "^1.0.0-beta.3",
"less": "^2.7.1",
"less-loader": "^2.2.3",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"vue-hot-reload-api": "^1.3.3",
"vue-html-loader": "^1.2.3",
"vue-jsonp": "^0.1.7",
"vue-loader": "^11.0.0",
"vue-style-loader": "^1.0.0",
"vue-template-compiler": "^2.2.1",
"vuex": "^3.0.1",
"vuex-persistedstate": "^2.5.1",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.4.1",
"webpack-merge": "^3.0.0"
},
"bugs": {
"url": "https://github.com/iview/iview-project/issues"
},
"homepage": "https://www.iviewui.com",
"build": {
"productName": "舆情管理系统",
"appId": "yqglxt",
"directories": {
"output": "build"
},
"files": [
"resource/**/*",
"node_modules/**/*",
"index.js",
"package.json",
"index_prod.html"
],
"publish": [
{
"provider": "generic",
"url": "http://119.28.193.146/"
}
],
"win": {
"target": [
"nsis"
],
"icon": "build/icons/icon.ico",
"artifactName": "${productName}_setup_${version}.${ext}"
}
}
}