UNPKG

reactant

Version:

A framework for building React web applications

48 lines (47 loc) 1.09 kB
{ "name": "reactant", "version": "0.140.0", "description": "A framework for building React web applications", "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" }, "engines": { "node": ">=14" }, "keywords": [ "React", "Reactant" ], "authors": [ "Michael Lin <unadlib@gmail.com> (https://github.com/unadlib)" ], "license": "MIT", "peerDependencies": { "react": "^16.12.0 || ^17" }, "dependencies": { "react-redux": "^7.2.8", "reactant-module": "^0.140.0" }, "devDependencies": { "react": "^17.0.2", "reactant-storage": "^0.140.0", "reactant-web": "^0.140.0" } }