mirror of
https://github.com/pinry/pinry.git
synced 2026-01-16 04:02:05 +01:00
Bumps [axios](https://github.com/axios/axios) from 0.19.0 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.19.0...v0.21.1) Signed-off-by: dependabot[bot] <support@github.com>
34 lines
864 B
JSON
34 lines
864 B
JSON
{
|
|
"name": "pinry-spa",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve",
|
|
"build": "vue-cli-service build",
|
|
"lint": "vue-cli-service lint"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^0.21.1",
|
|
"buefy": "^0.8.20",
|
|
"core-js": "^3.3.2",
|
|
"register-service-worker": "^1.6.2",
|
|
"vue": "^2.6.10",
|
|
"vue-masonry": "^0.11.8",
|
|
"vue-router": "^3.1.3"
|
|
},
|
|
"devDependencies": {
|
|
"@vue/cli-plugin-babel": "^4.0.0",
|
|
"@vue/cli-plugin-eslint": "^4.0.0",
|
|
"@vue/cli-plugin-pwa": "^4.1.1",
|
|
"@vue/cli-plugin-router": "^4.0.5",
|
|
"@vue/cli-service": "^4.0.0",
|
|
"@vue/eslint-config-airbnb": "^4.0.0",
|
|
"babel-eslint": "^10.0.3",
|
|
"eslint": "^5.16.0",
|
|
"eslint-plugin-vue": "^5.0.0",
|
|
"node-sass": "^4.13.1",
|
|
"sass-loader": "^8.0.0",
|
|
"vue-template-compiler": "^2.6.10"
|
|
}
|
|
}
|