mirror of
https://github.com/filegator/filegator.git
synced 2025-01-18 05:08:54 +01:00
722c1c5a0a
Bumps [axios](https://github.com/axios/axios) from 0.18.1 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.18.1...v0.21.1) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
46 lines
1.3 KiB
JSON
46 lines
1.3 KiB
JSON
{
|
|
"name": "filegator",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"serve": "concurrently \"php -S localhost:8081\" \"vue-cli-service serve\"",
|
|
"build": "vue-cli-service build --no-clean",
|
|
"test:unit": "vue-cli-service test:unit",
|
|
"test:e2e": "vue-cli-service test:e2e --headless",
|
|
"lint": "vue-cli-service lint --no-fix frontend/",
|
|
"e2e": "vue-cli-service test:e2e"
|
|
},
|
|
"dependencies": {
|
|
"core-js": "^3.6.5",
|
|
"js-base64": "^2.5.2",
|
|
"prismjs": "^1.20.0",
|
|
"vue-lazyload": "^1.3.3",
|
|
"vue-prism-editor": "^0.5.1"
|
|
},
|
|
"devDependencies": {
|
|
"@fortawesome/fontawesome-free": "^5.13.0",
|
|
"@vue/cli-plugin-babel": "^4.3.1",
|
|
"@vue/cli-plugin-e2e-cypress": "^4.3.1",
|
|
"@vue/cli-plugin-eslint": "^4.3.1",
|
|
"@vue/cli-plugin-unit-jest": "^4.3.1",
|
|
"@vue/cli-service": "^4.3.1",
|
|
"@vue/test-utils": "1.0.0-beta.29",
|
|
"axios": "^0.21.1",
|
|
"babel-core": "7.0.0-bridge.0",
|
|
"babel-eslint": "^10.1.0",
|
|
"babel-jest": "^24.9.0",
|
|
"buefy": "^0.7.10",
|
|
"concurrently": "^4.1.2",
|
|
"eslint": "^5.16.0",
|
|
"eslint-plugin-vue": "^5.0.0",
|
|
"node-sass": "^4.14.1",
|
|
"resumablejs": "^1.1.0",
|
|
"sass-loader": "^7.3.1",
|
|
"vue": "^2.6.11",
|
|
"vue-clipboard2": "^0.3.1",
|
|
"vue-router": "^3.1.6",
|
|
"vue-template-compiler": "^2.6.11",
|
|
"vuex": "^3.4.0"
|
|
}
|
|
}
|