@ -14,6 +14,35 @@
"build:combined" : "npm run clean && cross-env NODE_ENV=production PUBLIC_PATH=/dolphinscheduler/ui webpack --config ./build/webpack.config.combined.js"
} ,
"dependencies" : {
"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" ,
"d3" : "^3.5.17" ,
"dayjs" : "^1.7.8" ,
"echarts" : "^4.1.0" ,
"html2canvas" : "^0.5.0-beta4" ,
"jsplumb" : "^2.8.6" ,
"lodash" : "^4.17.11" ,
"vuex-router-sync" : "^4.1.2"
} ,
"standard" : {
"parser" : "babel-eslint" ,
"ignore" : [
"src/~/**" ,
"src/view/docs/**" ,
"src/font/*" ,
"src/combo/**" ,
"dist/**" ,
"src/lib/**" ,
"build/**"
]
} ,
"devDependencies" : {
"autoprefixer" : "^9.1.0" ,
"babel-core" : "^6.25.0" ,
"babel-eslint" : "^8.2.2" ,
@ -26,27 +55,13 @@
"babel-plugin-transform-runtime" : "^6.23.0" ,
"babel-plugin-transform-vue-jsx" : "^3.5.0" ,
"babel-preset-env" : "^1.6.1" ,
"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" ,
"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" ,
@ -57,27 +72,12 @@
"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"
} ,
"standard" : {
"parser" : "babel-eslint" ,
"ignore" : [
"src/~/**" ,
"src/view/docs/**" ,
"src/font/*" ,
"src/combo/**" ,
"dist/**" ,
"src/lib/**" ,
"build/**"
]
} ,
"devDependencies" : {
"jquery" : "1.12.4" ,
"vue" : "^2.5.17" ,
"vue-router" : "2.7.0" ,
"vuex" : "^3.0.0"
"webpack-merge" : "^4.1.4" ,
"globby" : "^8.0.1" ,
"cssnano" : "4.1.10" ,
"cross-env" : "^5.2.0" ,
"copy-webpack-plugin" : "^4.5.2"
}
}