UNPKG

reactant

Version:

A framework for building React web applications

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