UNPKG

react-firebaseui-localized

Version:

React wrapper over firebaseui package with simpler localization

42 lines (41 loc) 1.16 kB
{ "name": "react-firebaseui-localized", "version": "1.2.1", "description": "React wrapper over firebaseui package with simpler localization", "main": "dist/index.js", "types": "types/index.d.ts", "scripts": { "build": "webpack --mode production", "test": "echo \"Error: no test specified\" && exit 1", "prepublishOnly": "tsc ./*.js --declaration --allowJs --emitDeclarationOnly --outDir ./types" }, "repository": { "type": "git", "url": "git+https://github.com/greg-schrammel/react-firebaseui-localized.git" }, "keywords": [ "firebase", "react", "auth", "firebaseui", "i18n", "localized" ], "author": "gregory schrammel", "license": "MIT", "bugs": { "url": "https://github.com/greg-schrammel/react-firebaseui-localized/issues" }, "homepage": "https://github.com/greg-schrammel/react-firebaseui-localized#readme", "devDependencies": { "@babel/core": "^7.13.8", "@babel/preset-react": "^7.12.13", "babel-loader": "^8.2.2", "webpack": "^4.46.0", "webpack-cli": "^3.3.12", "typescript": "^4.3.4" }, "peerDependencies": { "react": "^16.9.0" } }