mirror of
https://github.com/rommapp/romm.git
synced 2026-06-28 06:46:00 +00:00
Bumps [axios](https://github.com/axios/axios) from 1.3.4 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/v1.3.4...v1.6.0) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
41 lines
964 B
JSON
41 lines
964 B
JSON
{
|
|
"name": "romm",
|
|
"version": "2.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite --host",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"lint": "eslint . --fix"
|
|
},
|
|
"dependencies": {
|
|
"@mdi/font": "7.0.96",
|
|
"axios": "^1.6.0",
|
|
"core-js": "^3.8.3",
|
|
"cronstrue": "^2.31.0",
|
|
"file-saver": "^2.0.5",
|
|
"js-cookie": "^3.0.5",
|
|
"jszip": "^3.10.1",
|
|
"lodash": "^4.17.21",
|
|
"mitt": "^3.0.0",
|
|
"pinia": "^2.1.6",
|
|
"roboto-fontface": "*",
|
|
"socket.io-client": "^4.6.1",
|
|
"vue": "^3.2.13",
|
|
"vue-router": "^4.0.0",
|
|
"vuetify": "^3.3.3",
|
|
"webfontloader": "^1.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/file-saver": "^2.0.5",
|
|
"@vitejs/plugin-vue": "^3.0.3",
|
|
"eslint": "^8.22.0",
|
|
"eslint-plugin-vue": "^9.3.0",
|
|
"sass": "^1.55.0",
|
|
"vite": "^3.2.7",
|
|
"vite-plugin-pwa": "^0.14.7",
|
|
"vite-plugin-rewrite-all": "^1.0.1",
|
|
"vite-plugin-vuetify": "^1.0.0-alpha.12"
|
|
}
|
|
}
|