|
@ -60,7 +60,7 @@ |
|
|
"@types/node": "^8.0.33", |
|
|
"@types/node": "^8.0.33", |
|
|
"@types/webpack": "^3.0.13", |
|
|
"@types/webpack": "^3.0.13", |
|
|
"babel-core": "^6.25.0", |
|
|
"babel-core": "^6.25.0", |
|
|
"babel-eslint": "^7.2.3", |
|
|
"babel-eslint": "^8.0.3", |
|
|
"babel-helper-vue-jsx-merge-props": "^2.0.2", |
|
|
"babel-helper-vue-jsx-merge-props": "^2.0.2", |
|
|
"babel-loader": "^7.0.0", |
|
|
"babel-loader": "^7.0.0", |
|
|
"babel-plugin-istanbul": "^4.1.4", |
|
|
"babel-plugin-istanbul": "^4.1.4", |
|
@ -69,8 +69,8 @@ |
|
|
"babel-plugin-transform-vue-jsx": "^3.4.3", |
|
|
"babel-plugin-transform-vue-jsx": "^3.4.3", |
|
|
"babel-preset-es2015": "^6.24.1", |
|
|
"babel-preset-es2015": "^6.24.1", |
|
|
"babel-preset-flow-vue": "^1.0.0", |
|
|
"babel-preset-flow-vue": "^1.0.0", |
|
|
"buble": "^0.16.0", |
|
|
"buble": "^0.18.0", |
|
|
"chalk": "^1.1.3", |
|
|
"chalk": "^2.3.0", |
|
|
"chromedriver": "^2.30.1", |
|
|
"chromedriver": "^2.30.1", |
|
|
"codecov.io": "^0.1.6", |
|
|
"codecov.io": "^0.1.6", |
|
|
"commitizen": "^2.9.6", |
|
|
"commitizen": "^2.9.6", |
|
@ -79,12 +79,12 @@ |
|
|
"cz-conventional-changelog": "^2.0.0", |
|
|
"cz-conventional-changelog": "^2.0.0", |
|
|
"de-indent": "^1.0.2", |
|
|
"de-indent": "^1.0.2", |
|
|
"es6-promise": "^4.1.0", |
|
|
"es6-promise": "^4.1.0", |
|
|
"eslint": "^3.0.0", |
|
|
"eslint": "^4.13.1", |
|
|
"eslint-loader": "^1.7.1", |
|
|
"eslint-loader": "^1.7.1", |
|
|
"eslint-plugin-flowtype": "^2.34.0", |
|
|
"eslint-plugin-flowtype": "^2.34.0", |
|
|
"eslint-plugin-jasmine": "^2.8.4", |
|
|
"eslint-plugin-jasmine": "^2.8.4", |
|
|
"eslint-plugin-vue-libs": "^1.2.0", |
|
|
"eslint-plugin-vue-libs": "^2.0.1", |
|
|
"file-loader": "^0.11.2", |
|
|
"file-loader": "^1.1.5", |
|
|
"flow-bin": "^0.54.0", |
|
|
"flow-bin": "^0.54.0", |
|
|
"hash-sum": "^1.0.2", |
|
|
"hash-sum": "^1.0.2", |
|
|
"he": "^1.1.1", |
|
|
"he": "^1.1.1", |
|
@ -110,10 +110,10 @@ |
|
|
"nightwatch-helpers": "^1.2.0", |
|
|
"nightwatch-helpers": "^1.2.0", |
|
|
"phantomjs-prebuilt": "^2.1.14", |
|
|
"phantomjs-prebuilt": "^2.1.14", |
|
|
"resolve": "^1.3.3", |
|
|
"resolve": "^1.3.3", |
|
|
"rollup": "^0.50.0", |
|
|
"rollup": "^0.52.1", |
|
|
"rollup-plugin-alias": "^1.3.1", |
|
|
"rollup-plugin-alias": "^1.3.1", |
|
|
"rollup-plugin-babel": "^3.0.2", |
|
|
"rollup-plugin-babel": "^3.0.2", |
|
|
"rollup-plugin-buble": "^0.16.0", |
|
|
"rollup-plugin-buble": "^0.18.0", |
|
|
"rollup-plugin-commonjs": "^8.0.2", |
|
|
"rollup-plugin-commonjs": "^8.0.2", |
|
|
"rollup-plugin-flow-no-whitespace": "^1.0.0", |
|
|
"rollup-plugin-flow-no-whitespace": "^1.0.0", |
|
|
"rollup-plugin-node-resolve": "^3.0.0", |
|
|
"rollup-plugin-node-resolve": "^3.0.0", |
|
@ -124,7 +124,7 @@ |
|
|
"shelljs": "^0.7.8", |
|
|
"shelljs": "^0.7.8", |
|
|
"typescript": "^2.6.1", |
|
|
"typescript": "^2.6.1", |
|
|
"uglify-js": "^3.0.15", |
|
|
"uglify-js": "^3.0.15", |
|
|
"webpack": "^2.6.1", |
|
|
"webpack": "^3.10.0", |
|
|
"weex-js-runtime": "^0.23.0", |
|
|
"weex-js-runtime": "^0.23.0", |
|
|
"weex-styler": "^0.3.0" |
|
|
"weex-styler": "^0.3.0" |
|
|
}, |
|
|
}, |
|
|