101 lines
2.7 KiB
JSON
101 lines
2.7 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"react-countup@6.4.2",
|
|
"/home/zhiyuanliu/gitlink/forgeplus-react"
|
|
]
|
|
],
|
|
"_from": "react-countup@6.4.2",
|
|
"_id": "react-countup@6.4.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-wdDrNb2lPFGbLb+i0FTgswPbWziubS6KZRII8NRpXmUCoZsi15PFbIHgBz60Dyxd4KPuRvwsK5aawIU4OPP3jA==",
|
|
"_location": "/react-countup",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "react-countup@6.4.2",
|
|
"name": "react-countup",
|
|
"escapedName": "react-countup",
|
|
"rawSpec": "6.4.2",
|
|
"saveSpec": null,
|
|
"fetchSpec": "6.4.2"
|
|
},
|
|
"_requiredBy": [
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/react-countup/-/react-countup-6.4.2.tgz",
|
|
"_spec": "6.4.2",
|
|
"_where": "/home/zhiyuanliu/gitlink/forgeplus-react",
|
|
"author": {
|
|
"name": "Glenn Reyes",
|
|
"email": "glenn@glennreyes.com",
|
|
"url": "https://twitter.com/glnnrys"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/glennreyes/react-countup/issues"
|
|
},
|
|
"dependencies": {
|
|
"@rollup/plugin-babel": "^6.0.3",
|
|
"countup.js": "^2.5.0"
|
|
},
|
|
"description": "A React component wrapper around CountUp.js",
|
|
"devDependencies": {
|
|
"@babel/core": "7.21.0",
|
|
"@babel/preset-env": "7.20.2",
|
|
"@babel/preset-react": "7.18.6",
|
|
"@babel/preset-typescript": "^7.14.5",
|
|
"@rollup/plugin-node-resolve": "^15.0.1",
|
|
"@testing-library/react": "13.4.0",
|
|
"@typescript-eslint/eslint-plugin": "^5.44.0",
|
|
"@typescript-eslint/parser": "^5.44.0",
|
|
"babel-jest": "29.5.0",
|
|
"eslint": "^8.28.0",
|
|
"eslint-config-prettier": "^8.3.0",
|
|
"eslint-plugin-prettier": "^4.0.0",
|
|
"eslint-plugin-react": "^7.24.0",
|
|
"eslint-plugin-react-hooks": "^4.2.0",
|
|
"jest": "29.5.0",
|
|
"jest-environment-jsdom": "^29.5.0",
|
|
"prettier": "2.8.4",
|
|
"pretty-quick": "3.1.3",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"react-test-renderer": "18.2.0",
|
|
"rollup": "3.19.1",
|
|
"typescript": "^4.9.3"
|
|
},
|
|
"files": [
|
|
"build/index.js",
|
|
"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 --bundleConfigAsCjs -c && tsc --emitDeclarationOnly --noEmit false --project src/tsconfig.json --outDir build",
|
|
"format": "prettier --write \"*.md\" \"src/**/*.ts\" \"src/**/*.tsx\"",
|
|
"prepublishOnly": "yarn build",
|
|
"test": "jest"
|
|
},
|
|
"typings": "build/index.d.ts",
|
|
"version": "6.4.2"
|
|
}
|