Bumps [axios](https://github.com/axios/axios) from 0.26.1 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.26.1...v1.6.0) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
35 lines
751 B
JSON
35 lines
751 B
JSON
{
|
|
"name": "my-vue-app",
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"dev": "vite --host",
|
|
"build": "vite build",
|
|
"serve": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@jambonn/vue-lazyload": "1.0.9",
|
|
"axios": "1.6.0",
|
|
"core-js": "3.21.1",
|
|
"dayjs": "1.11.0",
|
|
"gl-matrix": "3.4.3",
|
|
"lodash": "4.17.21",
|
|
"mitt": "3.0.0",
|
|
"mockjs": "1.1.0",
|
|
"pinyin": "2.11.1",
|
|
"swiper": "8.4.6",
|
|
"vconsole": "3.15.1",
|
|
"vue": "3.2.45",
|
|
"vue-masonry": "0.16.0",
|
|
"vue-router": "4.0.14",
|
|
"vue-switches": "2.0.1",
|
|
"vuex": "4.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "4.0.0",
|
|
"@vitejs/plugin-vue-jsx": "3.0.0",
|
|
"less": "4.1.3",
|
|
"mobile-select": "1.1.2",
|
|
"vite": "4.0.5"
|
|
}
|
|
}
|