-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
41 lines (41 loc) · 1.13 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"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"
}
}