-
Notifications
You must be signed in to change notification settings - Fork 70
/
Copy pathpackage.json
29 lines (29 loc) · 918 Bytes
/
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
{
"name": "@tanstack-query-firebase/root",
"private": true,
"scripts": {
"test": "vitest --dom --coverage",
"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 | xargs kill -9",
"check": "pnpm biome check --write ./packages/react/src ./packages/angular/src"
},
"devDependencies": {
"@angular/core": "^19.1.8",
"@biomejs/biome": "1.9.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",
"typescript": "^5.6.2",
"vitest": "^2.0.5"
},
"dependencies": {
"@angular/fire": "^19.0.0"
}
}