react-github-user-stats
Version:
Get Github user's stats using React Hooks.
33 lines (32 loc) • 776 B
JSON
{
"name": "react-github-user-stats-example",
"homepage": "https://munafio.github.io/react-github-user-stats",
"version": "0.0.0",
"license": "MIT",
"private": true,
"dependencies": {
"react": "^17.0.0",
"react-dom": "^16.9.0",
"react-github-user-stats": "file:..",
"react-scripts": "^3.0.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@types/jest": "^28.1.3",
"@types/node": "^18.0.0",
"@types/react": "^18.0.14",
"@types/react-dom": "^18.0.5",
"typescript": "^4.7.4"
}
}