{ "name": "factorio-clockmaster", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "build": "tsc -b && vite build", "lint": "eslint .", "preview": "vite preview", "factorio-api": "ts-node -r tsconfig-paths/register scripts/factorio-dump/lua-api/index.ts", "postfactorio-api": "prettier --write \"scripts/factorio-dump/lua-api/models.ts\"", "factorio-process": "ts-node -r tsconfig-paths/register scripts/factorio-dump/index.ts", "test": "vitest", "test:run": "vitest run" }, "dependencies": { "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.1", "@mui/material": "^7.3.5", "@xyflow/react": "^12.11.3", "pako": "^2.1.0", "react": "^19.2.0", "react-dom": "^19.2.0", "react-router": "^8.3.0", "sharp": "^0.35.3", "simplebar-react": "^3.3.2", "zustand": "^5.0.14" }, "devDependencies": { "@commander-js/extra-typings": "^14.0.0", "@eslint/js": "^9.39.1", "@types/node": "^24.10.0", "@types/pako": "^2.0.4", "@types/react": "^19.2.2", "@types/react-dom": "^19.2.2", "@vitejs/plugin-react": "^6.0.5", "babel-plugin-react-compiler": "^1.0.0", "commander": "^14.0.2", "eslint": "^9.39.1", "eslint-plugin-react-hooks": "^7.0.1", "eslint-plugin-react-refresh": "^0.4.24", "globals": "^16.5.0", "handlebars": "^4.7.8", "ora": "^9.0.0", "prettier": "^3.6.2", "ts-node": "^10.9.2", "tsconfig-paths": "^4.2.0", "typescript": "~5.9.3", "typescript-eslint": "^8.46.3", "vite": "^8.2.0", "vitest": "^4.1.10" } }