reactant-ssr
Version:
A server-side renderer for Reactant
51 lines (50 loc) • 1.15 kB
JSON
{
"name": "reactant-ssr",
"version": "0.149.0",
"description": "A server-side renderer for Reactant",
"main": "dist/index.cjs.js",
"unpkg": "dist/index.umd.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"typedoc": {
"entryPoint": "src/index.ts"
},
"bugs": {
"url": "https://github.com/unadlib/reactant/issues"
},
"homepage": "https://reactant.js.org/",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/unadlib/reactant.git",
"directory": "packages/reactant-ssr"
},
"engines": {
"node": ">=14"
},
"keywords": [
"React",
"Reactant",
"Reactant SSR",
"Reactant Server-Side Rendering"
],
"authors": [
"Michael Lin <unadlib@gmail.com> (https://github.com/unadlib)"
],
"license": "MIT",
"peerDependencies": {
"next": "^12.1.0",
"react": "^16.12.0 || ^17 || ^18"
},
"dependencies": {
"next": "^12.2.5",
"reactant": "^0.149.0"
},
"devDependencies": {
"next": "^12.1.0",
"react": "^17.0.2",
"reactant-web": "^0.149.0"
}
}