-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
166 lines (166 loc) · 6.65 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
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
{
"name": "@forest-fire/universal-fire",
"version": "0.59.7",
"description": "monorepo for UniversalFire, Firemock, and supporting repos",
"repository": {
"type": "git",
"url": "git+https://github.com/forest-fire/universal-fire.git"
},
"license": "MIT",
"scripts": {
"autoindex": "scripty",
"bootstrap": "yarn lerna bootstrap",
"build": "scripty",
"build:db:rtdb": "lerna exec --scope @forest-fire/real-time-db yarn build",
"build:docs": "yarn docs:build",
"build:firemock": "lerna exec --scope firemock yarn build",
"build:fixture": "lerna exec --scope @forest-fire/fixture yarn build",
"build:group": "node devops/build.js full",
"build:sdk:rtdb": "run-p build:sdk:rtdb:client build:sdk:rtdb:admin",
"build:sdk:rtdb:admin": "lerna exec --scope @forest-fire/real-time-admin yarn build",
"build:sdk:rtdb:client": "lerna exec --scope @forest-fire/real-time-client yarn build",
"build:types": "lerna exec --scope @forest-fire/types yarn build",
"changed": "yarn lerna changed",
"clean": "scripty",
"deploy:firemock": "learna exec --scope universal-fire yarn deploy",
"docs": "yarn lerna exec --scope @forest-fire/docs yarn docs",
"docs:build": "yarn lerna exec --scope @forest-fire/docs yarn docs:build",
"lint": "scripty",
"lint:src": "scripty",
"lintp": "scripty",
"publish": "lerna publish --conventional-commits",
"release": "yarn lerna publish",
"scripty:prep": "chmod -R +x scripts",
"test": "scripty",
"test:closure": "lerna exec --scope universal-fire yarn test",
"test:db": "run-p test:firemock test:rtdb",
"test:db:firemock:rtdb": "lerna exec --scope firemock yarn test",
"test:firemock": "run-s test:db:firemock:rtdb",
"test:firestore": "lerna exec --scope @forest-fire/firestore-db yarn test",
"test:rtdb": "lerna exec --scope @forest-fire/real-time-db yarn test",
"test:sdk": "run-p test:sdk:firestore test:sdk:rtdb",
"test:sdk:firestore": "run-p test:sdk:firestore:client",
"test:sdk:firestore:client": "lerna exec --scope @forest-fire/firestore-client yarn test",
"test:sdk:rtdb": "run-p test:sdk:rtdb:client test:sdk:rtdb:admin",
"test:sdk:rtdb:admin": "lerna exec --scope @forest-fire/real-time-admin yarn test",
"test:sdk:rtdb:client": "lerna exec --scope @forest-fire/real-time-client yarn test",
"test:serial": "lerna run test --concurrency 1 --stream",
"test:shared": "run-p test:shared:serialized-query test:shared:serializer-factory",
"test:shared:serialized-query": "lerna exec --scope @forest-fire/serialized-query yarn test",
"test:shared:serializer-factory": "lerna exec --scope @forest-fire/serializer-factory yarn test",
"watch": "run-p watch:rtdb watch:firestore watch:autoindex",
"watch:autoindex": "yarn autoindex -a --watch",
"watch:firestore": "run-s 'yarn lerna exec --scope @forest-fire/firestore-db yarn watch' 'yarn lerna exec --scope @forest-fire/firestore-client yarn watch' 'yarn lerna exec --scope @forest-fire/firestore-admin yarn watch'",
"watch:rtdb": "run-s 'yarn lerna exec --scope @forest-fire/real-time-db yarn watch' 'yarn lerna exec --scope @forest-fire/real-time-client yarn watch' 'yarn lerna exec --scope @forest-fire/real-time-admin yarn watch'",
"prepare": "husky install"
},
"husky": {
"hooks": {
"commit-msg": "npx --no-install commitlint --edit $1"
}
},
"devDependencies": {
"@ampproject/rollup-plugin-closure-compiler": "^0.26.0",
"@babel/core": "^7.10.2",
"@babel/preset-env": "^7.10.2",
"@babel/preset-typescript": "^7.10.1",
"@commitlint/cli": "^12.1.4",
"@commitlint/config-conventional": "^12.1.4",
"@commitlint/config-lerna-scopes": "^12.1.4",
"@firebase/app": "^0.6.29",
"@firebase/auth": "^0.16.5",
"@firebase/database": "^0.10.9",
"@firebase/firestore": "^2.3.10",
"@firebase/firestore-types": "^2.3.0",
"@microsoft/api-documenter": "^7.12.1",
"@microsoft/api-extractor": "^7.12.1",
"@rollup/plugin-commonjs": "^17.0.0",
"@rollup/plugin-json": "^4.0.3",
"@rollup/plugin-node-resolve": "^11.0.1",
"@rollup/plugin-typescript": "^8.0.0",
"@type-challenges/utils": "0.1.1",
"@types/deepmerge": "^2.2.0",
"@types/events": "^3.0.0",
"@types/faker": "5.5.7",
"@types/jest": "^26.0.0",
"@types/js-cookie": "^2.2.6",
"@types/js-yaml": "^4.0.2",
"@types/lodash": "^4.14.171",
"@types/node": "^14.0.0",
"@types/pluralize": "^0.0.29",
"@types/rimraf": "^3.0.0",
"@types/sinon": "^10.0.2",
"@types/stack-trace": "^0.0.29",
"@types/test-console": "^1.1.1",
"@typescript-eslint/eslint-plugin": "^4.12.0",
"@typescript-eslint/parser": "^4.12.0",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/eslint-config-typescript": "^7.0.0",
"@vuepress/plugin-back-to-top": "^1.8.1",
"@vuepress/plugin-last-updated": "^1.8.1",
"@vuepress/plugin-medium-zoom": "^1.8.1",
"@vuepress/plugin-pwa": "^1.8.1",
"async-shelljs": "^0.1.4",
"brilliant-errors": "^0.3.1",
"chalk": "^4.1.0",
"commitlint": "^12.1.4",
"common-types": "1.28.2",
"dd": "^0.12.3",
"dexie": "^3.0.3",
"eledoc": "^0.2.1",
"eslint": "^7.17.0",
"eslint-config-prettier": "^7.1.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-vue": "^7.4.1",
"fake-indexeddb": "^3.0.0",
"faker": "5.5.3",
"firebase-admin": "9.11.0",
"firebase-key": "^2.0.2",
"husky": "^7.0.0",
"inferred-types": "0.6.0",
"is-gzip": "^2.0.0",
"jest": "^27.0.6",
"jest-extended": "^0.11.5",
"js-cookie": "^3.0.0-rc.0",
"js-yaml": "^4.1.0",
"lerna": "^4.0.0",
"lerna-changelog": "^1.0.1",
"lodash": "^4.17.21",
"madge": "5.0.1",
"native-dash": "^1.18.4",
"npm-run-all": "^4.1.5",
"prettier": "^2.2.1",
"reflect-metadata": "0.1.13",
"rimraf": "^3.0.0",
"rollup": "^2.36.1",
"rollup-plugin-analyzer": "^4.0.0",
"rollup-plugin-typescript2": "^0.30.0",
"scripty": "2.0.0",
"sinon": "^11.1.2",
"test-console": "^2.0.0",
"ts-jest": "^27.0.3",
"ts-node": "^10.0.0",
"tsconfig-paths": "^3.9.0",
"tslint": "^6.1.2",
"tslint-config-prettier": "^1.18.0",
"ttypescript": "^1.5.12",
"typed-conversions": "^0.12.0",
"typedoc": "^0.19.0",
"typescript": "^4.3.5",
"typescript-transform-paths": "^1.1.14",
"vue-property-decorator": "^9.1.2",
"vuepress": "^1.8.2",
"vuepress-plugin-autometa": "^0.1.13",
"vuepress-plugin-container": "^2.1.4",
"vuex": "^3.5.1"
},
"scripty": {
"path": "./scripts/workspace"
},
"volta": {
"node": "12.20.0",
"yarn": "1.22.10"
}
}