react-animals
Version:
A customizable animal avatar React component, based on the avatars used by Google Docs.
54 lines • 1.41 kB
JSON
{
"name": "react-animals",
"version": "0.0.82",
"description": "A customizable animal avatar React component, based on the avatars used by Google Docs.",
"main": "build/index.js",
"unpkg": "build/index.js",
"repository": {
"type": "git",
"url": "https://github.com/arvinpoddar/react-animals"
},
"bugs": "https://github.com/arvinpoddar/vue-animals",
"peerDependencies": {
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
"scripts": {
"start": "webpack --watch",
"build": "webpack"
},
"author": {
"name": "Arvin Poddar",
"email": "arvin.poddar@gmail.com"
},
"contributors": [
{
"name": "Jakob Johnson"
}
],
"license": "MIT",
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.9.0",
"babel-loader": "^7.1.5",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-env": "^1.7.0",
"css-loader": "^3.4.2",
"style-loader": "^1.1.3",
"url-loader": "^4.0.0",
"webpack": "^4.12.0",
"webpack-cli": "^3.0.4"
},
"keywords": [
"anonymous",
"animals",
"animal",
"google",
"avatar",
"docs",
"color",
"profile",
"react"
]
}