Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
canvas
/
node_modules
/
use-callback-ref
/
Filename :
package.json
back
Copy
{ "name": "use-callback-ref", "version": "1.2.5", "description": "The same useRef, but with callback", "main": "dist/es5/index.js", "sideEffects": false, "scripts": { "test": "ts-react-toolbox test", "bootstrap": "ts-react-toolbox init", "dev": "ts-react-toolbox dev", "test:ci": "ts-react-toolbox test --runInBand --coverage", "build": "ts-react-toolbox build", "prepublish": "yarn build", "release": "ts-react-toolbox release", "lint": "ts-react-toolbox lint", "static": "ts-react-toolbox publish", "format": "ts-react-toolbox format", "analyze": "ts-react-toolbox analyze" }, "repository": "https://github.com/theKashey/use-callback-ref/", "author": "theKashey <thekashey@gmail.com>", "license": "MIT", "dependencies": {}, "devDependencies": { "ts-react-toolbox": "^0.2.11" }, "peerDependencies": { "react": "^16.8.0 || ^17.0.0", "@types/react": "^16.8.0 || ^17.0.0" }, "peerDependenciesMeta": { "@types/react": { "optional": true } }, "engines": { "node": ">=8.5.0" }, "jsnext:main": "dist/es2015/index.js", "module": "dist/es2015/index.js", "types": "dist/es5/index.d.ts", "files": [ "dist" ], "keywords": [ "react", "hoot", "useRef", "createRef" ], "size-limit": [ { "path": "dist/es2015/index.js", "limit": "0.4 KB" }, { "path": "dist/es2015/useRef.js", "limit": "0.2 KB" }, { "path": "dist/es2015/useMergeRef.js", "limit": "0.2 KB" } ] }