@builder.io/qwik
Version:
An Open-Source sub-framework designed with a focus on server-side-rendering, lazy-loading, and styling/animation.
32 lines (31 loc) • 721 B
JSON
{
"description": "Zero-runtime CSS-in-JS",
"__qwik__": {
"displayName": "Integration: PandaCSS (styling)",
"priority": -10,
"postInstall": "panda codegen --silent",
"docs": [
"https://panda-css.com/docs/getting-started/qwik"
],
"viteConfig": {
"imports": [
{
"namedImports": [
"macroPlugin"
],
"importPath": "@builder.io/vite-plugin-macro"
}
],
"vitePluginsPrepend": [
"macroPlugin({ preset: 'pandacss' })"
]
}
},
"devDependencies": {
"@builder.io/vite-plugin-macro": "~0.0.7",
"@pandacss/dev": "^0.51.1"
},
"scripts": {
"prebuild.pandacss": "panda codegen --silent"
}
}