ui-for-firebase-authentication
Version:
UI for Firebase Authentication (Firebase UI alternative supporting v9+)
35 lines (34 loc) • 917 B
JSON
{
"name": "ui-for-firebase-authentication",
"version": "2.2.2",
"description": "UI for Firebase Authentication (Firebase UI alternative supporting v9+)",
"main": "dist/index.js",
"scripts": {
"prepare": "npx tsc -d"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ecc521/ui-for-firebase-authentication.git"
},
"keywords": [
"Firebase",
"UI"
],
"author": "Tucker Willenborg",
"license": "MIT",
"bugs": {
"url": "https://github.com/ecc521/ui-for-firebase-authentication/issues"
},
"homepage": "https://github.com/ecc521/ui-for-firebase-authentication#readme",
"devDependencies": {
"html-webpack-plugin": "^5.6.3",
"typedoc": "^0.27.9",
"typescript": "^5.7.3",
"webpack": "^5.98.0",
"webpack-dev-server": "^5.2.0"
},
"peerDependencies": {
"@capacitor-firebase/authentication": "^7.1.0",
"firebase": "^11.4.0"
}
}