react-countup
Version:
A React component wrapper around CountUp.js
58 lines (57 loc) • 1.37 kB
JSON
{
"name": "react-countup",
"version": "4.0.0",
"description": "A React component wrapper around CountUp.js",
"author": "Glenn Reyes <glenn@glennreyes.com> (https://twitter.com/glnnrys)",
"keywords": [
"react-component",
"react",
"react.js",
"countup",
"countup.js",
"counter",
"animation"
],
"license": "MIT",
"repository": "glennreyes/react-countup",
"bugs": {
"url": "https://github.com/glennreyes/react-countup/issues"
},
"homepage": "https://react-countup.now.sh",
"main": "build",
"files": [
"build",
"src"
],
"scripts": {
"build": "rollup -c",
"prepublish": "yarn build",
"test": "jest"
},
"peerDependencies": {
"react": ">= 16.3.0"
},
"dependencies": {
"countup.js": "^1.9.3",
"prop-types": "^15.6.2",
"warning": "^4.0.2"
},
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/preset-env": "^7.1.0",
"@babel/preset-react": "^7.0.0",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^23.6.0",
"husky": "^1.1.2",
"jest": "^23.6.0",
"prettier": "^1.14.3",
"pretty-quick": "^1.8.0",
"raf": "^3.4.0",
"react": "^16.6.0",
"react-dom": "^16.6.0",
"react-testing-library": "^5.2.3",
"rollup": "^0.66.6",
"rollup-plugin-babel": "^4.0.3"
}
}