mirror of
https://github.com/Pandipipas/scoreko-dev.git
synced 2026-06-06 03:32:06 +00:00
106 lines
2.7 KiB
JSON
106 lines
2.7 KiB
JSON
{
|
|
"name": "scoreko-dev",
|
|
"version": "0.1.0",
|
|
"description": "NodeCG bundle for fighting game overlays.",
|
|
"homepage": "https://github.com/Pandipipas/scoreko-dev#readme",
|
|
"bugs": {
|
|
"url": "https://github.com/Pandipipas/scoreko-dev/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Pandipipas/scoreko-dev.git"
|
|
},
|
|
"license": "MIT",
|
|
"author": "Pandipipas",
|
|
"type": "module",
|
|
"engines": {
|
|
"node": ">=24.14.0"
|
|
},
|
|
"scripts": {
|
|
"autofix": "eslint --fix",
|
|
"prebuild": "trash ./extension && trash ./node_modules/.vite && trash ./shared/dist && trash ./dashboard && trash ./graphics",
|
|
"build": "vite build && tsc -b tsconfig.extension.json",
|
|
"lint": "eslint",
|
|
"schema-types": "nodecg schema-types",
|
|
"start": "nodecg start",
|
|
"watch": "conc -n B,E -c red,blue -k vite \"tsc -b -w --preserveWatchOutput tsconfig.extension.json\""
|
|
},
|
|
"nodecg": {
|
|
"compatibleRange": "^2.6.0",
|
|
"dashboardPanels": [
|
|
{
|
|
"name": "scoreko-dev",
|
|
"title": "scoreko-dev",
|
|
"file": "scoreko-dev/main.html",
|
|
"fullbleed": true
|
|
},
|
|
{
|
|
"name": "loading",
|
|
"title": "Loading",
|
|
"file": "loading/main.html",
|
|
"fullbleed": true
|
|
}
|
|
],
|
|
"graphics": [
|
|
{
|
|
"name": "scoreboard",
|
|
"title": "Scoreboard",
|
|
"file": "scoreboard/main.html",
|
|
"width": 1920,
|
|
"height": 1080
|
|
},
|
|
{
|
|
"name": "commentary",
|
|
"title": "Commentary",
|
|
"file": "commentary/main.html",
|
|
"width": 1920,
|
|
"height": 1080
|
|
},
|
|
{
|
|
"name": "scoreboard-2xko",
|
|
"title": "Scoreboard 2XKO",
|
|
"file": "scoreboard-2xko/main.html",
|
|
"width": 1920,
|
|
"height": 1080
|
|
}
|
|
]
|
|
},
|
|
"overrides": {
|
|
"vite-plugin-nodecg": {
|
|
"vite": "$vite"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@quasar/extras": "^1.17.0",
|
|
"@unhead/vue": "^2.0.19",
|
|
"country-list": "^2.4.1",
|
|
"flag-icons": "^7.5.0",
|
|
"nodecg": "^2.6.4",
|
|
"nodecg-vue-composable": "^1.1.0",
|
|
"pinia": "^2.3.1",
|
|
"quasar": "^2.18.5",
|
|
"vue": "^3.5.22",
|
|
"vue-router": "^4.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.39.0",
|
|
"@quasar/vite-plugin": "^1.10.0",
|
|
"@tsconfig/node24": "^24.0.4",
|
|
"@types/node": "^22.18.13",
|
|
"@vitejs/plugin-vue": "^6.0.1",
|
|
"@vue/eslint-config-typescript": "^14.6.0",
|
|
"@vue/tsconfig": "^0.8.1",
|
|
"concurrently": "^9.2.1",
|
|
"eslint": "^9.39.0",
|
|
"eslint-plugin-vue": "^10.5.1",
|
|
"sass-embedded": "^1.93.3",
|
|
"trash-cli": "^7.0.0",
|
|
"typescript": "^5.9.3",
|
|
"typescript-eslint": "^8.46.2",
|
|
"vite": "^7.1.12",
|
|
"vite-plugin-checker": "^0.11.0",
|
|
"vite-plugin-nodecg": "^2.1.0",
|
|
"vue-tsc": "^3.1.2"
|
|
}
|
|
}
|