UNPKG

@ohkit/react-helper

Version:

some utils and hooks for react

39 lines (38 loc) 1.04 kB
{ "name": "@ohkit/react-helper", "version": "0.0.3", "description": "some utils and hooks for react", "keywords": [ "react-helper" ], "homepage": "", "license": "ISC", "source": "src/index.@(js|jsx|mjs|ts|tsx)", "main": "dist/index.js", "umd:main": "dist/index.umd.js", "module": "dist/index.es.js", "types": "dist/types/index.d.ts", "publishConfig": { "registry": "https://registry.npmjs.org/", "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/WuQiuYang/ohkit" }, "scripts": { "build": "npm run clean && microbundle --jsx React.createElement", "dev": "npm run watch", "watch": "microbundle watch --jsx React.createElement --no-compress --format es --output dist/index.es.js", "clean": "rm -rf dist" }, "dependencies": { "@ohkit/platform": "0.0.3-alpha.0" }, "peerDependencies": { "lodash-es": "^4.17.21", "react": ">=16.8.0", "react-dom": ">=16.8.0" }, "gitHead": "d10717e4226ca123acdd87fe420363f52a07cabd" }