-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
83 lines (83 loc) · 2.66 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
{
"name": "@ngx-signal-store-query/source",
"version": "0.5.0",
"private": true,
"scripts": {
"build": "ng build ngx-signal-store-query --configuration=production",
"e2e:install-browsers": "pnpm run --dir=apps/demo-e2e install-browsers",
"e2e:test": "pnpm run --dir=apps/demo-e2e test",
"e2e:test-with-ui": "pnpm run --dir=apps/demo-e2e test --ui",
"format:check": "prettier --check --ignore-unknown .",
"format:write": "prettier --write --ignore-unknown .",
"lint": "ng lint",
"ng": "ng",
"prepare": "git config core.hookspath .githooks || true",
"serve": "ng serve demo",
"serve:ssr:demo": "node dist/apps/demo/server/server.mjs",
"test": "ng test",
"test:clear-snapshots": "rimraf -g \"{apps,libs}/**/__snapshots__\""
},
"dependencies": {
"@angular/animations": "^19.0.5",
"@angular/cdk": "^19.0.4",
"@angular/common": "^19.0.5",
"@angular/compiler": "^19.0.5",
"@angular/core": "^19.0.5",
"@angular/forms": "^19.0.5",
"@angular/material": "^19.0.4",
"@angular/platform-browser": "^19.0.5",
"@angular/platform-browser-dynamic": "^19.0.5",
"@angular/platform-server": "^19.0.5",
"@angular/router": "^19.0.5",
"@angular/ssr": "^19.0.6",
"@ngrx/signals": "^19.0.0",
"@tanstack/angular-query-experimental": "^5.62.9",
"express": "^4.21.2",
"rxjs": "~7.8.1",
"tslib": "^2.8.1",
"zone.js": "~0.15.0"
},
"devDependencies": {
"@analogjs/vite-plugin-angular": "^1.10.3",
"@analogjs/vitest-angular": "^1.10.3",
"@angular-devkit/build-angular": "^19.0.6",
"@angular/cli": "^19.0.6",
"@angular/compiler-cli": "^19.0.5",
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@eslint/js": "^9.17.0",
"@octokit/types": "^13.6.2",
"@playwright/test": "1.49.1",
"@types/express": "4.17.21",
"@types/node": "22.10.2",
"@vitest/coverage-v8": "^2.1.8",
"angular-eslint": "19.0.2",
"cross-env": "^7.0.3",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^5.2.1",
"jsdom": "^25.0.1",
"lint-staged": "^15.2.11",
"ng-packagr": "^19.0.1",
"prettier": "3.4.2",
"prettier-plugin-packagejson": "2.5.6",
"prettier-plugin-sh": "0.14.0",
"rimraf": "^6.0.1",
"typescript": "~5.6.3",
"typescript-eslint": "8.18.2",
"vite": "^5.4.11",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^2.1.8"
},
"packageManager": "pnpm@9.15.1",
"volta": {
"node": "22.12.0",
"pnpm": "9.15.1"
},
"overrides": {
"@analogjs/vitest-angular": {
"@angular-devkit/architect": "~0.1900.6"
}
}
}