-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
79 lines (79 loc) · 2.37 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
{
"name": "ngrx-ducks",
"version": "16.0.0",
"license": "MIT",
"scripts": {
"ng": "nx",
"postinstall": "node ./decorate-angular-cli.js",
"start": "nx serve",
"build": "nx build",
"test": "nx test",
"test:e2e": "nx e2e",
"release:patch": "nx run workspace:version --releaseAs=patch",
"release:major": "nx run workspace:version --releaseAs=major",
"prepare": "husky install"
},
"private": true,
"dependencies": {
"@angular/animations": "16.0.6",
"@angular/common": "16.0.6",
"@angular/compiler": "16.0.6",
"@angular/core": "16.0.6",
"@angular/forms": "16.0.6",
"@angular/platform-browser": "16.0.6",
"@angular/platform-browser-dynamic": "16.0.6",
"@angular/router": "16.0.6",
"@ngrx/effects": "16.0.1",
"@ngrx/store": "16.0.1",
"@ngrx/store-devtools": "16.0.1",
"rxjs": "7.8.1",
"tslib": "2.3.1",
"zone.js": "0.13.1",
"@nx/angular": "16.3.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "16.0.6",
"@angular-devkit/core": "16.0.6",
"@angular-devkit/schematics": "16.0.6",
"@angular-eslint/eslint-plugin": "16.0.3",
"@angular-eslint/eslint-plugin-template": "16.0.3",
"@angular-eslint/template-parser": "16.0.3",
"@angular/cli": "~16.0.0",
"@angular/compiler-cli": "16.0.6",
"@angular/language-service": "16.0.6",
"@commitlint/cli": "17.0.2",
"@commitlint/config-conventional": "17.0.2",
"@jscutlery/semver": "3.0.0",
"@nx/cypress": "16.3.2",
"@nx/devkit": "16.3.2",
"@nx/eslint-plugin": "16.3.2",
"@nx/jest": "16.3.2",
"@nx/linter": "16.3.2",
"@nx/workspace": "16.3.2",
"@schematics/angular": "16.0.6",
"@types/jest": "29.4.4",
"@types/node": "14.14.33",
"@typescript-eslint/eslint-plugin": "5.58.0",
"@typescript-eslint/parser": "5.58.0",
"cypress": "12.15.0",
"eslint": "8.15.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "2.13.3",
"husky": "7.0.4",
"immer": "9.0.14",
"jest": "29.4.3",
"jest-environment-jsdom": "29.4.3",
"jest-preset-angular": "13.1.1",
"ng-packagr": "16.0.1",
"nx": "16.3.2",
"nx-cloud": "16.0.5",
"postcss": "8.3.9",
"postcss-import": "14.1.0",
"postcss-preset-env": "7.5.0",
"postcss-url": "10.1.3",
"prettier": "2.6.2",
"ts-jest": "29.1.0",
"ts-snippet": "5.0.2",
"typescript": "5.0.4"
}
}