mirror of
https://github.com/simon987/sist2.git
synced 2025-04-10 14:06:45 +00:00
Bumps [axios](https://github.com/axios/axios) from 0.27.2 to 1.6.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v0.27.2...v1.6.0) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
50 lines
1.0 KiB
JSON
50 lines
1.0 KiB
JSON
{
|
|
"name": "sist2-admin-vue",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve",
|
|
"build": "vue-cli-service build",
|
|
"watch": "vue-cli-service build --watch"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.6.0",
|
|
"bootstrap-vue": "^2.21.2",
|
|
"core-js": "^3.6.5",
|
|
"moment": "^2.29.3",
|
|
"socket.io-client": "^4.5.1",
|
|
"vue": "^2.6.14",
|
|
"vue-i18n": "^8.24.4",
|
|
"vue-router": "^3.5.4",
|
|
"vuex": "^3.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@vue/cli-plugin-babel": "~5.0.8",
|
|
"@vue/cli-plugin-router": "~5.0.8",
|
|
"@vue/cli-plugin-vuex": "~5.0.8",
|
|
"@vue/cli-service": "~5.0.8",
|
|
"babel-eslint": "^10.1.0",
|
|
"bootstrap": "^4.5.2",
|
|
"vue-template-compiler": "^2.6.11"
|
|
},
|
|
"eslintConfig": {
|
|
"root": true,
|
|
"env": {
|
|
"node": true
|
|
},
|
|
"extends": [
|
|
"plugin:vue/essential",
|
|
"eslint:recommended"
|
|
],
|
|
"parserOptions": {
|
|
"parser": "babel-eslint"
|
|
},
|
|
"rules": {}
|
|
},
|
|
"browserslist": [
|
|
"> 1%",
|
|
"last 2 versions",
|
|
"not dead"
|
|
]
|
|
}
|