Skip to content

Commit

Permalink
update: dependencies updated
Browse files Browse the repository at this point in the history
Signed-off-by: ArvinHuang <[email protected]>
Signed-off-by: sagewe <[email protected]>
  • Loading branch information
idwenwen authored and sagewe committed Dec 28, 2023
1 parent b41868c commit 3ea7658
Showing 1 changed file with 88 additions and 49 deletions.
137 changes: 88 additions & 49 deletions resources-front-end/package.json
Original file line number Diff line number Diff line change
@@ -1,59 +1,98 @@
{
"name": "aisp-scvmadm-web",
"version": "2.0.0",
"version": "3.9.0",
"license": "MIT",
"description": "aisp-scvmadm-web",
"author": "webank",
"devDependencies": {
"@babel/core": "^7.23.2",
"@babel/preset-env": "^7.23.2",
"@types/lodash": "^4.14.200",
"@types/node": "^20.8.7",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"babel-loader": "^9.1.3",
"css-loader": "^6.8.1",
"eslint": "^8.52.0",
"eslint-config-standard-with-typescript": "^39.1.1",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-n": "^16.2.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-vue": "^9.17.0",
"file-loader": "^6.2.0",
"fork-ts-checker-webpack-plugin": "^9.0.0",
"html-webpack-plugin": "^5.5.3",
"lerna": "^5.6.2",
"mini-css-extract-plugin": "^2.7.6",
"postcss": "^8.4.31",
"postcss-loader": "^7.3.3",
"postcss-preset-env": "^9.2.0",
"postcss-short": "^5.0.0",
"prettier": "^3.0.3",
"sass": "^1.69.4",
"sass-loader": "^13.3.2",
"style-loader": "^3.3.3",
"svg-inline-loader": "^0.8.2",
"ts-loader": "^9.5.0",
"typescript": "^5.2.2",
"url-loader": "^4.1.1",
"vue-loader": "^17.2.2",
"vue-template-compiler": "^2.7.14",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1",
"webpack-merge": "^5.10.0"
"scripts": {
"dev": "webpack-dev-server --inline --progress --config build/webpack.dev.conf.js",
"start": "npm run dev",
"build": "node build/build.js",
"build:report": "npm_config_report=true npm run build",
"lint": "eslint --ext .js,.vue src",
"test": "npm run lint",
"svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml"
},
"workspaces": [
"packages/*"
],
"dependencies": {
"@element-plus/icons-vue": "^2.1.0",
"element-plus": "^2.4.1",
"axios": "^0.27.2",
"babel-polyfill": "^6.26.0",
"clipboard": "^2.0.8",
"echarts": "^4.2.1",
"element-ui": "2.8.2",
"file-saver": "^2.0.1",
"hmac_sha1": "^0.1.1",
"js-cookie": "2.2.0",
"jszip": "^3.8.0",
"lodash": "^4.17.21",
"vue": "^3.3.4"
"mockjs": "1.0.1-beta3",
"normalize.css": "7.0.0",
"nprogress": "0.2.0",
"sortablejs": "^1.8.4",
"vue": "2.5.17",
"vue-observe-visibility": "^0.4.6",
"vue-router": "3.0.1",
"vuex": "3.0.1",
"xlsx": "^0.18.5"
},
"scripts": {
"dev": "lerna run dev --scope=fate-board",
"build": "lerna run build"
}
"devDependencies": {
"autoprefixer": "8.5.0",
"babel-core": "6.26.0",
"babel-eslint": "8.2.6",
"babel-helper-vue-jsx-merge-props": "2.0.3",
"babel-loader": "7.1.5",
"babel-plugin-syntax-jsx": "6.18.0",
"babel-plugin-transform-runtime": "6.23.0",
"babel-plugin-transform-vue-jsx": "3.7.0",
"babel-preset-env": "1.7.0",
"babel-preset-stage-2": "6.24.1",
"chalk": "2.4.1",
"compression-webpack-plugin": "2.0.0",
"copy-webpack-plugin": "4.5.2",
"css-loader": "1.0.0",
"eslint": "4.19.1",
"eslint-friendly-formatter": "4.0.1",
"eslint-loader": "2.0.0",
"eslint-plugin-vue": "4.7.1",
"eventsource-polyfill": "0.9.6",
"file-loader": "1.1.11",
"friendly-errors-webpack-plugin": "1.7.0",
"html-webpack-plugin": "4.5.2",
"mini-css-extract-plugin": "0.4.1",
"node-notifier": "^8.0.2",
"node-sass": "^8.0.0",
"optimize-css-assets-webpack-plugin": "5.0.0",
"ora": "3.0.0",
"path-to-regexp": "2.4.0",
"portfinder": "1.0.16",
"postcss-import": "12.0.0",
"postcss-loader": "2.1.6",
"postcss-url": "7.3.2",
"rimraf": "2.6.2",
"sass-loader": "7.0.3",
"script-ext-html-webpack-plugin": "2.1.5",
"script-loader": "^0.7.2",
"semver": "5.5.0",
"shelljs": "0.8.5",
"svg-sprite-loader": "3.8.0",
"svgo": "^1.2.2",
"uglifyjs-webpack-plugin": "1.2.7",
"url-loader": "1.0.1",
"vue-loader": "15.3.0",
"vue-style-loader": "4.1.2",
"vue-template-compiler": "2.5.17",
"webpack": "4.16.5",
"webpack-bundle-analyzer": "3.3.2",
"webpack-cli": "3.1.0",
"webpack-dev-server": "3.1.14",
"webpack-merge": "4.1.4"
},
"engines": {
"node": ">= 6.0.0",
"npm": ">= 3.0.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}

0 comments on commit 3ea7658

Please sign in to comment.