forked from invertase/tanstack-query-firebase
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.21 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.21 KB
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
{
"name": "@tanstack-query-firebase/root",
"private": true,
"packageManager": "pnpm@10.10.0",
"scripts": {
"test": "turbo test",
"test:emulator": "firebase emulators:exec --project test-project \"pnpm turbo test:ci\"",
"serve:coverage": "npx serve coverage",
"emulator": "firebase emulators:start --project test-project",
"emulator:kill": "lsof -t -i:4001 -i:8080 -i:9000 -i:9099 -i:9199 -i:8085 -i:9399 -i:9299 | xargs kill -9",
"format": "biome check .",
"format:fix": "biome check . --write",
"changeset": "changeset",
"version": "changeset version",
"release": "pnpm build && changeset publish",
"build": "turbo build"
},
"devDependencies": {
"@angular/core": "^19.1.8",
"@biomejs/biome": "2.1.1",
"@changesets/cli": "^2.29.4",
"@tanstack/angular-query-experimental": "5.66.4",
"@tanstack/react-query": "^5.55.4",
"@types/jsonwebtoken": "^9.0.7",
"@vitest/coverage-istanbul": "^2.0.5",
"firebase": "^11.3.0",
"happy-dom": "^15.7.3",
"jsonwebtoken": "^9.0.2",
"react": "^19.0.0",
"tsup": "^8.2.4",
"turbo": "^2.5.3",
"typescript": "^5.6.2",
"vitest": "^2.0.5"
},
"dependencies": {
"@angular/fire": "^19.0.0"
}
}