apply-clients 3.5.6-46 → 3.5.6-48

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (70) hide show
  1. package/build/dev-server.js +137 -137
  2. package/package.json +120 -120
  3. package/src/App.vue +25 -25
  4. package/src/components/android/Process/AppChargeList.vue +455 -455
  5. package/src/components/android/Process/AppServiceControl.vue +1760 -1760
  6. package/src/components/product/ApplyCharge/ApplyChargeList.vue +489 -489
  7. package/src/components/product/Function/Service/FunctionServiceControl.vue +497 -497
  8. package/src/components/product/Install/ContractCharge.vue +210 -210
  9. package/src/components/product/Supervisory/SupervisoryList.vue +452 -452
  10. package/src/filiale/ancheng/pc/SupervisoryList.vue +420 -420
  11. package/src/filiale/ancheng/pc.js +6 -6
  12. package/src/filiale/dingcheng/android/AppInstallationDetails.vue +477 -477
  13. package/src/filiale/dingcheng/pc/InstallationDetails.vue +607 -607
  14. package/src/filiale/fugou/android/AppAddMaterialScience.vue +444 -444
  15. package/src/filiale/fugou/android/AppAddReplacement.vue +512 -512
  16. package/src/filiale/fugou/android/AppDevicesManagement.vue +516 -516
  17. package/src/filiale/fugou/android/AppInstallationDetails.vue +541 -541
  18. package/src/filiale/fugou/android/AppZhihuanManagement.vue +242 -242
  19. package/src/filiale/fugou/pc/AddReplacement.vue +511 -511
  20. package/src/filiale/fugou/pc/ApplyChargeList.vue +554 -554
  21. package/src/filiale/fugou/pc/Applybatchdispatch.vue +754 -754
  22. package/src/filiale/fugou/pc/InstallationDetails.vue +646 -646
  23. package/src/filiale/fugou/pc/ServiceControl.vue +1741 -1741
  24. package/src/filiale/fugou/pc/SupervisoryList.vue +452 -452
  25. package/src/filiale/fugou/pc/addMaterialScience.vue +481 -481
  26. package/src/filiale/fugou/pc.js +20 -20
  27. package/src/filiale/gongyi/pc/addressAndUserinfoManagement.vue +187 -187
  28. package/src/filiale/gongyi/pc/chargeManagement.vue +765 -765
  29. package/src/filiale/gongyi/pc.js +25 -25
  30. package/src/filiale/hongda/pc/addMaterialScience.vue +723 -723
  31. package/src/filiale/jinhuang/android/AppAddMaterialScience.vue +634 -635
  32. package/src/filiale/jinhuang/android/AppServiceControl.vue +1842 -1842
  33. package/src/filiale/jinhuang/android.js +7 -7
  34. package/src/filiale/jinhuang/pc/Applybatchdispatch.vue +771 -771
  35. package/src/filiale/jinhuang/pc/ContractList.vue +222 -222
  36. package/src/filiale/jinhuang/pc/ExplorationSelect.vue +511 -511
  37. package/src/filiale/jinhuang/pc/ServiceControl.vue +2019 -2019
  38. package/src/filiale/jinhuang/pc/SupervisoryList.vue +478 -478
  39. package/src/filiale/jinhuang/pc/addMaterialScience.vue +636 -638
  40. package/src/filiale/jinhuang/pc.js +13 -13
  41. package/src/filiale/qianneng/pc/Applybatchdispatch.vue +786 -786
  42. package/src/filiale/qianneng/pc/ServiceControl.vue +1387 -1387
  43. package/src/filiale/ruihua/pc/ApplyChargeList.vue +490 -490
  44. package/src/filiale/ruihua/pc/ApplyChargeSearch.vue +31 -31
  45. package/src/filiale/ruihua/pc/ServiceControl.vue +1973 -1973
  46. package/src/filiale/ruihua/pc/devicesManagement.vue +480 -480
  47. package/src/filiale/ruihua/pc.js +16 -16
  48. package/src/filiale/shexian/android/AppExplorationUser.vue +692 -692
  49. package/src/filiale/shexian/android/AppServiceControl.vue +1786 -1786
  50. package/src/filiale/shexian/android/AppSign.vue +152 -152
  51. package/src/filiale/shexian/android/AppTakePic.vue +154 -154
  52. package/src/filiale/yangchunboneng/android/AppChargeManagement.vue +531 -531
  53. package/src/filiale/yangchunboneng/android/AppContractCharge.vue +222 -222
  54. package/src/filiale/yangchunboneng/android/AppInstallationMaterial.vue +1144 -1144
  55. package/src/filiale/yangchunboneng/android/AppOtherChargeList.vue +281 -281
  56. package/src/filiale/yangchunboneng/android/AppServiceControl.vue +1883 -1883
  57. package/src/filiale/yangchunboneng/android/MaterIialOne.vue +179 -179
  58. package/src/filiale/yangchunboneng/android.js +22 -22
  59. package/src/filiale/yangchunboneng/pc/ApplyChargeList.vue +645 -645
  60. package/src/filiale/yangchunboneng/pc/ApplyUpload.vue +392 -392
  61. package/src/filiale/yangchunboneng/pc/ExplorationSelect.vue +622 -622
  62. package/src/filiale/yangchunboneng/pc/InstallInfoSelect.vue +400 -400
  63. package/src/filiale/yangchunboneng/pc/ServiceControl.vue +2122 -2122
  64. package/src/filiale/yangchunboneng/pc/SupervisoryControl.vue +141 -141
  65. package/src/filiale/yangchunboneng/pc/SupervisoryList.vue +643 -643
  66. package/src/filiale/yangchunboneng/pc/buildOrderList.vue +421 -421
  67. package/src/filiale/yangchunboneng/pc/chargeManagement.vue +1061 -1061
  68. package/src/filiale/yangchunboneng/pc/printBuildOrder.vue +175 -175
  69. package/src/filiale/yangchunboneng/pc.js +29 -29
  70. package/src/main.js +23 -23
@@ -1,137 +1,137 @@
1
- var express = require('express')
2
- var webpack = require('webpack')
3
- var config = require('./webpack.dev.conf')
4
- var proxyMiddleware = require('http-proxy-middleware')
5
- // var httpProxy = require('http-proxy')
6
- var app = express()
7
- var compiler = webpack(config)
8
- // var proxy = httpProxy.createProxyServer()
9
- // var ldap = 'http://121.36.79.201:8400'
10
- // var applyinstall = 'http://121.36.79.201:8400'
11
- var ldap = 'http://61.163.123.47:31785/'
12
- var applyinstall = 'http://61.163.123.47:31785/'
13
-
14
- var proxyTable = {
15
- '/api': {
16
- target: ldap,
17
- changeOrigin: true
18
- },
19
- '/rs/logic/getSaleInitData': {
20
- target: ldap,
21
- changeOrigin: true
22
- },
23
- '/rs/workflow': {
24
- target: applyinstall,
25
- changeOrigin: true
26
- },
27
- '/rs/vue': {
28
- target: ldap,
29
- changeOrigin: true
30
- },
31
- // 查找资源服务数据
32
- '/rs/search': {
33
- target: ldap,
34
- changeOrigin: true
35
- },
36
- // 街道查询
37
- '/rs/sql/address_getstreetlist': {
38
- target: ldap,
39
- changeOrigin: true
40
- },
41
- // 创建街道
42
- '/rs/logic/address_updatestreet': {
43
- target: ldap,
44
- changeOrigin: true
45
- },
46
- // 创建小区
47
- '/rs/logic/address_updatearea': {
48
- target: ldap,
49
- changeOrigin: true
50
- },
51
- // 用户登录服务地址
52
- '/rs/user': {
53
- target: ldap,
54
- changeOrigin: true
55
- },
56
- '/rs/logic/getInitData': {
57
- target: ldap?ldap:applyinstall,
58
- changeOrigin: true
59
- },
60
- '/rs/logic/getLogin': {
61
- target: ldap,
62
- changeOrigin: true
63
- },
64
- '/rs/file': { // 文件上传
65
- target: applyinstall,
66
- changeOrigin: true
67
- },
68
- '/project': { // 文件回显
69
- target: applyinstall,
70
- changeOrigin: true
71
- },
72
- '/rs': {
73
- target: applyinstall,
74
- changeOrigin: true
75
- },
76
- '/ws': {
77
- target: applyinstall,
78
- changeOrigin: true,
79
- ws: true // 代理webSocket
80
- }
81
- }
82
-
83
- var devMiddleware = require('webpack-dev-middleware')(compiler, {
84
- publicPath: config.output.publicPath,
85
- stats: {
86
- colors: true,
87
- chunks: false
88
- }
89
- })
90
-
91
- var hotMiddleware = require('webpack-hot-middleware')(compiler)
92
- // force page reload when html-webpack-plugin template changes
93
- compiler.plugin('compilation', function (compilation) {
94
- compilation.plugin('html-webpack-plugin-after-emit', function (data, cb) {
95
- hotMiddleware.publish({action: 'reload'})
96
- cb()
97
- })
98
- })
99
-
100
- // proxy api requests
101
- Object.keys(proxyTable).forEach(function (context) {
102
- var options = proxyTable[context]
103
- if (typeof options === 'string') {
104
- options = {target: options}
105
- }
106
- app.use(proxyMiddleware(context, options))
107
- })
108
-
109
- // handle fallback for HTML5 history API
110
- app.use(require('connect-history-api-fallback')())
111
- // app.use(function (req, res, next) {
112
- // res.header('Access-Control-Allow-Origin', '*')
113
- // res.header('Access-Control-Allow-Headers', 'X-Requested-With')
114
- // res.header('Access-Control-Allow-Methods', 'PUT, POST, GET,DELETE, OPTIONS')
115
- // res.header('X-Powered-By', '3,2,1')
116
- // res.header('Access-Control-Allow-Credentials', 'true')
117
- // res.header('Content-Type', 'application/json;charset=utf-8')
118
- // next()
119
- // })
120
-
121
- // serve webpack bundle output
122
- app.use(devMiddleware)
123
-
124
- // enable hot-reload and state-preserving
125
- // compilation error display
126
- app.use(hotMiddleware)
127
-
128
- // serve pure static assets
129
- app.use('/static', express.static('./static'))
130
-
131
- module.exports = app.listen(8300, function (err) {
132
- if (err) {
133
- console.log(err)
134
- return
135
- }
136
- console.log('Listening at http://localhost:8300')
137
- })
1
+ var express = require('express')
2
+ var webpack = require('webpack')
3
+ var config = require('./webpack.dev.conf')
4
+ var proxyMiddleware = require('http-proxy-middleware')
5
+ // var httpProxy = require('http-proxy')
6
+ var app = express()
7
+ var compiler = webpack(config)
8
+ // var proxy = httpProxy.createProxyServer()
9
+ // var ldap = 'http://121.36.79.201:8400'
10
+ // var applyinstall = 'http://121.36.79.201:8400'
11
+ var ldap = 'http://61.163.123.47:30785'
12
+ var applyinstall = 'http://61.163.123.47:30785'
13
+
14
+ var proxyTable = {
15
+ '/api': {
16
+ target: ldap,
17
+ changeOrigin: true
18
+ },
19
+ '/rs/logic/getSaleInitData': {
20
+ target: ldap,
21
+ changeOrigin: true
22
+ },
23
+ '/rs/workflow': {
24
+ target: applyinstall,
25
+ changeOrigin: true
26
+ },
27
+ '/rs/vue': {
28
+ target: ldap,
29
+ changeOrigin: true
30
+ },
31
+ // 查找资源服务数据
32
+ '/rs/search': {
33
+ target: ldap,
34
+ changeOrigin: true
35
+ },
36
+ // 街道查询
37
+ '/rs/sql/address_getstreetlist': {
38
+ target: ldap,
39
+ changeOrigin: true
40
+ },
41
+ // 创建街道
42
+ '/rs/logic/address_updatestreet': {
43
+ target: ldap,
44
+ changeOrigin: true
45
+ },
46
+ // 创建小区
47
+ '/rs/logic/address_updatearea': {
48
+ target: ldap,
49
+ changeOrigin: true
50
+ },
51
+ // 用户登录服务地址
52
+ '/rs/user': {
53
+ target: ldap,
54
+ changeOrigin: true
55
+ },
56
+ '/rs/logic/getInitData': {
57
+ target: ldap ? ldap:applyinstall,
58
+ changeOrigin: true
59
+ },
60
+ '/rs/logic/getLogin': {
61
+ target: ldap,
62
+ changeOrigin: true
63
+ },
64
+ '/rs/file': { // 文件上传
65
+ target: applyinstall,
66
+ changeOrigin: true
67
+ },
68
+ '/project': { // 文件回显
69
+ target: applyinstall,
70
+ changeOrigin: true
71
+ },
72
+ '/rs': {
73
+ target: applyinstall,
74
+ changeOrigin: true
75
+ },
76
+ '/ws': {
77
+ target: applyinstall,
78
+ changeOrigin: true,
79
+ ws: true // 代理webSocket
80
+ }
81
+ }
82
+
83
+ var devMiddleware = require('webpack-dev-middleware')(compiler, {
84
+ publicPath: config.output.publicPath,
85
+ stats: {
86
+ colors: true,
87
+ chunks: false
88
+ }
89
+ })
90
+
91
+ var hotMiddleware = require('webpack-hot-middleware')(compiler)
92
+ // force page reload when html-webpack-plugin template changes
93
+ compiler.plugin('compilation', function (compilation) {
94
+ compilation.plugin('html-webpack-plugin-after-emit', function (data, cb) {
95
+ hotMiddleware.publish({action: 'reload'})
96
+ cb()
97
+ })
98
+ })
99
+
100
+ // proxy api requests
101
+ Object.keys(proxyTable).forEach(function (context) {
102
+ var options = proxyTable[context]
103
+ if (typeof options === 'string') {
104
+ options = {target: options}
105
+ }
106
+ app.use(proxyMiddleware(context, options))
107
+ })
108
+
109
+ // handle fallback for HTML5 history API
110
+ app.use(require('connect-history-api-fallback')())
111
+ // app.use(function (req, res, next) {
112
+ // res.header('Access-Control-Allow-Origin', '*')
113
+ // res.header('Access-Control-Allow-Headers', 'X-Requested-With')
114
+ // res.header('Access-Control-Allow-Methods', 'PUT, POST, GET,DELETE, OPTIONS')
115
+ // res.header('X-Powered-By', '3,2,1')
116
+ // res.header('Access-Control-Allow-Credentials', 'true')
117
+ // res.header('Content-Type', 'application/json;charset=utf-8')
118
+ // next()
119
+ // })
120
+
121
+ // serve webpack bundle output
122
+ app.use(devMiddleware)
123
+
124
+ // enable hot-reload and state-preserving
125
+ // compilation error display
126
+ app.use(hotMiddleware)
127
+
128
+ // serve pure static assets
129
+ app.use('/static', express.static('./static'))
130
+
131
+ module.exports = app.listen(8400, function (err) {
132
+ if (err) {
133
+ console.log(err)
134
+ return
135
+ }
136
+ console.log('Listening at http://localhost:8400')
137
+ })
package/package.json CHANGED
@@ -1,120 +1,120 @@
1
- {
2
- "name": "apply-clients",
3
- "version": "3.5.6-46",
4
- "description": "报建前端模块",
5
- "main": "src/index.js",
6
- "directories": {
7
- "example": "examples",
8
- "test": "test"
9
- },
10
- "scripts": {
11
- "unit": "karma start test/unit/karma.conf.js",
12
- "example": "node build/example-server.js",
13
- "dev": "node build/dev-server.js",
14
- "lint": "eslint src/**.js test/e2e/**.js test/unit/specs/** build/**.js",
15
- "build": "rimraf dist && mkdirp dist && ncp static dist/static && cross-env NODE_ENV=production webpack --progress --hide-modules --config build/webpack.prod.conf.js",
16
- "e2e": "node test/e2e/runner.js",
17
- "release": "bash build/release.sh",
18
- "make": "rimraf dist-android && mkdirp dist-android && ncp static dist-android/static && cross-env NODE_ENV=production webpack --progress --hide-modules --config build/webpack.prodandroid.conf.js"
19
- },
20
- "repository": {
21
- "type": "git",
22
- "url": "https://gitee.com/aote/ApplyInstall.git"
23
- },
24
- "keywords": [
25
- "ApplyInstall"
26
- ],
27
- "author": "zx <939981212@qq.com>",
28
- "license": "ISC",
29
- "dependencies": {
30
- "@logicflow/core": "^0.4.3",
31
- "co": "4.6.0",
32
- "dingtalk-jsapi": "^2.13.68",
33
- "jsencrypt": "^3.0.0-rc.1",
34
- "less": "^2.7.1",
35
- "less-loader": "^2.2.3",
36
- "lib-flexible": "^0.3.2",
37
- "px2rem-loader": "^0.1.9",
38
- "qrcodejs2": "0.0.2",
39
- "vue": "^1.0.17",
40
- "vue-bubble": "^1.0.3",
41
- "sm-crypto": "^0.3.13"
42
- },
43
- "devDependencies": {
44
- "axios": "^0.30.0",
45
- "crypto-js": "^4.1.1",
46
- "babel-core": "^6.0.0",
47
- "babel-loader": "^6.0.0",
48
- "babel-plugin-transform-runtime": "^6.0.0",
49
- "babel-preset-es2015": "^6.0.0",
50
- "babel-preset-stage-2": "^6.0.0",
51
- "chai": "^3.5.0",
52
- "connect-history-api-fallback": "^1.1.0",
53
- "cross-env": "^1.0.7",
54
- "cross-spawn": "^2.1.5",
55
- "css-loader": "^0.23.0",
56
- "echarts": "^4.1.0",
57
- "eslint": "^2.0.0",
58
- "eslint-config-standard": "^5.1.0",
59
- "eslint-friendly-formatter": "^1.2.2",
60
- "eslint-loader": "^1.3.0",
61
- "eslint-plugin-html": "^1.3.0",
62
- "eslint-plugin-promise": "^1.0.8",
63
- "eslint-plugin-standard": "^1.3.2",
64
- "eslint-plugin-vue": "^0.1.1",
65
- "eventsource-polyfill": "^0.9.6",
66
- "express": "^4.17.0",
67
- "extract-text-webpack-plugin": "^1.0.1",
68
- "file-loader": "^0.8.4",
69
- "form-create": "^1.6.6",
70
- "function-bind": "^1.0.2",
71
- "html-webpack-plugin": "^2.8.1",
72
- "http-proxy-middleware": "^0.11.0",
73
- "inject-loader": "^2.0.1",
74
- "isparta-loader": "^2.0.0",
75
- "jasmine-core": "^2.4.1",
76
- "jquery": "^3.3.1",
77
- "json-loader": "^0.5.4",
78
- "karma": "^1.4.1",
79
- "karma-chrome-launcher": "^2.2.0",
80
- "karma-coverage": "^1.1.1",
81
- "karma-mocha": "^1.3.0",
82
- "karma-sinon-chai": "^1.3.1",
83
- "karma-sourcemap-loader": "^0.3.7",
84
- "karma-spec-reporter": "0.0.31",
85
- "karma-webpack": "^2.0.2",
86
- "ldap-clients": "3.0.48",
87
- "material-client": "3.0.1",
88
- "mkdirp": "^0.5.1",
89
- "mocha": "^3.2.0",
90
- "ncp": "^2.0.0",
91
- "nightwatch": "^0.8.18",
92
- "rimraf": "^2.5.0",
93
- "sale-client": "^1.4.33",
94
- "selenium-server": "2.52.0",
95
- "sinon": "^2.1.0",
96
- "sinon-chai": "^2.8.0",
97
- "style": "0.0.3",
98
- "style-loader": "^0.20.3",
99
- "system-clients": "4.0.13",
100
- "system-phone": "1.2.80-49",
101
- "url-loader": "^0.5.7",
102
- "vue-client": "1.25.33",
103
- "vue-hot-reload-api": "^1.2.0",
104
- "vue-html-loader": "^1.0.0",
105
- "vue-loader": "^8.2.1",
106
- "vue-resource": "^1.5.0",
107
- "vue-router": "^0.7.13",
108
- "vue-strap": "^1.0.9",
109
- "vue-style-loader": "^1.0.0",
110
- "vue-validator": "^2.1.7",
111
- "vux": "^2.9.4",
112
- "webpack": "^1.12.2",
113
- "webpack-dev-middleware": "^1.4.0",
114
- "webpack-hot-middleware": "^2.6.0",
115
- "webpack-merge": "^0.8.3",
116
- "weixin-js-sdk": "^1.2.0",
117
- "telephone-clients": "3.0.2-21-63",
118
- "address-client": "4.0.12"
119
- }
120
- }
1
+ {
2
+ "name": "apply-clients",
3
+ "version": "3.5.6-48",
4
+ "description": "报建前端模块",
5
+ "main": "src/index.js",
6
+ "directories": {
7
+ "example": "examples",
8
+ "test": "test"
9
+ },
10
+ "scripts": {
11
+ "unit": "karma start test/unit/karma.conf.js",
12
+ "example": "node build/example-server.js",
13
+ "dev": "node build/dev-server.js",
14
+ "lint": "eslint src/**.js test/e2e/**.js test/unit/specs/** build/**.js",
15
+ "build": "rimraf dist && mkdirp dist && ncp static dist/static && cross-env NODE_ENV=production webpack --progress --hide-modules --config build/webpack.prod.conf.js",
16
+ "e2e": "node test/e2e/runner.js",
17
+ "release": "bash build/release.sh",
18
+ "make": "rimraf dist-android && mkdirp dist-android && ncp static dist-android/static && cross-env NODE_ENV=production webpack --progress --hide-modules --config build/webpack.prodandroid.conf.js"
19
+ },
20
+ "repository": {
21
+ "type": "git",
22
+ "url": "https://gitee.com/aote/ApplyInstall.git"
23
+ },
24
+ "keywords": [
25
+ "ApplyInstall"
26
+ ],
27
+ "author": "zx <939981212@qq.com>",
28
+ "license": "ISC",
29
+ "dependencies": {
30
+ "@logicflow/core": "^0.4.3",
31
+ "co": "4.6.0",
32
+ "dingtalk-jsapi": "^2.13.68",
33
+ "jsencrypt": "^3.0.0-rc.1",
34
+ "less": "^2.7.1",
35
+ "less-loader": "^2.2.3",
36
+ "lib-flexible": "^0.3.2",
37
+ "px2rem-loader": "^0.1.9",
38
+ "qrcodejs2": "0.0.2",
39
+ "vue": "^1.0.17",
40
+ "vue-bubble": "^1.0.3",
41
+ "sm-crypto": "^0.3.13"
42
+ },
43
+ "devDependencies": {
44
+ "axios": "^0.30.0",
45
+ "crypto-js": "^4.1.1",
46
+ "babel-core": "^6.0.0",
47
+ "babel-loader": "^6.0.0",
48
+ "babel-plugin-transform-runtime": "^6.0.0",
49
+ "babel-preset-es2015": "^6.0.0",
50
+ "babel-preset-stage-2": "^6.0.0",
51
+ "chai": "^3.5.0",
52
+ "connect-history-api-fallback": "^1.1.0",
53
+ "cross-env": "^1.0.7",
54
+ "cross-spawn": "^2.1.5",
55
+ "css-loader": "^0.23.0",
56
+ "echarts": "^4.1.0",
57
+ "eslint": "^2.0.0",
58
+ "eslint-config-standard": "^5.1.0",
59
+ "eslint-friendly-formatter": "^1.2.2",
60
+ "eslint-loader": "^1.3.0",
61
+ "eslint-plugin-html": "^1.3.0",
62
+ "eslint-plugin-promise": "^1.0.8",
63
+ "eslint-plugin-standard": "^1.3.2",
64
+ "eslint-plugin-vue": "^0.1.1",
65
+ "eventsource-polyfill": "^0.9.6",
66
+ "express": "^4.17.0",
67
+ "extract-text-webpack-plugin": "^1.0.1",
68
+ "file-loader": "^0.8.4",
69
+ "form-create": "^1.6.6",
70
+ "function-bind": "^1.0.2",
71
+ "html-webpack-plugin": "^2.8.1",
72
+ "http-proxy-middleware": "^0.11.0",
73
+ "inject-loader": "^2.0.1",
74
+ "isparta-loader": "^2.0.0",
75
+ "jasmine-core": "^2.4.1",
76
+ "jquery": "^3.3.1",
77
+ "json-loader": "^0.5.4",
78
+ "karma": "^1.4.1",
79
+ "karma-chrome-launcher": "^2.2.0",
80
+ "karma-coverage": "^1.1.1",
81
+ "karma-mocha": "^1.3.0",
82
+ "karma-sinon-chai": "^1.3.1",
83
+ "karma-sourcemap-loader": "^0.3.7",
84
+ "karma-spec-reporter": "0.0.31",
85
+ "karma-webpack": "^2.0.2",
86
+ "ldap-clients": "3.0.48",
87
+ "material-client": "3.0.1",
88
+ "mkdirp": "^0.5.1",
89
+ "mocha": "^3.2.0",
90
+ "ncp": "^2.0.0",
91
+ "nightwatch": "^0.8.18",
92
+ "rimraf": "^2.5.0",
93
+ "sale-client": "^1.4.33",
94
+ "selenium-server": "2.52.0",
95
+ "sinon": "^2.1.0",
96
+ "sinon-chai": "^2.8.0",
97
+ "style": "0.0.3",
98
+ "style-loader": "^0.20.3",
99
+ "system-clients": "4.0.13",
100
+ "system-phone": "1.2.80-49",
101
+ "url-loader": "^0.5.7",
102
+ "vue-client": "1.25.33",
103
+ "vue-hot-reload-api": "^1.2.0",
104
+ "vue-html-loader": "^1.0.0",
105
+ "vue-loader": "^8.2.1",
106
+ "vue-resource": "^1.5.0",
107
+ "vue-router": "^0.7.13",
108
+ "vue-strap": "^1.0.9",
109
+ "vue-style-loader": "^1.0.0",
110
+ "vue-validator": "^2.1.7",
111
+ "vux": "^2.9.4",
112
+ "webpack": "^1.12.2",
113
+ "webpack-dev-middleware": "^1.4.0",
114
+ "webpack-hot-middleware": "^2.6.0",
115
+ "webpack-merge": "^0.8.3",
116
+ "weixin-js-sdk": "^1.2.0",
117
+ "telephone-clients": "3.0.2-21-63",
118
+ "address-client": "4.0.12"
119
+ }
120
+ }