{
  "name": "{{NAME}}",
  "version": "0.1.0",
  "private": true,
  "scripts": {
    "start": "npm run open-browser && next dev -p {{PORT}}",
    "open-browser": "open http://localhost:{{PORT}}",
    "build": "next build",
    "lint": "next lint"
  },

  "dependencies": {
    "@module-federation/nextjs-mf": "6.0.1",
    "@next/font": "13.1.1",
    "@types/node": "18.11.18",
    "@types/react": "18.0.26",
    "@types/react-dom": "18.0.10",
    "eslint": "8.31.0",
    "eslint-config-next": "13.1.1",
    "next": "13.1.1",
    "react": "18.2.0",
    "react-dom": "18.2.0",
    "typescript": "4.9.4"
  },
  "devDependencies": {
    "eslint": "^8.30.0",
    "eslint-config-next": "^13.0.7",
    "webpack": "^5.75.0",
    "webpack-cli": "^5.0.1",
    "webpack-dev-server": "^4.11.1"
  }
}
