UNPKG

@builder.io/qwik

Version:

An Open-Source sub-framework designed with a focus on server-side-rendering, lazy-loading, and styling/animation.

42 lines (41 loc) 1.02 kB
{ "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" } }