{
  "name": "react-static-pro-max-example-typescript",
  "private": true,
  "scripts": {
    "start": "react-static-pro-max start",
    "stage": "react-static-pro-max build --staging",
    "build": "react-static-pro-max build",
    "bundle": "react-static-pro-max bundle",
    "export": "react-static-pro-max export",
    "serve": "serve dist -p 3000 -s"
  },
  "dependencies": {
    "axios": "^1.13.2",
    "react": "^19.2.3",
    "react-dom": "^19.2.3",
    "react-router": "^7.10.1",
    "react-static-pro-max": "^2.0.22",
    "react-static-pro-plugin-react-router": "^2.0.22",
    "react-static-pro-plugin-sitemap": "^2.0.22",
    "react-static-pro-plugin-source-filesystem": "^3.0.22",
    "react-static-pro-plugin-typescript": "^2.0.22"
  },
  "devDependencies": {
    "@babel/preset-typescript": "^7.28.5",
    "@types/node": "^25.0.3",
    "@types/react": "^19.2.7",
    "@types/react-dom": "^19.2.3",
    "@types/webpack-env": "^1.18.8",
    "serve": "^14.2.5",
    "typescript": "^5.9.3"
  }
}
