apply-clients 5.0.37-2 → 5.0.37-4

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.
package/package.json CHANGED
@@ -1,111 +1,111 @@
1
- {
2
- "name": "apply-clients",
3
- "version": "5.0.37-2",
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
- "co": "4.6.0",
31
- "less": "^2.7.1",
32
- "less-loader": "^2.2.3",
33
- "lib-flexible": "^0.3.2",
34
- "px2rem-loader": "^0.1.9",
35
- "vue": "^1.0.17",
36
- "vue-bubble": "^1.0.3"
37
- },
38
- "devDependencies": {
39
- "babel-core": "^6.0.0",
40
- "babel-loader": "^6.0.0",
41
- "babel-plugin-transform-runtime": "^6.0.0",
42
- "babel-preset-es2015": "^6.0.0",
43
- "babel-preset-stage-2": "^6.0.0",
44
- "chai": "^3.5.0",
45
- "connect-history-api-fallback": "^1.1.0",
46
- "cross-env": "^1.0.7",
47
- "cross-spawn": "^2.1.5",
48
- "css-loader": "^0.23.0",
49
- "echarts": "^4.1.0",
50
- "eslint": "^2.0.0",
51
- "eslint-config-standard": "^5.1.0",
52
- "eslint-friendly-formatter": "^1.2.2",
53
- "eslint-loader": "^1.3.0",
54
- "eslint-plugin-html": "^1.3.0",
55
- "eslint-plugin-promise": "^1.0.8",
56
- "eslint-plugin-standard": "^1.3.2",
57
- "eslint-plugin-vue": "^0.1.1",
58
- "eventsource-polyfill": "^0.9.6",
59
- "express": "^4.17.0",
60
- "extract-text-webpack-plugin": "^1.0.1",
61
- "file-loader": "^0.8.4",
62
- "form-create": "^1.6.6",
63
- "function-bind": "^1.0.2",
64
- "html-webpack-plugin": "^2.8.1",
65
- "http-proxy-middleware": "^0.11.0",
66
- "inject-loader": "^2.0.1",
67
- "isparta-loader": "^2.0.0",
68
- "jasmine-core": "^2.4.1",
69
- "jquery": "^3.3.1",
70
- "json-loader": "^0.5.4",
71
- "karma": "^1.4.1",
72
- "karma-chrome-launcher": "^2.2.0",
73
- "karma-coverage": "^1.1.1",
74
- "karma-mocha": "^1.3.0",
75
- "karma-sinon-chai": "^1.3.1",
76
- "karma-sourcemap-loader": "^0.3.7",
77
- "karma-spec-reporter": "0.0.31",
78
- "karma-webpack": "^2.0.2",
79
- "ldap-clients": "^0.5.1",
80
- "material-client": "^1.1.2",
81
- "mkdirp": "^0.5.1",
82
- "mocha": "^3.2.0",
83
- "ncp": "^2.0.0",
84
- "nightwatch": "^0.8.18",
85
- "rimraf": "^2.5.0",
86
- "sale-client": "1.7.70-ezhou-38",
87
- "selenium-server": "2.52.0",
88
- "sinon": "^2.1.0",
89
- "sinon-chai": "^2.8.0",
90
- "style": "0.0.3",
91
- "style-loader": "^0.20.3",
92
- "system-clients": "1.6.38",
93
- "system-phone": "1.2.76-14-ezhou",
94
- "url-loader": "^0.5.7",
95
- "vue-client": "1.23.10",
96
- "vue-hot-reload-api": "^1.2.0",
97
- "vue-html-loader": "^1.0.0",
98
- "vue-loader": "^8.2.1",
99
- "vue-resource": "^1.5.0",
100
- "vue-router": "^0.7.13",
101
- "vue-strap": "^1.0.9",
102
- "vue-style-loader": "^1.0.0",
103
- "vue-validator": "^2.1.7",
104
- "vux": "^2.9.4",
105
- "webpack": "^1.12.2",
106
- "webpack-dev-middleware": "^1.4.0",
107
- "webpack-hot-middleware": "^2.6.0",
108
- "webpack-merge": "^0.8.3",
109
- "weixin-js-sdk": "^1.2.0"
110
- }
111
- }
1
+ {
2
+ "name": "apply-clients",
3
+ "version": "5.0.37-4",
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
+ "co": "4.6.0",
31
+ "less": "^2.7.1",
32
+ "less-loader": "^2.2.3",
33
+ "lib-flexible": "^0.3.2",
34
+ "px2rem-loader": "^0.1.9",
35
+ "vue": "^1.0.17",
36
+ "vue-bubble": "^1.0.3"
37
+ },
38
+ "devDependencies": {
39
+ "babel-core": "^6.0.0",
40
+ "babel-loader": "^6.0.0",
41
+ "babel-plugin-transform-runtime": "^6.0.0",
42
+ "babel-preset-es2015": "^6.0.0",
43
+ "babel-preset-stage-2": "^6.0.0",
44
+ "chai": "^3.5.0",
45
+ "connect-history-api-fallback": "^1.1.0",
46
+ "cross-env": "^1.0.7",
47
+ "cross-spawn": "^2.1.5",
48
+ "css-loader": "^0.23.0",
49
+ "echarts": "^4.1.0",
50
+ "eslint": "^2.0.0",
51
+ "eslint-config-standard": "^5.1.0",
52
+ "eslint-friendly-formatter": "^1.2.2",
53
+ "eslint-loader": "^1.3.0",
54
+ "eslint-plugin-html": "^1.3.0",
55
+ "eslint-plugin-promise": "^1.0.8",
56
+ "eslint-plugin-standard": "^1.3.2",
57
+ "eslint-plugin-vue": "^0.1.1",
58
+ "eventsource-polyfill": "^0.9.6",
59
+ "express": "^4.17.0",
60
+ "extract-text-webpack-plugin": "^1.0.1",
61
+ "file-loader": "^0.8.4",
62
+ "form-create": "^1.6.6",
63
+ "function-bind": "^1.0.2",
64
+ "html-webpack-plugin": "^2.8.1",
65
+ "http-proxy-middleware": "^0.11.0",
66
+ "inject-loader": "^2.0.1",
67
+ "isparta-loader": "^2.0.0",
68
+ "jasmine-core": "^2.4.1",
69
+ "jquery": "^3.3.1",
70
+ "json-loader": "^0.5.4",
71
+ "karma": "^1.4.1",
72
+ "karma-chrome-launcher": "^2.2.0",
73
+ "karma-coverage": "^1.1.1",
74
+ "karma-mocha": "^1.3.0",
75
+ "karma-sinon-chai": "^1.3.1",
76
+ "karma-sourcemap-loader": "^0.3.7",
77
+ "karma-spec-reporter": "0.0.31",
78
+ "karma-webpack": "^2.0.2",
79
+ "ldap-clients": "^0.5.1",
80
+ "material-client": "^1.1.2",
81
+ "mkdirp": "^0.5.1",
82
+ "mocha": "^3.2.0",
83
+ "ncp": "^2.0.0",
84
+ "nightwatch": "^0.8.18",
85
+ "rimraf": "^2.5.0",
86
+ "sale-client": "1.7.70-ezhou-38",
87
+ "selenium-server": "2.52.0",
88
+ "sinon": "^2.1.0",
89
+ "sinon-chai": "^2.8.0",
90
+ "style": "0.0.3",
91
+ "style-loader": "^0.20.3",
92
+ "system-clients": "1.6.38",
93
+ "system-phone": "1.2.76-14-ezhou",
94
+ "url-loader": "^0.5.7",
95
+ "vue-client": "1.23.10",
96
+ "vue-hot-reload-api": "^1.2.0",
97
+ "vue-html-loader": "^1.0.0",
98
+ "vue-loader": "^8.2.1",
99
+ "vue-resource": "^1.5.0",
100
+ "vue-router": "^0.7.13",
101
+ "vue-strap": "^1.0.9",
102
+ "vue-style-loader": "^1.0.0",
103
+ "vue-validator": "^2.1.7",
104
+ "vux": "^2.9.4",
105
+ "webpack": "^1.12.2",
106
+ "webpack-dev-middleware": "^1.4.0",
107
+ "webpack-hot-middleware": "^2.6.0",
108
+ "webpack-merge": "^0.8.3",
109
+ "weixin-js-sdk": "^1.2.0"
110
+ }
111
+ }