reactant-module
Version:
A module model for Reactant
39 lines (38 loc) • 911 B
JSON
{
"name": "reactant-module",
"version": "0.144.0",
"description": "A module model 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"
},
"homepage": "https://reactant.js.org/",
"repository": {
"type": "git",
"url": "git+https://github.com/unadlib/reactant.git",
"directory": "packages/reactant-module"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Reactant",
"Reactant Module"
],
"authors": [
"Michael Lin <unadlib@gmail.com> (https://github.com/unadlib)"
],
"license": "MIT",
"dependencies": {
"mutative": "^1.2.0",
"reactant-di": "^0.144.0",
"redux": "^4.1.0"
},
"devDependencies": {
"react": "^17.0.2",
"redux-devtools-extension": "^2.13.8"
}
}