@fluido/react-profile-manager
Version:
Fluido profile manager
43 lines (42 loc) • 999 B
JSON
{
"name": "@fluido/react-profile-manager",
"version": "3.0.2",
"description": "Fluido profile manager",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"private": false,
"repository": {
"type": "git",
"url": "git+https://github.com/Morbden/fluido-react-profile-manager.git"
},
"keywords": [
"fluido",
"profile-manager",
"firebase",
"firebase-auth",
"auth",
"react"
],
"author": "Morbden",
"license": "MIT",
"scripts": {
"build": "tsc",
"pub": "npm publish --access public",
"pub:all": "run-s build pub"
},
"dependencies": {},
"peerDependencies": {
"firebase": "^9.x.x",
"react": ">=16.x.x <=17.x.x",
"react-dom": ">=16.x.x <=17.x.x"
},
"devDependencies": {
"@types/node": "^16.7.10",
"@types/react": "^17.0.19",
"firebase": "^9.0.1",
"npm-run-all": "^4.1.5",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"typescript": "^4.4.2"
}
}