-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.79 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.79 KB
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
{
"name": "rps-angular-components",
"version": "0.0.0",
"license": "MIT",
"private": true,
"devDependencies": {
"@angular-devkit/build-angular": "15.2.4",
"@angular-devkit/core": "~15.1.0",
"@angular-devkit/schematics": "~15.1.0",
"@angular-eslint/eslint-plugin": "15.0.0",
"@angular-eslint/eslint-plugin-template": "15.0.0",
"@angular-eslint/template-parser": "15.0.0",
"@angular/cli": "~15.2.0",
"@angular/compiler-cli": "15.2.3",
"@angular/language-service": "15.2.3",
"@nrwl/angular": "15.8.7",
"@nrwl/cli": "15.8.7",
"@nrwl/eslint-plugin-nx": "15.8.7",
"@nrwl/jest": "15.8.7",
"@nrwl/linter": "15.8.7",
"@nrwl/nx-cloud": "15.2.3",
"@nrwl/workspace": "15.8.7",
"@schematics/angular": "~15.1.0",
"@types/jest": "29.4.4",
"@types/node": "16.11.7",
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.1",
"eslint": "~8.15.0",
"eslint-config-prettier": "8.1.0",
"jest": "29.4.3",
"jest-environment-jsdom": "29.4.3",
"jest-preset-angular": "13.0.0",
"ng-packagr": "15.2.2",
"nx": "15.8.7",
"postcss": "^8.4.5",
"postcss-import": "~14.1.0",
"postcss-preset-env": "~7.5.0",
"postcss-url": "~10.1.3",
"prettier": "^2.6.2",
"ts-jest": "29.0.5",
"ts-node": "10.9.1",
"typescript": "4.9.5"
},
"workspaces": [
"packages/**"
],
"dependencies": {
"@angular/animations": "15.2.3",
"@angular/common": "15.2.3",
"@angular/compiler": "15.2.3",
"@angular/core": "15.2.3",
"@angular/forms": "15.2.3",
"@angular/platform-browser": "15.2.3",
"@angular/platform-browser-dynamic": "15.2.3",
"@angular/router": "15.2.3",
"rxjs": "~7.5.0",
"tslib": "^2.3.0",
"zone.js": "0.12.0"
},
"packageManager": "yarn@4.3.1"
}