UNPKG

minh-custom-hooks-release

Version:

Đây là custom hooks được viết bởi hoanggminh2702, bao gồm:

76 lines (75 loc) 2.01 kB
{ "name": "minh-custom-hooks-release", "version": "1.0.26-beta-22", "description": "", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.js", "types": "./dist/esm/index.d.ts", "scripts": { "lint": "eslint \"{**/*,*}.{js,ts,jsx,tsx}\"", "build": "npm run build:esm && npm run build:cjs", "build:esm": "tsc", "build:cjs": "tsc --module commonjs --outDir dist/cjs", "prettier": "prettier --write \"{src,tests,example/src}/**/*.{js,ts,jsx,tsx}\"", "test": "jest --config jestconfig.json", "prepare": "npm run build", "prepublishOnly": "npm run test && npm run prettier && npm run lint" }, "keywords": [ "useTask", "useState", "useLifeCycle", "useMount", "useDidUpdate", "useLayoutMount", "useLayoutDidUpdate", "useDebounce", "useToggle", "useLocalStorage", "useTask", "useTaskEffect", "React", "hooks", "react hooks" ], "author": "hoanggminh2702", "license": "ISC", "devDependencies": { "@testing-library/dom": "^10.4.0", "@testing-library/react": "^16.0.1", "@testing-library/user-event": "^14.5.2", "@types/jest": "^29.5.13", "@types/react": "^18.3.11", "@typescript-eslint/eslint-plugin": "^8.8.0", "@typescript-eslint/parser": "^8.8.0", "eslint": "^9.12.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.2.1", "eslint-plugin-react": "^7.37.1", "eslint-plugin-react-hooks": "^4.6.2", "jest": "^29.7.0", "jest-canvas-mock": "^2.5.2", "jest-environment-jsdom": "^29.7.0", "prettier": "^3.3.3", "react": "^18.3.1", "react-dom": "^18.3.1", "ts-jest": "^29.2.5", "typescript": "^5.6.2" }, "repository": { "type": "git", "url": "git@github.com:hoanggminh2702/minh-custom-hooks.git" }, "peerDependencies": { "react": ">=16" }, "files": [ "dist", "LICENSE", "README.md" ], "dependencies": { "react-native-uuid": "^2.0.3", "uuid": "^11.0.3" } }