use-animate-number
Version:
React hook for changin a number value smoothly
38 lines (37 loc) • 896 B
JSON
{
"name": "use-animate-number",
"version": "1.0.5",
"description": "React hook for changin a number value smoothly",
"main": "./lib/index.js",
"scripts": {
"build": "tsc",
"lint": "tslint -c tslint.json 'src/**/*.ts'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/baristna/use-animate-number"
},
"keywords": [
"react",
"react-hook",
"react-hooks",
"custom"
],
"author": "Baris Tuna",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/baristna/use-animate-number/issues"
},
"homepage": "https://github.com/baristna/use-animate-number#readme",
"devDependencies": {
"@types/node": "14.6.0",
"@types/react-dom": "16.9.8",
"react": "16.13.1",
"tslint": "6.1.3",
"typescript": "3.9.7"
},
"peerDependencies": {
"react": ">=16.8.0"
},
"typings": "./lib/index.d.ts"
}