-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
78 lines (78 loc) · 2.29 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
{
"name": "nartc",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"postinstall": "ngcc --properties es2020 browser module main",
"contributors:add": "all-contributors add"
},
"private": true,
"dependencies": {
"@angular/animations": "16.0.2",
"@angular/common": "16.0.2",
"@angular/compiler": "16.0.2",
"@angular/core": "16.0.2",
"@angular/forms": "16.0.2",
"@angular/platform-browser": "16.0.2",
"@angular/platform-browser-dynamic": "16.0.2",
"@angular/router": "16.0.2",
"@ngrx/store": "16.0.0",
"immer": "~10.0.2",
"lil-gui": "0.18.1",
"proxy-compare": "2.5.1",
"rxjs": "~7.8.1",
"todomvc-app-css": "2.4.2",
"todomvc-common": "1.0.5",
"tslib": "^2.5.2",
"zone.js": "~0.13.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "16.0.2",
"@angular-devkit/core": "16.0.2",
"@angular-devkit/schematics": "16.0.2",
"@angular-eslint/eslint-plugin": "16.0.2",
"@angular-eslint/eslint-plugin-template": "16.0.2",
"@angular-eslint/template-parser": "16.0.2",
"@angular/cli": "~16.0.2",
"@angular/compiler-cli": "16.0.2",
"@angular/language-service": "16.0.2",
"@nx/eslint-plugin": "16.2.1",
"@nx/jest": "16.2.1",
"@nx/linter": "16.2.1",
"@nx/workspace": "16.2.1",
"@release-it/bumper": "4.0.2",
"@release-it/conventional-changelog": "5.1.1",
"@schematics/angular": "16.0.2",
"@types/jest": "29.5.1",
"@types/node": "16.11.7",
"@typescript-eslint/eslint-plugin": "5.59.6",
"@typescript-eslint/parser": "5.59.6",
"all-contributors-cli": "6.25.1",
"commitizen": "4.3.0",
"cz-conventional-changelog": "^3.3.0",
"cz-customizable": "7.0.0",
"dotenv-cli": "7.2.1",
"eslint": "8.41.0",
"eslint-config-prettier": "8.8.0",
"jest": "29.5.0",
"jest-environment-jsdom": "29.5.0",
"jest-preset-angular": "13.1.1",
"ng-packagr": "16.0.1",
"nx": "16.2.1",
"nx-cloud": "16.0.5",
"postcss": "^8.4.23",
"postcss-import": "15.1.0",
"postcss-preset-env": "8.4.1",
"postcss-url": "10.1.3",
"prettier": "2.8.8",
"release-it": "15.10.3",
"ts-jest": "29.1.0",
"typescript": "5.0.4",
"@nx/angular": "16.2.1"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-customizable"
}
}
}