@7x7cl/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.03 kB
JSON
{
"description": "Use React components into your Qwik app",
"devDependencies": {
"@builder.io/qwik-react": "0.5.0",
"@emotion/react": "11.11.0",
"@emotion/styled": "11.11.0",
"@mui/material": "5.13.0",
"@mui/x-data-grid": "6.4.0",
"@types/react": "18.2.6",
"@types/react-dom": "18.2.4",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"__qwik__": {
"displayName": "Framework: React",
"priority": -20,
"docs": [
"https://qwik.builder.io/integrations/integration/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()"
]
}
}
}