jam-cloud/jam-ui/node_modules/react-countup/package.json

95 lines
2.3 KiB
JSON

{
"_args": [
[
"react-countup@4.3.3",
"/Users/nuwan/Code/jam-cloud/jam-ui"
]
],
"_from": "react-countup@4.3.3",
"_id": "react-countup@4.3.3",
"_inBundle": false,
"_integrity": "sha512-pWnxpwdPNRyJFha/YKKbyc4RLAw8PzmULdgCziGIgw6vxhT1VdccrvQgj38HBSoM2qF/MoLmn4M2klvDWVIdaw==",
"_location": "/react-countup",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "react-countup@4.3.3",
"name": "react-countup",
"escapedName": "react-countup",
"rawSpec": "4.3.3",
"saveSpec": null,
"fetchSpec": "4.3.3"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/react-countup/-/react-countup-4.3.3.tgz",
"_spec": "4.3.3",
"_where": "/Users/nuwan/Code/jam-cloud/jam-ui",
"author": {
"name": "Glenn Reyes",
"email": "glenn@glennreyes.com",
"url": "https://twitter.com/glnnrys"
},
"bugs": {
"url": "https://github.com/glennreyes/react-countup/issues"
},
"dependencies": {
"countup.js": "^1.9.3",
"prop-types": "^15.7.2",
"warning": "^4.0.3"
},
"description": "A React component wrapper around CountUp.js",
"devDependencies": {
"@babel/core": "7.8.3",
"@babel/plugin-proposal-class-properties": "7.8.3",
"@babel/preset-env": "7.8.3",
"@babel/preset-react": "7.8.3",
"@testing-library/react": "9.4.0",
"@testing-library/react-hooks": "3.2.1",
"babel-jest": "25.1.0",
"husky": "4.2.1",
"jest": "25.1.0",
"prettier": "1.19.1",
"pretty-quick": "2.0.1",
"raf": "3.4.1",
"react": "16.12.0",
"react-dom": "16.12.0",
"react-test-renderer": "16.12.0",
"rollup": "1.29.1",
"rollup-plugin-babel": "4.3.3"
},
"files": [
"build",
"index.d.ts"
],
"homepage": "https://react-countup.now.sh",
"keywords": [
"react-component",
"react",
"react.js",
"countup",
"countup.js",
"counter",
"animation"
],
"license": "MIT",
"main": "build",
"name": "react-countup",
"peerDependencies": {
"react": ">= 16.3.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/glennreyes/react-countup.git"
},
"scripts": {
"build": "rollup -c",
"prepublishOnly": "yarn build",
"test": "jest"
},
"typings": "index.d.ts",
"version": "4.3.3"
}