{ "name": "romm", "private": true, "version": "0.0.1", "author": "Zurdi ", "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" ], "scripts": { "dev": "vite --host", "build": "npm run typecheck && vite build", "preview": "vite preview", "lint": "eslint . --fix", "postinstall": "cd node_modules/emulatorjs/data/minify/ && npm i && npm run build", "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.0.96", "@ruffle-rs/ruffle": "^0.1.0-nightly.2024.7.29", "axios": "^1.7.4", "core-js": "^3.37.1", "cronstrue": "^2.50.0", "emulatorjs": "github:emulatorjs/emulatorjs#v4.1.1", "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", "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.4", "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/semver": "^7.5.8", "@types/webfontloader": "^1.6.38", "@vitejs/plugin-vue": "^3.2.0", "@vue/tsconfig": "^0.5.1", "esbuild": "^0.20.2", "eslint": "^8.57.0", "eslint-plugin-vue": "^9.26.0", "globals": "^15.3.0", "openapi-typescript-codegen": "^0.25.0", "sass": "^1.77.1", "tslib": "^2.6.2", "typescript": "^5.4.5", "typescript-eslint": "^7.11.0", "vite": "^3.2.11", "vite-plugin-pwa": "^0.14.7", "vite-plugin-static-copy": "0.17.1", "vite-plugin-vuetify": "^1.0.2", "vue-tsc": "^2.1.10" }, "engines": { "node": "18" } }