mirror of
https://github.com/rommapp/romm.git
synced 2026-02-05 11:07:55 +08:00
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 6.3.6 to 6.4.1. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/create-vite@6.4.1/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-version: 6.4.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
79 lines
2.2 KiB
JSON
79 lines
2.2 KiB
JSON
{
|
|
"name": "romm",
|
|
"private": true,
|
|
"version": "0.0.1",
|
|
"author": "Zurdi <https://github.com/zurdi15>",
|
|
"description": "A beautiful, powerful, self-hosted rom manager",
|
|
"license": "AGPL-3.0-only",
|
|
"homepage": "https://github.com/rommapp/romm",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+github.com/rommapp/romm.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/rommapp/romm/issues"
|
|
},
|
|
"keywords": [
|
|
"rom",
|
|
"manager",
|
|
"emulation"
|
|
],
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite --host",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"typecheck": "vue-tsc --noEmit",
|
|
"generate": "openapi --input http://127.0.0.1:3000/openapi.json --output ./src/__generated__ --client axios --useOptions --useUnionTypes --exportServices false --exportSchemas false --exportCore false",
|
|
"lint": "eslint ./src --ext .vue,.js,.ts --quiet"
|
|
},
|
|
"dependencies": {
|
|
"@mdi/font": "7.4.47",
|
|
"@vueuse/core": "^13.7.0",
|
|
"axios": "^1.12.1",
|
|
"cronstrue": "^2.57.0",
|
|
"date-fns": "^4.1.0",
|
|
"js-cookie": "^3.0.5",
|
|
"lodash": "^4.17.21",
|
|
"md-editor-v3": "^5.8.4",
|
|
"mitt": "^3.0.1",
|
|
"pinia": "^3.0.1",
|
|
"qrcode": "^1.5.4",
|
|
"semver": "^7.6.2",
|
|
"socket.io-client": "^4.7.5",
|
|
"tailwindcss": "^4.0.0",
|
|
"vanilla-tilt": "^1.8.1",
|
|
"vue": "^3.4.27",
|
|
"vue-i18n": "^11.1.10",
|
|
"vue-router": "^4.3.2",
|
|
"vue3-pdf-app": "^1.0.3",
|
|
"vuetify": "^3.9.2"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.34.0",
|
|
"@tailwindcss/vite": "^4.1.12",
|
|
"@types/js-cookie": "^3.0.6",
|
|
"@types/lodash": "^4.17.16",
|
|
"@types/node": "^22.13.14",
|
|
"@types/qrcode": "^1.5.5",
|
|
"@types/semver": "^7.7.0",
|
|
"@vitejs/plugin-vue": "^5.2.1",
|
|
"@vue/tsconfig": "^0.7.0",
|
|
"eslint": "^9.34.0",
|
|
"eslint-plugin-vue": "^9.33.0",
|
|
"eslint-plugin-vuejs-accessibility": "^2.4.1",
|
|
"globals": "^16.0.0",
|
|
"openapi-typescript-codegen": "^0.29.0",
|
|
"typescript": "^5.7.3",
|
|
"typescript-eslint": "^8.42.0",
|
|
"vite": "^6.4.1",
|
|
"vite-plugin-mkcert": "^1.17.8",
|
|
"vite-plugin-pwa": "^0.21.1",
|
|
"vite-plugin-vuetify": "^2.0.4",
|
|
"vue-tsc": "^2.2.8"
|
|
},
|
|
"engines": {
|
|
"node": "18"
|
|
}
|
|
}
|