mirror of
https://github.com/bjdgyc/anylink.git
synced 2025-08-08 10:53:12 +08:00
Bumps [axios](https://github.com/axios/axios) from 0.20.0 to 0.21.1. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v0.20.0...v0.21.1) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
32 lines
780 B
JSON
32 lines
780 B
JSON
{
|
|
"name": "anylink-web",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve",
|
|
"build": "vue-cli-service build",
|
|
"lint": "vue-cli-service lint"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^0.21.1",
|
|
"caniuse-lite": "^1.0.30001242",
|
|
"chokidar": "^3.5.2",
|
|
"core-js": "^3.6.5",
|
|
"echarts": "^4.9.0",
|
|
"element-ui": "^2.4.5",
|
|
"vue": "^2.6.11",
|
|
"vue-count-to": "^1.0.13",
|
|
"vue-router": "^3.4.6"
|
|
},
|
|
"devDependencies": {
|
|
"@vue/cli-plugin-babel": "~4.5.0",
|
|
"@vue/cli-plugin-eslint": "~4.5.0",
|
|
"@vue/cli-service": "~4.5.0",
|
|
"babel-eslint": "^10.1.0",
|
|
"eslint": "^6.7.2",
|
|
"eslint-plugin-vue": "^6.2.2",
|
|
"vue-cli-plugin-element": "~1.0.1",
|
|
"vue-template-compiler": "^2.6.11"
|
|
}
|
|
}
|