mirror of
https://github.com/ajurna/cbwebreader.git
synced 2025-12-06 22:27:19 +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>
65 lines
1.6 KiB
JSON
65 lines
1.6 KiB
JSON
{
|
|
"name": "frontend",
|
|
"version": "0.1.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"serve": "webpack-dev-server --config webpack.dev.js",
|
|
"build": "webpack --config webpack.prod.js",
|
|
"lint": "vue-cli-service lint"
|
|
},
|
|
"dependencies": {
|
|
"@fortawesome/fontawesome-svg-core": "^6.1.2",
|
|
"@fortawesome/free-solid-svg-icons": "^6.1.2",
|
|
"@fortawesome/vue-fontawesome": "^3.0.1",
|
|
"axios": "^1.6.0",
|
|
"bootstrap": "^5.2.0",
|
|
"hammerjs": "^2.0.8",
|
|
"jwt-decode": "^3.1.2",
|
|
"pdfvuer": "^2.0.1",
|
|
"reveal.js": "^4.3.1",
|
|
"timeago.js": "^4.0.2",
|
|
"vue": "^3.2.26",
|
|
"vue-router": "^4.0.3",
|
|
"vue-toast-notification": "3.0",
|
|
"vuejs-paginate-next": "^1.0.2",
|
|
"vuex": "^4.0.0",
|
|
"webpack": "^5.76.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.12.16",
|
|
"@babel/eslint-parser": "^7.12.16",
|
|
"@vue/cli-plugin-babel": "~5.0.0",
|
|
"@vue/cli-plugin-eslint": "~5.0.0",
|
|
"@vue/cli-plugin-router": "~5.0.0",
|
|
"@vue/cli-plugin-vuex": "~5.0.0",
|
|
"@vue/cli-service": "~5.0.0",
|
|
"eslint": "^7.32.0",
|
|
"eslint-plugin-vue": "^8.0.3",
|
|
"jshint": "^2.13.5",
|
|
"mini-css-extract-plugin": "^2.6.1",
|
|
"style-loader": "^3.3.1",
|
|
"terser-webpack-plugin": "^5.3.6",
|
|
"vue-loader": "^17.0.0",
|
|
"webpack-bundle-analyzer": "^4.6.1",
|
|
"webpack-bundle-tracker": "^1.6.0",
|
|
"webpack-cli": "^4.10.0"
|
|
},
|
|
"eslintConfig": {
|
|
"root": true,
|
|
"env": {
|
|
"node": true
|
|
},
|
|
"extends": [
|
|
"plugin:vue/vue3-essential",
|
|
"eslint:recommended"
|
|
],
|
|
"parserOptions": {
|
|
"parser": "@babel/eslint-parser"
|
|
},
|
|
"rules": {}
|
|
},
|
|
"browserslist": [
|
|
"defaults"
|
|
]
|
|
}
|