@builder.io/qwik
Version:
An Open-Source sub-framework designed with a focus on server-side-rendering, lazy-loading, and styling/animation.
31 lines (30 loc) • 791 B
JSON
{
"description": "Zero-cost CSS-in-JS for Qwik",
"__qwik__": {
"displayName": "Integration: Styled-Vanilla-Extract (styling)",
"priority": -10,
"viteConfig": {
"imports": [
{
"namedImports": [
"vanillaExtractPlugin"
],
"importPath": "@vanilla-extract/vite-plugin"
}
],
"vitePlugins": [
"vanillaExtractPlugin()"
]
},
"docs": [
"https://qwik.dev/docs/integrations/styled-vanilla-extract/",
"https://github.com/wmertens/styled-vanilla-extract/blob/main/README.md",
"https://vanilla-extract.style/"
]
},
"devDependencies": {
"@vanilla-extract/css": "^1.12.0",
"styled-vanilla-extract": "^0.5.4",
"@vanilla-extract/vite-plugin": "^5.0.1"
}
}