{
  "description": "Use React components into your Qwik app",
  "__qwik__": {
    "displayName": "Framework: React",
    "priority": -20,
    "docs": [
      "https://qwik.dev/integrations/react/"
    ],
    "nextSteps": {
      "title": "New folders created!",
      "lines": [
        " - /src/routes/react: New public route showcasing react integration",
        " - /src/integrations/react: Here's where the react component lives"
      ]
    },
    "viteConfig": {
      "imports": [
        {
          "namedImports": [
            "qwikReact"
          ],
          "importPath": "@builder.io/qwik-react/vite"
        }
      ],
      "vitePlugins": [
        "qwikReact()"
      ]
    }
  },
  "devDependencies": {
    "@builder.io/qwik-react": "0.5.0",
    "@emotion/react": "^11.11.1",
    "@emotion/styled": "^11.11.0",
    "@mui/material": "^5.13.0",
    "@mui/x-data-grid": "^6.4.0",
    "@types/react": "^18.2.28",
    "@types/react-dom": "^18.2.13",
    "react": "18.2.0",
    "react-dom": "18.2.0"
  }
}
