UNPKG

560 BJSONView Raw
1{
2 "name": "@spark-web/ssr",
3 "version": "1.0.9",
4 "homepage": "https://github.com/brighte-labs/spark-web#readme",
5 "repository": {
6 "type": "git",
7 "url": "https://github.com/brighte-labs/spark-web.git",
8 "directory": "packages/ssr"
9 },
10 "main": "dist/spark-web-ssr.cjs.js",
11 "module": "dist/spark-web-ssr.esm.js",
12 "files": [
13 "CHANGELOG.md",
14 "dist",
15 "README.md"
16 ],
17 "dependencies": {
18 "@babel/runtime": "^7.19.0",
19 "@emotion/css": "^11.9.0",
20 "@emotion/server": "^11.4.0"
21 },
22 "engines": {
23 "node": ">=14"
24 }
25}