forked from Feiyang1/firebase-js-sdk
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
147 lines (147 loc) · 4.93 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
{
"name": "firebase-wrapper",
"version": "0.1.0",
"description": "Monorepo for the Firebase JavaScript SDK",
"private": true,
"author": "Firebase <[email protected]> (https://firebase.google.com/)",
"license": "Apache-2.0",
"engines": {
"node": "^8.13.0 || >=10.10.0"
},
"homepage": "https://github.com/firebase/firebase-js-sdk",
"keywords": [
"authentication",
"database",
"Firebase",
"firebase",
"firestore",
"functions",
"realtime",
"storage",
"performance"
],
"scripts": {
"dev": "lerna run --parallel --scope @firebase/* --scope firebase --scope rxfire dev",
"build": "lerna run --scope @firebase/* --scope firebase --scope rxfire build",
"build:exp": "lerna run --scope @firebase/*-exp --scope firebase-exp build",
"build:release": "lerna run --scope @firebase/* --scope firebase --ignore @firebase/*-exp --ignore firebase-exp prepare",
"build:exp:release": "lerna run --scope @firebase/*-exp --scope firebase-exp prepare && yarn --cwd packages-exp/app-exp typings:public",
"link:packages": "lerna exec --scope @firebase/* --scope firebase --scope rxfire -- yarn link",
"stage:packages": "./scripts/prepublish.sh",
"repl": "node tools/repl.js",
"release": "node scripts/release/cli.js",
"pretest": "node tools/pretest.js",
"test": "lerna run --concurrency 4 --stream test",
"test:ci": "lerna run --concurrency 4 --stream test:ci",
"test:exp": "lerna run --concurrency 4 --stream --scope @firebase/*-exp --scope firebase-exp test",
"pretest:coverage": "mkdirp coverage",
"ci:coverage": "lcov-result-merger 'packages/**/lcov.info' 'lcov-all.info'",
"test:coverage": "lcov-result-merger 'packages/**/lcov.info' | coveralls",
"test:changed": "node scripts/run_changed.js",
"test:setup": "node tools/config.js",
"test:saucelabs": "node scripts/run_saucelabs.js",
"docgen:js": "node scripts/docgen/generate-docs.js --api js",
"docgen:node": "node scripts/docgen/generate-docs.js --api node",
"docgen": "yarn docgen:js; yarn docgen:node",
"prettier": "prettier --config .prettierrc --write '**/*.{ts,js}'",
"lint": "lerna run --scope @firebase/* --scope rxfire lint",
"size-report": "node scripts/report_binary_size.js",
"api-report": "lerna run --scope @firebase/*-exp api-report",
"docgen:exp": "node scripts/exp/docgen.js"
},
"repository": {
"type": "git",
"url": "https://github.com/firebase/firebase-js-sdk.git"
},
"workspaces": [
"packages/*",
"packages-exp/*",
"integration/*"
],
"devDependencies": {
"@microsoft/api-documenter": "7.7.20",
"@microsoft/api-extractor": "7.7.13",
"@types/chai": "4.2.11",
"@types/chai-as-promised": "7.1.2",
"@types/long": "4.0.1",
"@types/mocha": "7.0.2",
"@types/node": "12.12.37",
"@types/sinon": "9.0.0",
"@types/sinon-chai": "3.2.4",
"@types/tmp": "0.2.0",
"@types/yargs": "15.0.4",
"@typescript-eslint/eslint-plugin": "2.30.0",
"@typescript-eslint/eslint-plugin-tslint": "2.30.0",
"@typescript-eslint/parser": "2.30.0",
"babel-loader": "8.1.0",
"chai": "4.2.0",
"chai-as-promised": "7.1.1",
"chalk": "3.0.0",
"child-process-promise": "2.2.1",
"clone": "2.1.2",
"coveralls": "3.1.0",
"del": "5.1.0",
"dependency-graph": "0.9.0",
"eslint": "6.8.0",
"eslint-plugin-import": "2.20.2",
"express": "4.17.1",
"find-free-port": "2.0.0",
"firebase-functions": "3.6.1",
"firebase-tools": "7.16.2",
"git-rev-sync": "2.0.0",
"glob": "7.1.6",
"http-server": "0.12.3",
"husky": "4.2.5",
"indexeddbshim": "6.1.0",
"inquirer": "7.1.0",
"istanbul-instrumenter-loader": "3.0.1",
"js-yaml": "3.13.1",
"karma": "4.4.1",
"karma-chrome-launcher": "3.1.0",
"karma-cli": "2.0.0",
"karma-coverage-istanbul-reporter": "2.1.1",
"karma-firefox-launcher": "1.3.0",
"karma-mocha": "1.3.0",
"karma-safari-launcher": "1.0.0",
"karma-sauce-launcher": "1.2.0",
"karma-sourcemap-loader": "0.3.7",
"karma-spec-reporter": "0.0.32",
"karma-summary-reporter": "1.8.0",
"karma-webpack": "4.0.2",
"lcov-result-merger": "3.1.0",
"lerna": "3.20.2",
"listr": "0.14.3",
"lodash": "4.17.15",
"long": "3.2.0",
"merge2": "1.3.0",
"mkdirp": "1.0.4",
"mocha": "7.1.2",
"mz": "2.7.0",
"npm-run-all": "4.1.5",
"npm-run-path": "4.0.1",
"nyc": "15.0.1",
"ora": "4.0.4",
"prettier": "1.19.1",
"protractor": "5.4.2",
"rxjs": "6.5.5",
"semver": "7.3.2",
"simple-git": "1.132.0",
"sinon": "9.0.2",
"sinon-chai": "3.5.0",
"source-map-loader": "0.2.4",
"terser": "4.6.13",
"ts-loader": "6.2.2",
"ts-node": "8.10.1",
"tslint": "6.1.2",
"typedoc": "0.16.11",
"typescript": "3.8.3",
"watch": "1.0.2",
"webpack": "4.43.0",
"yargs": "15.3.1"
},
"husky": {
"hooks": {
"pre-commit": "node tools/gitHooks/precommit.js"
}
}
}