summaryrefslogtreecommitdiff
path: root/frontend-old/node_modules/firebase/compat/package.json
blob: a97951d2d04e3d9e852d18d088a40a364fdd9f63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "name": "firebase/compat",
  "main": "dist/index.node.cjs",
  "browser": "dist/esm/index.esm.js",
  "module": "dist/esm/index.esm.js",
  "react-native": "dist/index.rn.cjs.js",
  "typings": "index.d.ts",
  "components": [
    "app",
    "analytics",
    "app-check",
    "auth",
    "functions",
    "installations",
    "messaging",
    "performance",
    "remote-config",
    "firestore",
    "storage",
    "database"
  ]
}