Files
romm/frontend/package.json
Georges-Antoine Assi 4e52cf9369 fix duplicate package type
2025-01-24 17:03:03 -05:00

82 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+gihub.com/rommapp/romm.git"
},
"bugs": {
"url": "https://github.com/rommapp/romm/issues"
},
"keywords": [
"rom",
"manager",
"emulation"
],
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "npm run typecheck && vite build",
"preview": "vite preview",
"lint": "eslint . --fix",
"typecheck": "vue-tsc --noEmit",
"generate": "openapi --input http://127.0.0.1:5000/openapi.json --output ./src/__generated__ --client axios --useOptions --useUnionTypes --exportServices false --exportSchemas false --exportCore false"
},
"dependencies": {
"@mdi/font": "7.4.47",
"axios": "^1.7.4",
"core-js": "^3.37.1",
"cronstrue": "^2.50.0",
"file-saver": "^2.0.5",
"js-cookie": "^3.0.5",
"jszip": "^3.10.1",
"lodash": "^4.17.21",
"md-editor-v3": "^4.14.1",
"mitt": "^3.0.1",
"nanoid": "^5.0.7",
"pinia": "^2.1.7",
"qrcode": "^1.5.4",
"roboto-fontface": "^0.10.0",
"semver": "^7.6.2",
"socket.io-client": "^4.7.5",
"vue": "^3.4.27",
"vue-i18n": "^10.0.5",
"vue-router": "^4.3.2",
"vuetify": "^3.7.7",
"webfontloader": "^1.6.28"
},
"devDependencies": {
"@eslint/js": "^8.57.0",
"@types/eslint__js": "^8.42.3",
"@types/file-saver": "^2.0.7",
"@types/js-cookie": "^3.0.6",
"@types/lodash": "^4.17.1",
"@types/node": "^20.12.12",
"@types/qrcode": "^1.5.5",
"@types/semver": "^7.5.8",
"@types/webfontloader": "^1.6.38",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/tsconfig": "^0.5.1",
"esbuild": "^0.24.2",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.26.0",
"globals": "^15.3.0",
"openapi-typescript-codegen": "^0.29.0",
"tslib": "^2.6.2",
"typescript": "^5.7.3",
"typescript-eslint": "^7.11.0",
"vite": "^6.0.11",
"vite-plugin-pwa": "^0.21.1",
"vite-plugin-vuetify": "^2.0.4",
"vue-tsc": "^2.1.10"
},
"engines": {
"node": "18"
}
}