UNPKG

reactant-web

Version:

A Web application with react-dom for Reactant

36 lines (35 loc) 848 B
{ "name": "reactant-web", "version": "0.147.0", "description": "A Web application with react-dom for Reactant", "main": "dist/index.cjs.js", "unpkg": "dist/index.umd.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "Reactant", "react-dom" ], "repository": { "type": "git", "url": "git+https://github.com/unadlib/reactant.git", "directory": "packages/reactant-web" }, "homepage": "https://reactant.js.org/", "authors": [ "Michael Lin <unadlib@gmail.com> (https://github.com/unadlib)" ], "license": "MIT", "peerDependencies": { "react-dom": "^16.14.0 || ^17" }, "dependencies": { "reactant-router-dom": "^0.147.0" }, "devDependencies": { "react-dom": "^17.0.2" } }