The third-party library that builds the dependency is recommended to be placed in 'devDependencies' (#1077)
* Dependency workflow add dependency correction value * Download workflow instance map width adjustment and change "desc" field to "description" * The third-party library that builds the dependency is recommended to be placed in 'devDependencies'
This commit is contained in:
parent
006fad4e55
commit
9fa7c1ea68
|
|
@ -14,53 +14,21 @@
|
|||
"build:combined": "npm run clean && cross-env NODE_ENV=production PUBLIC_PATH=/dolphinscheduler/ui webpack --config ./build/webpack.config.combined.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"autoprefixer": "^9.1.0",
|
||||
"babel-core": "^6.25.0",
|
||||
"babel-eslint": "^8.2.2",
|
||||
"babel-helper-vue-jsx-merge-props": "^2.0.2",
|
||||
"babel-loader": "^7.1.1",
|
||||
"babel-plugin-syntax-dynamic-import": "^6.18.0",
|
||||
"babel-plugin-syntax-jsx": "^6.18.0",
|
||||
"babel-plugin-transform-class-properties": "^6.24.1",
|
||||
"babel-plugin-transform-object-rest-spread": "^6.26.0",
|
||||
"babel-plugin-transform-runtime": "^6.23.0",
|
||||
"babel-plugin-transform-vue-jsx": "^3.5.0",
|
||||
"babel-preset-env": "^1.6.1",
|
||||
"jquery": "1.12.4",
|
||||
"vue": "^2.5.17",
|
||||
"vue-router": "2.7.0",
|
||||
"vuex": "^3.0.0",
|
||||
"bootstrap": "3.3.7",
|
||||
"canvg": "1.5",
|
||||
"clipboard": "^2.0.1",
|
||||
"codemirror": "^5.43.0",
|
||||
"copy-webpack-plugin": "^4.5.2",
|
||||
"cross-env": "^5.2.0",
|
||||
"css-loader": "^0.28.8",
|
||||
"cssnano": "4.1.10",
|
||||
"d3": "^3.5.17",
|
||||
"dayjs": "^1.7.8",
|
||||
"echarts": "^4.1.0",
|
||||
"env-parse": "^1.0.5",
|
||||
"extract-text-webpack-plugin": "^3.0.2",
|
||||
"file-loader": "^1.1.11",
|
||||
"globby": "^8.0.1",
|
||||
"html-loader": "^0.5.5",
|
||||
"html-webpack-ext-plugin": "^1.0.0",
|
||||
"html-webpack-plugin": "^3.2.0",
|
||||
"html2canvas": "^0.5.0-beta4",
|
||||
"jsplumb": "^2.8.6",
|
||||
"lodash": "^4.17.11",
|
||||
"node-sass": "^4.9.2",
|
||||
"optimize-css-assets-webpack-plugin": "3.2.0",
|
||||
"postcss-loader": "^2.1.6",
|
||||
"rimraf": "^2.6.2",
|
||||
"sass-loader": "^7.1.0",
|
||||
"uglifyjs-webpack-plugin": "^1.2.7",
|
||||
"url-loader": "^0.5.9",
|
||||
"vue-loader": "^13.7.0",
|
||||
"vue-style-loader": "^4.1.1",
|
||||
"vue-template-compiler": "^2.5.16",
|
||||
"vuex-router-sync": "^4.1.2",
|
||||
"webpack": "^3.12.0",
|
||||
"webpack-dev-server": "^2.11.2",
|
||||
"webpack-merge": "^4.1.4"
|
||||
"vuex-router-sync": "^4.1.2"
|
||||
},
|
||||
"standard": {
|
||||
"parser": "babel-eslint",
|
||||
|
|
@ -75,9 +43,41 @@
|
|||
]
|
||||
},
|
||||
"devDependencies": {
|
||||
"jquery": "1.12.4",
|
||||
"vue": "^2.5.17",
|
||||
"vue-router": "2.7.0",
|
||||
"vuex": "^3.0.0"
|
||||
"autoprefixer": "^9.1.0",
|
||||
"babel-core": "^6.25.0",
|
||||
"babel-eslint": "^8.2.2",
|
||||
"babel-helper-vue-jsx-merge-props": "^2.0.2",
|
||||
"babel-loader": "^7.1.1",
|
||||
"babel-plugin-syntax-dynamic-import": "^6.18.0",
|
||||
"babel-plugin-syntax-jsx": "^6.18.0",
|
||||
"babel-plugin-transform-class-properties": "^6.24.1",
|
||||
"babel-plugin-transform-object-rest-spread": "^6.26.0",
|
||||
"babel-plugin-transform-runtime": "^6.23.0",
|
||||
"babel-plugin-transform-vue-jsx": "^3.5.0",
|
||||
"babel-preset-env": "^1.6.1",
|
||||
"css-loader": "^0.28.8",
|
||||
"html-loader": "^0.5.5",
|
||||
"html-webpack-ext-plugin": "^1.0.0",
|
||||
"html-webpack-plugin": "^3.2.0",
|
||||
"env-parse": "^1.0.5",
|
||||
"extract-text-webpack-plugin": "^3.0.2",
|
||||
"file-loader": "^1.1.11",
|
||||
"node-sass": "^4.9.2",
|
||||
"optimize-css-assets-webpack-plugin": "3.2.0",
|
||||
"postcss-loader": "^2.1.6",
|
||||
"rimraf": "^2.6.2",
|
||||
"sass-loader": "^7.1.0",
|
||||
"uglifyjs-webpack-plugin": "^1.2.7",
|
||||
"url-loader": "^0.5.9",
|
||||
"vue-loader": "^13.7.0",
|
||||
"vue-style-loader": "^4.1.1",
|
||||
"vue-template-compiler": "^2.5.16",
|
||||
"webpack": "^3.12.0",
|
||||
"webpack-dev-server": "^2.11.2",
|
||||
"webpack-merge": "^4.1.4",
|
||||
"globby": "^8.0.1",
|
||||
"cssnano": "4.1.10",
|
||||
"cross-env": "^5.2.0",
|
||||
"copy-webpack-plugin": "^4.5.2"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue