mirror of
https://github.com/rommapp/romm.git
synced 2026-02-18 00:27:41 +01:00
75 lines
2.1 KiB
JSON
75 lines
2.1 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/zurdi15/romm",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+gihub.com/zurdi15/romm.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/zurdi15/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.0",
|
|
"core-js": "^3.8.3",
|
|
"cronstrue": "^2.31.0",
|
|
"emulatorjs": "github:GAntoine/emulatorjs#main",
|
|
"file-saver": "^2.0.5",
|
|
"js-cookie": "^3.0.5",
|
|
"jszip": "^3.10.1",
|
|
"lodash": "^4.17.21",
|
|
"mitt": "^3.0.1",
|
|
"nanoid": "^5.0.4",
|
|
"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",
|
|
"@types/js-cookie": "^3.0.6",
|
|
"@types/lodash": "^4.14.202",
|
|
"@types/node": "^20.10.6",
|
|
"@types/webfontloader": "^1.6.38",
|
|
"@vitejs/plugin-vue": "^3.0.3",
|
|
"@vue/tsconfig": "^0.5.1",
|
|
"eslint": "^8.22.0",
|
|
"eslint-plugin-vue": "^9.3.0",
|
|
"openapi-typescript-codegen": "^0.25.0",
|
|
"sass": "^1.55.0",
|
|
"tslib": "^2.6.2",
|
|
"typescript": "^5.3.3",
|
|
"vite": "^3.2.7",
|
|
"vite-plugin-pwa": "^0.14.7",
|
|
"vite-plugin-rewrite-all": "^1.0.1",
|
|
"vite-plugin-static-copy": "0.17.1",
|
|
"vite-plugin-vuetify": "^1.0.0-alpha.12",
|
|
"vue-tsc": "^1.8.27"
|
|
},
|
|
"engines": {
|
|
"node": "16"
|
|
}
|
|
}
|