UNPKG

nonaction

Version:

Make state management easily like you do nothing!

40 lines (39 loc) 918 B
{ "name": "nonaction", "version": "0.0.5", "description": "Make state management easily like you do nothing!", "main": "dist/index.js", "author": "@realdennis", "license": "MIT", "private": false, "peerDependencies": { "react": "^16.8.0" }, "repository": { "type": "git", "url": "git+https://github.com/realdennis/nonaction.git" }, "scripts": { "test": "jest", "test:watch": "jest --watch", "build": "microbundle build src/index.js --jsx React.createElement" }, "keywords": [ "react-hooks", "State management", "State", "Context", "react" ], "devDependencies": { "@babel/core": "^7.4.0", "@babel/preset-env": "^7.4.2", "@babel/preset-react": "^7.0.0", "babel-jest": "^24.5.0", "jest": "^24.5.0", "microbundle": "^0.11.0", "react": "^16.8.5", "react-dom": "^16.8.5", "react-testing-library": "^6.0.2" } }