mirror of
https://github.com/zhaojh329/rttys.git
synced 2026-02-27 09:53:21 +08:00
96f6cfc043
Bumps [axios](https://github.com/axios/axios) from 0.19.2 to 0.21.1. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v0.21.1/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v0.19.2...v0.21.1) Signed-off-by: dependabot[bot] <support@github.com>
44 lines
1.3 KiB
JSON
44 lines
1.3 KiB
JSON
{
|
|
"name": "web",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve",
|
|
"build": "vue-cli-service build",
|
|
"lint": "vue-cli-service lint",
|
|
"i18n:report": "vue-cli-service i18n:report --src './src/**/*.?(js|vue)' --locales './src/locales/**/*.json'"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^0.21.1",
|
|
"core-js": "^3.6.4",
|
|
"element-ui": "^2.13.0",
|
|
"vue": "^2.6.11",
|
|
"vue-axios": "^2.1.5",
|
|
"vue-class-component": "^7.2.2",
|
|
"vue-i18n": "^8.0.0",
|
|
"vue-property-decorator": "^8.3.0",
|
|
"vue-router": "^3.1.5",
|
|
"xterm": "^4.4.0",
|
|
"xterm-addon-fit": "^0.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/webpack": "^4.4.0",
|
|
"@typescript-eslint/eslint-plugin": "^2.18.0",
|
|
"@typescript-eslint/parser": "^2.18.0",
|
|
"@vue/cli-plugin-babel": "^4.2.0",
|
|
"@vue/cli-plugin-eslint": "^4.2.0",
|
|
"@vue/cli-plugin-router": "^4.2.0",
|
|
"@vue/cli-plugin-typescript": "^4.2.0",
|
|
"@vue/cli-service": "^4.2.0",
|
|
"@vue/eslint-config-typescript": "^5.0.1",
|
|
"eslint": "^6.7.2",
|
|
"eslint-plugin-vue": "^6.1.2",
|
|
"sass": "^1.25.0",
|
|
"sass-loader": "^8.0.2",
|
|
"typescript": "~3.7.5",
|
|
"vue-cli-plugin-element": "^1.0.1",
|
|
"vue-cli-plugin-i18n": "^0.6.1",
|
|
"vue-template-compiler": "^2.6.11"
|
|
}
|
|
}
|