UNPKG

@spark-web/ssr

Version:

--- title: SSR isExperimentalPackage: true ---

28 lines (27 loc) 630 B
{ "name": "@spark-web/ssr", "version": "5.0.0", "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.25.0", "@emotion/cache": "^11.14.0", "@emotion/css": "^11.13.5", "@emotion/react": "^11.14.0", "@emotion/server": "^11.11.0" }, "engines": { "node": ">=14" } }