-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.69 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
{
"name": "ngrx-extension-app",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build ngrx-extension && ng build ngrx-extension-app",
"watch": "ng build --watch --configuration development",
"test": "jest",
"check:biome": "biome check --write ./src && biome check --write ./projects/ngrx-extension/src && biome check --write ./testsData",
"release": "ng build ngrx-extension && semantic-release",
"prepare": "husky install"
},
"private": true,
"dependencies": {
"@angular/animations": "^19.0.0",
"@angular/common": "^19.0.0",
"@angular/compiler": "^19.0.0",
"@angular/core": "^19.0.0",
"@angular/forms": "^19.0.0",
"@angular/platform-browser": "^19.0.0",
"@angular/platform-browser-dynamic": "^19.0.0",
"@angular/router": "^19.0.0",
"@faker-js/faker": "^9.3.0",
"@ngrx/signals": "^19.0.0",
"@ngrx/store": "^19.0.0",
"immer": "^10.1.1",
"remeda": "^2.19.0",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular-builders/jest": "^19.0.0-beta.1",
"@angular-devkit/build-angular": "^19.0.6",
"@angular/cli": "^19.0.6",
"@angular/compiler-cli": "^19.0.0",
"@biomejs/biome": "1.9.4",
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/npm": "^12.0.1",
"@types/jest": "^29.5.14",
"autoprefixer": "^10.4.20",
"husky": "^9.1.7",
"jest": "^29.7.0",
"jest-preset-angular": "^14.4.2",
"ng-packagr": "^19.0.0",
"postcss": "^8.4.49",
"semantic-release": "^24.2.1",
"tailwindcss": "^3.4.17",
"typescript": "~5.6.2"
},
"files": ["dist/", "README.md"]
}