-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
31 lines (31 loc) · 862 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
30
31
{
"name": "ngrx-immer",
"version": "0.0.0-development",
"scripts": {
"test": "uvu -r tsm -r tsconfig-paths/register -i jest.ts src tests && jest",
"build": "ng-packagr -p src/ng-package.json",
"postbuild": "cpy README.md LICENSE dist && cpy schematics ../../dist --parents --cwd=src"
},
"devDependencies": {
"@angular/compiler": "^18.1.0",
"@angular/compiler-cli": "^18.1.0",
"@angular/core": "^18.1.0",
"@ngrx/component-store": "^18.0.0",
"@ngrx/signals": "^18.0.0",
"@ngrx/store": "^18.0.0",
"@types/jest": "^29.5.12",
"cpy-cli": "^5.0.0",
"immer": "^10.0.3",
"jest": "^29.7.0",
"jest-preset-angular": "^14.0.3",
"ng-packagr": "^18.1.0",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"rxjs": "~7.8.1",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.0.0",
"tsm": "^2.3.0",
"typescript": "5.5.2",
"uvu": "^0.5.6"
}
}