@spark-web/ssr
Version:
--- title: SSR isExperimentalPackage: true ---
26 lines (25 loc) • 560 B
JSON
{
"name": "@spark-web/ssr",
"version": "1.0.9",
"homepage": "https://github.com/brighte-labs/spark-web#readme",
"repository": {
"type": "git",
"url": "https://github.com/brighte-labs/spark-web.git",
"directory": "packages/ssr"
},
"main": "dist/spark-web-ssr.cjs.js",
"module": "dist/spark-web-ssr.esm.js",
"files": [
"CHANGELOG.md",
"dist",
"README.md"
],
"dependencies": {
"@babel/runtime": "^7.19.0",
"@emotion/css": "^11.9.0",
"@emotion/server": "^11.4.0"
},
"engines": {
"node": ">=14"
}
}