mirror of
https://github.com/rommapp/romm.git
synced 2026-02-18 00:27:41 +01:00
80 lines
2.3 KiB
JSON
80 lines
2.3 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": "GPL-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://localhost:5000/openapi.json --output ./src/__generated__ --client axios --useOptions --useUnionTypes --exportServices false --exportSchemas false --exportCore false"
|
|
},
|
|
"dependencies": {
|
|
"@mdi/font": "7.0.96",
|
|
"axios": "^1.6.8",
|
|
"core-js": "^3.37.1",
|
|
"cronstrue": "^2.50.0",
|
|
"emulatorjs": "github:emulatorjs/emulatorjs#v4.0.12",
|
|
"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",
|
|
"socket.io-client": "^4.7.5",
|
|
"vue": "^3.4.27",
|
|
"vue-router": "^4.3.2",
|
|
"vuetify": "^3.6.5",
|
|
"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/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.10",
|
|
"vite-plugin-pwa": "^0.14.7",
|
|
"vite-plugin-static-copy": "0.17.1",
|
|
"vite-plugin-vuetify": "^1.0.2",
|
|
"vue-tsc": "^1.8.27"
|
|
},
|
|
"engines": {
|
|
"node": "18"
|
|
}
|
|
}
|