package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "name": "factorio-clockmaster",
  3. "private": true,
  4. "version": "0.0.0",
  5. "type": "module",
  6. "scripts": {
  7. "dev": "vite",
  8. "build": "tsc -b && vite build",
  9. "lint": "eslint .",
  10. "preview": "vite preview",
  11. "factorio-api": "ts-node -r tsconfig-paths/register scripts/factorio-dump/lua-api/index.ts",
  12. "postfactorio-api": "prettier --write \"scripts/factorio-dump/lua-api/models.ts\"",
  13. "factorio-process": "ts-node -r tsconfig-paths/register scripts/factorio-dump/index.ts"
  14. },
  15. "dependencies": {
  16. "@emotion/react": "^11.14.0",
  17. "@emotion/styled": "^11.14.1",
  18. "@mui/material": "^7.3.5",
  19. "pako": "^2.1.0",
  20. "react": "^19.2.0",
  21. "react-dom": "^19.2.0",
  22. "react-router": "^8.3.0",
  23. "simplebar-react": "^3.3.2"
  24. },
  25. "devDependencies": {
  26. "@commander-js/extra-typings": "^14.0.0",
  27. "@eslint/js": "^9.39.1",
  28. "@types/node": "^24.10.0",
  29. "@types/pako": "^2.0.4",
  30. "@types/react": "^19.2.2",
  31. "@types/react-dom": "^19.2.2",
  32. "@vitejs/plugin-react": "^6.0.5",
  33. "babel-plugin-react-compiler": "^1.0.0",
  34. "commander": "^14.0.2",
  35. "eslint": "^9.39.1",
  36. "eslint-plugin-react-hooks": "^7.0.1",
  37. "eslint-plugin-react-refresh": "^0.4.24",
  38. "globals": "^16.5.0",
  39. "handlebars": "^4.7.8",
  40. "ora": "^9.0.0",
  41. "prettier": "^3.6.2",
  42. "ts-node": "^10.9.2",
  43. "tsconfig-paths": "^4.2.0",
  44. "typescript": "~5.9.3",
  45. "typescript-eslint": "^8.46.3",
  46. "vite": "^8.2.0"
  47. }
  48. }