system-phone 3.1.62 → 3.1.64

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,101 +1,101 @@
1
- {
2
- "name": "system-phone",
3
- "version": "3.1.62",
4
- "description": "手机模块 前端组件",
5
- "author": "何宁社 <524395609@qq.com>",
6
- "license": "ISC",
7
- "main": "src/index.js",
8
- "keywords": [
9
- "phone"
10
- ],
11
- "scripts": {
12
- "unit": "karma start test/unit/karma.conf.js",
13
- "example": "node build/example-server.js",
14
- "dev": "node build/dev-server.js",
15
- "lint": "eslint src/**.js test/e2e/**.js test/unit/specs/** build/**.js",
16
- "build": "rimraf dist && mkdirp dist && ncp static dist/static && cross-env NODE_ENV=production webpack --progress --hide-modules --config build/webpack.prod.conf.js",
17
- "e2e": "node test/e2e/runner.js",
18
- "release": "bash build/release.sh"
19
- },
20
- "repository": {
21
- "type": "git",
22
- "url": "https://github.com/DuBin1988/oa"
23
- },
24
- "dependencies": {
25
- "layui": "^2.7.6",
26
- "less-loader": "^2.2.3",
27
- "pinyin-pro": "^1.2.3",
28
- "vue": "^1.0.17"
29
- },
30
- "devDependencies": {
31
- "babel-core": "^6.26.0",
32
- "babel-loader": "^6.0.0",
33
- "babel-plugin-transform-runtime": "^6.0.0",
34
- "babel-preset-es2015": "^6.0.0",
35
- "babel-preset-stage-2": "^6.0.0",
36
- "chai": "^3.5.0",
37
- "co": "^4.6.0",
38
- "bcryptjs": "^2.4.3",
39
- "connect-history-api-fallback": "^1.1.0",
40
- "cross-env": "^1.0.7",
41
- "cross-spawn": "^2.1.5",
42
- "css-loader": "^0.23.0",
43
- "echarts": "^4.1.0",
44
- "eslint": "^2.0.0",
45
- "eslint-config-standard": "^5.1.0",
46
- "eslint-friendly-formatter": "^1.2.2",
47
- "eslint-loader": "^1.3.0",
48
- "eslint-plugin-html": "^1.3.0",
49
- "eslint-plugin-promise": "^1.0.8",
50
- "eslint-plugin-standard": "^1.3.2",
51
- "eslint-plugin-vue": "^0.1.1",
52
- "eventsource-polyfill": "^0.9.6",
53
- "express": "^4.13.3",
54
- "extract-text-webpack-plugin": "^1.0.1",
55
- "file-loader": "^0.8.4",
56
- "function-bind": "^1.0.2",
57
- "html-webpack-plugin": "^2.8.1",
58
- "http-proxy-middleware": "^0.11.0",
59
- "inject-loader": "^2.0.1",
60
- "isparta-loader": "^2.0.0",
61
- "jasmine-core": "^2.4.1",
62
- "jquery": "^3.3.1",
63
- "jsencrypt": "^3.0.0-rc.1",
64
- "json-loader": "^0.5.4",
65
- "karma": "^1.4.1",
66
- "karma-chrome-launcher": "^2.2.0",
67
- "karma-coverage": "^1.1.1",
68
- "karma-mocha": "^1.3.0",
69
- "karma-sinon-chai": "^1.3.1",
70
- "karma-sourcemap-loader": "^0.3.7",
71
- "karma-spec-reporter": "0.0.31",
72
- "karma-webpack": "^2.0.2",
73
- "less": "^2.7.3",
74
- "mkdirp": "^0.5.1",
75
- "mocha": "^3.2.0",
76
- "ncp": "^2.0.0",
77
- "readmeter-client": "^1.0.3",
78
- "rimraf": "^2.5.0",
79
- "safecheck-client": "1.1.1",
80
- "selenium-server": "2.52.0",
81
- "sinon": "^2.1.0",
82
- "sinon-chai": "^2.8.0",
83
- "style": "0.0.3",
84
- "style-loader": "^0.20.3",
85
- "telephone-clients": "3.0.27",
86
- "url-loader": "^0.5.7",
87
- "vue-client": "^1.20.87",
88
- "vue-hot-reload-api": "^1.2.0",
89
- "vue-html-loader": "^1.0.0",
90
- "vue-loader": "^8.2.1",
91
- "vue-resource": "^1.5.0",
92
- "vue-router": "^0.7.13",
93
- "vue-strap": "^1.0.9",
94
- "vue-style-loader": "^1.0.0",
95
- "vue-validator": "2.1.7",
96
- "webpack": "^1.12.2",
97
- "webpack-dev-middleware": "^1.4.0",
98
- "webpack-hot-middleware": "^2.6.0",
99
- "webpack-merge": "^0.8.3"
100
- }
101
- }
1
+ {
2
+ "name": "system-phone",
3
+ "version": "3.1.64",
4
+ "description": "手机模块 前端组件",
5
+ "author": "何宁社 <524395609@qq.com>",
6
+ "license": "ISC",
7
+ "main": "src/index.js",
8
+ "keywords": [
9
+ "phone"
10
+ ],
11
+ "scripts": {
12
+ "unit": "karma start test/unit/karma.conf.js",
13
+ "example": "node build/example-server.js",
14
+ "dev": "node build/dev-server.js",
15
+ "lint": "eslint src/**.js test/e2e/**.js test/unit/specs/** build/**.js",
16
+ "build": "rimraf dist && mkdirp dist && ncp static dist/static && cross-env NODE_ENV=production webpack --progress --hide-modules --config build/webpack.prod.conf.js",
17
+ "e2e": "node test/e2e/runner.js",
18
+ "release": "bash build/release.sh"
19
+ },
20
+ "repository": {
21
+ "type": "git",
22
+ "url": "https://github.com/DuBin1988/oa"
23
+ },
24
+ "dependencies": {
25
+ "layui": "^2.7.6",
26
+ "less-loader": "^2.2.3",
27
+ "pinyin-pro": "^1.2.3",
28
+ "vue": "^1.0.17"
29
+ },
30
+ "devDependencies": {
31
+ "babel-core": "^6.26.0",
32
+ "babel-loader": "^6.0.0",
33
+ "babel-plugin-transform-runtime": "^6.0.0",
34
+ "babel-preset-es2015": "^6.0.0",
35
+ "babel-preset-stage-2": "^6.0.0",
36
+ "chai": "^3.5.0",
37
+ "co": "^4.6.0",
38
+ "bcryptjs": "^2.4.3",
39
+ "connect-history-api-fallback": "^1.1.0",
40
+ "cross-env": "^1.0.7",
41
+ "cross-spawn": "^2.1.5",
42
+ "css-loader": "^0.23.0",
43
+ "echarts": "^4.1.0",
44
+ "eslint": "^2.0.0",
45
+ "eslint-config-standard": "^5.1.0",
46
+ "eslint-friendly-formatter": "^1.2.2",
47
+ "eslint-loader": "^1.3.0",
48
+ "eslint-plugin-html": "^1.3.0",
49
+ "eslint-plugin-promise": "^1.0.8",
50
+ "eslint-plugin-standard": "^1.3.2",
51
+ "eslint-plugin-vue": "^0.1.1",
52
+ "eventsource-polyfill": "^0.9.6",
53
+ "express": "^4.13.3",
54
+ "extract-text-webpack-plugin": "^1.0.1",
55
+ "file-loader": "^0.8.4",
56
+ "function-bind": "^1.0.2",
57
+ "html-webpack-plugin": "^2.8.1",
58
+ "http-proxy-middleware": "^0.11.0",
59
+ "inject-loader": "^2.0.1",
60
+ "isparta-loader": "^2.0.0",
61
+ "jasmine-core": "^2.4.1",
62
+ "jquery": "^3.3.1",
63
+ "jsencrypt": "^3.0.0-rc.1",
64
+ "json-loader": "^0.5.4",
65
+ "karma": "^1.4.1",
66
+ "karma-chrome-launcher": "^2.2.0",
67
+ "karma-coverage": "^1.1.1",
68
+ "karma-mocha": "^1.3.0",
69
+ "karma-sinon-chai": "^1.3.1",
70
+ "karma-sourcemap-loader": "^0.3.7",
71
+ "karma-spec-reporter": "0.0.31",
72
+ "karma-webpack": "^2.0.2",
73
+ "less": "^2.7.3",
74
+ "mkdirp": "^0.5.1",
75
+ "mocha": "^3.2.0",
76
+ "ncp": "^2.0.0",
77
+ "readmeter-client": "^1.0.3",
78
+ "rimraf": "^2.5.0",
79
+ "safecheck-client": "1.1.1",
80
+ "selenium-server": "2.52.0",
81
+ "sinon": "^2.1.0",
82
+ "sinon-chai": "^2.8.0",
83
+ "style": "0.0.3",
84
+ "style-loader": "^0.20.3",
85
+ "telephone-clients": "3.0.27",
86
+ "url-loader": "^0.5.7",
87
+ "vue-client": "^1.20.87",
88
+ "vue-hot-reload-api": "^1.2.0",
89
+ "vue-html-loader": "^1.0.0",
90
+ "vue-loader": "^8.2.1",
91
+ "vue-resource": "^1.5.0",
92
+ "vue-router": "^0.7.13",
93
+ "vue-strap": "^1.0.9",
94
+ "vue-style-loader": "^1.0.0",
95
+ "vue-validator": "2.1.7",
96
+ "webpack": "^1.12.2",
97
+ "webpack-dev-middleware": "^1.4.0",
98
+ "webpack-hot-middleware": "^2.6.0",
99
+ "webpack-merge": "^0.8.3"
100
+ }
101
+ }