UNPKG

reactant-ssr

Version:

A server-side renderer for Reactant

52 lines (51 loc) 1.17 kB
{ "name": "reactant-ssr", "version": "0.150.0", "description": "A server-side renderer for Reactant", "main": "dist/index.cjs.js", "unpkg": "dist/index.umd.js", "module": "dist/esm/index.js", "types": "dist/index.d.ts", "sideEffects": false, "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.150.0" }, "devDependencies": { "next": "^12.1.0", "react": "^18.3.1", "reactant-web": "^0.150.0" } }