mirror of
https://github.com/davegallant/rfd-fyi.git
synced 2025-08-05 15:03:38 +00:00
Bumps [axios](https://github.com/axios/axios) from 1.10.0 to 1.11.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/v1.10.0...v1.11.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.11.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
58 lines
1.3 KiB
JSON
58 lines
1.3 KiB
JSON
{
|
|
"name": "rfd-fyi",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve",
|
|
"build": "vue-cli-service build",
|
|
"lint": "vue-cli-service lint"
|
|
},
|
|
"dependencies": {
|
|
"@github/hotkey": "^3.0.0",
|
|
"@popperjs/core": "^2.11.8",
|
|
"axios": "^1.11.0",
|
|
"bootstrap": "^5.3.1",
|
|
"bootstrap-vue": "^2.22.0",
|
|
"core-js": "^3.32.1",
|
|
"cssnano": "^7.0.0",
|
|
"jquery": "^3.7.0",
|
|
"moment": "^2.29.4",
|
|
"vue": "^3.3.4",
|
|
"vue-github-button": "^3.0.3",
|
|
"vue-loading-overlay": "^6.0.3",
|
|
"vue-router": "4.5.1"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.22.10",
|
|
"@babel/eslint-parser": "^7.22.10",
|
|
"@types/bootstrap": "^5.2.6",
|
|
"@types/mousetrap": "^1.6.11",
|
|
"@vue/cli-plugin-babel": "~5.0.0",
|
|
"@vue/cli-plugin-eslint": "~5.0.0",
|
|
"@vue/cli-service": "^5.0.8",
|
|
"eslint": "^8.47.0",
|
|
"eslint-plugin-vue": "^9.17.0",
|
|
"postcss-cli": "^11.0.0"
|
|
},
|
|
"eslintConfig": {
|
|
"root": true,
|
|
"env": {
|
|
"node": true
|
|
},
|
|
"extends": [
|
|
"plugin:vue/vue3-essential",
|
|
"eslint:recommended"
|
|
],
|
|
"parserOptions": {
|
|
"parser": "@babel/eslint-parser"
|
|
},
|
|
"rules": {}
|
|
},
|
|
"browserslist": [
|
|
"> 1%",
|
|
"last 2 versions",
|
|
"not dead",
|
|
"not ie 11"
|
|
]
|
|
}
|