Bumps [axios](https://github.com/axios/axios) from 1.7.9 to 1.8.2. - [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.7.9...v1.8.2) --- updated-dependencies: - dependency-name: axios dependency-version: 1.8.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
81 lines
2.4 KiB
JSON
81 lines
2.4 KiB
JSON
{
|
|
"name": "digitalconsumer.iss",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"eslintConfig": {
|
|
"env": {
|
|
"browser": true,
|
|
"es2023": true
|
|
}
|
|
},
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve",
|
|
"build": "vue-cli-service build",
|
|
"test:unit": "vue-cli-service test:unit --coverage --ci --colors",
|
|
"test:unit:lite": "vue-cli-service test:unit --ci",
|
|
"test:playwright": "playwright test --config=playwright-tests/playwright.config.ts"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.8.2",
|
|
"axios-retry": "^3.5.0",
|
|
"bootstrap": "^5.3",
|
|
"iframe-resizer": "^4.3.9",
|
|
"maska": "^2.1.1",
|
|
"pinia": "^2.1.4",
|
|
"pinia-plugin-persistedstate": "^2.2.0",
|
|
"uuid": "^9.0.1",
|
|
"vee-validate": "^4.5.7",
|
|
"vue": "^3.3.4",
|
|
"vue-plugin-load-script": "^2.1.0",
|
|
"vue-router": "4.2.4"
|
|
},
|
|
"devDependencies": {
|
|
"@faker-js/faker": "^9.0.3",
|
|
"@pinia/testing": "0.1.2",
|
|
"@playwright/test": "^1.48.0",
|
|
"@rushstack/eslint-patch": "^1.3.2",
|
|
"@saucelabs/playwright-reporter": "^1.5.0",
|
|
"@testing-library/jest-dom": "5.16.5",
|
|
"@testing-library/user-event": "14.4.3",
|
|
"@testing-library/vue": "6.6.1",
|
|
"@types/dotenv-safe": "^8.1.6",
|
|
"@types/form-data": "^2.2.1",
|
|
"@types/node": "^22.7.5",
|
|
"@vitejs/plugin-vue": "4.2.3",
|
|
"@vitest/coverage-v8": "^0.34.1",
|
|
"@vue/cli-plugin-babel": "^5.0.8",
|
|
"@vue/cli-plugin-router": "~5.0.0",
|
|
"@vue/cli-plugin-unit-jest": "~5.0.0",
|
|
"@vue/cli-service": "~5.0.0",
|
|
"@vue/test-utils": "^2.4.1",
|
|
"@vue/vue3-jest": "^27.0.0-alpha.1",
|
|
"axe-core": "^4.10.2",
|
|
"axios": "^1.8.2",
|
|
"axios-mock-adapter": "^1.21.5",
|
|
"babel-jest": "^27.0.6",
|
|
"concurrently": "^9.1.2",
|
|
"dotenv-safe": "^9.1.0",
|
|
"eslint": "^8.45.0",
|
|
"eslint-config-airbnb-base": "15.0.0",
|
|
"eslint-import-resolver-alias": "1.1.2",
|
|
"eslint-plugin-import": "2.26.0",
|
|
"eslint-plugin-jsdoc": "^46.4.3",
|
|
"eslint-plugin-vue": "^9.15.1",
|
|
"form-data": "^4.0.2",
|
|
"jest": "^27.0.5",
|
|
"jest-junit": "^13.0.0",
|
|
"jest-serializer-vue": "^3.1.0",
|
|
"jsdoc": "^4.0.2",
|
|
"jsdom": "^22.1.0",
|
|
"luxon": "^3.5.0",
|
|
"ortoni-report": "^2.0.8",
|
|
"sass": "^1.77.8",
|
|
"sass-loader": "^12.0.0",
|
|
"saucectl": "^0.188.0",
|
|
"typescript-eslint": "^8.11.0",
|
|
"vite": "^4.5.9",
|
|
"vitest": "^0.33.0",
|
|
"volar-service-vetur": "latest",
|
|
"wait-on": "^8.0.2"
|
|
}
|
|
}
|