mafia / frontend /package.json
Alfaxad's picture
Migrate Mafia game to ZeroGPU Gradio Space
c670567 verified
Raw
History Blame Contribute Delete
926 Bytes
{
"name": "mafia-phaser-client",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --host 127.0.0.1 --port 5173",
"typecheck": "tsc --noEmit",
"build": "tsc --noEmit && vite build",
"preview": "vite preview --host 127.0.0.1 --port 4173",
"test": "vitest run",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage"
},
"dependencies": {
"phaser": "3.90.0",
"phaser3-rex-plugins": "^1.80.16"
},
"devDependencies": {
"@types/jsdom": "^21.1.7",
"@vitest/coverage-v8": "^3.2.4",
"autoprefixer": "^10.4.21",
"canvas": "^3.2.0",
"globals": "^15.14.0",
"jsdom": "^26.1.0",
"playwright": "^1.60.0",
"postcss": "^8.5.6",
"tailwindcss": "^3.4.18",
"typescript": "~5.8.3",
"vite": "^6.2.6",
"vitest": "^3.2.4"
},
"allowScripts": {
"esbuild@0.25.12": true,
"canvas@3.2.3": true
}
}