You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
691 B
JSON
29 lines
691 B
JSON
{
|
|
"name": "autohero-frontend",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc -b && vite build",
|
|
"preview": "vite preview",
|
|
"lint": "eslint src --ext .ts,.tsx --max-warnings 0",
|
|
"gen:enemy-south:pixellab": "node scripts/pixellab-enemy-south-batch.mjs"
|
|
},
|
|
"dependencies": {
|
|
"pixi.js": "^8.6.6",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"yaml": "^2.7.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^19.2.14",
|
|
"@types/react-dom": "^19.0.0",
|
|
"@vitejs/plugin-react": "^4.3.4",
|
|
"eslint": "^9.17.0",
|
|
"pngjs": "^7.0.0",
|
|
"typescript": "~5.7.2",
|
|
"vite": "^6.2.0"
|
|
}
|
|
}
|