-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
106 lines (106 loc) · 3.4 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
"name": "qupaya",
"description": "qupaya ng-mockito monorepository",
"version": "0.0.0",
"engines": {
"node": "v20"
},
"license": "MIT",
"scripts": {
"ng": "nx",
"nx": "nx",
"start": "nx serve",
"build": "nx run-many --all --target=build --configuration production --parallel",
"postversion": "cp -r dist/libs/ng-mockito/ng-mockito/package.json libs/ng-mockito/ng-mockito",
"test": "nx run-many --all --target=test --parallel --detect-open-handles",
"watch:test": "npm test -- --watch",
"lint": "nx run-many --all --target=lint --parallel",
"e2e": "nx e2e",
"affected:apps": "nx affected:apps",
"affected:libs": "nx affected:libs",
"affected:build": "nx affected:build",
"affected:e2e": "nx affected:e2e",
"affected:test": "nx affected:test",
"affected:lint": "nx affected:lint",
"affected:dep-graph": "nx affected:dep-graph",
"affected": "nx affected",
"format": "nx format:write",
"format:write": "nx format:write",
"format:check": "nx format:check",
"update": "nx migrate latest",
"dep-graph": "nx dep-graph",
"help": "nx help",
"workspace-generator": "nx workspace-generator",
"check-semantic-release": "semantic-release --dry-run"
},
"private": true,
"dependencies": {
"@angular/animations": "17.3.3",
"@angular/common": "17.3.3",
"@angular/compiler": "17.3.3",
"@angular/core": "17.3.3",
"@angular/forms": "17.3.3",
"@angular/platform-browser": "17.3.3",
"@angular/platform-browser-dynamic": "17.3.3",
"@angular/router": "17.3.3",
"@nx/angular": "18.2.3",
"rxjs": "~6.5.5",
"tslib": "^2.0.0",
"zone.js": "0.14.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "17.3.3",
"@angular-devkit/core": "17.3.3",
"@angular-devkit/schematics": "17.3.3",
"@angular-eslint/eslint-plugin": "17.3.0",
"@angular-eslint/eslint-plugin-template": "17.3.0",
"@angular-eslint/template-parser": "17.3.0",
"@angular/cli": "~17.3.0",
"@angular/compiler-cli": "17.3.3",
"@angular/language-service": "17.3.3",
"@commitlint/cli": "^17.4.2",
"@commitlint/config-angular": "^17.4.2",
"@nx/cypress": "18.2.3",
"@nx/eslint-plugin": "18.2.3",
"@nx/jest": "18.2.3",
"@nx/workspace": "18.2.3",
"@schematics/angular": "17.3.3",
"@semantic-release/changelog": "^6.0.2",
"@semantic-release/git": "^10.0.1",
"@testing-library/angular": "^13.1.0",
"@testing-library/jest-dom": "^5.16.5",
"@types/jest": "29.4.4",
"@types/node": "18.16.9",
"@typescript-eslint/eslint-plugin": "7.6.0",
"@typescript-eslint/parser": "7.6.0",
"@typestrong/ts-mockito": "^2.6.5",
"autoprefixer": "^10.4.0",
"codelyzer": "^6.0.0",
"cypress": "^9.6.1",
"dotenv": "10.0.0",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-cypress": "2.15.1",
"eslint-plugin-jest": "^28.2.0",
"husky": "^4.3.0",
"jest": "29.4.3",
"jest-environment-jsdom": "29.4.3",
"jest-preset-angular": "14.0.3",
"lint-staged": "^10.4.2",
"ng-packagr": "17.3.0",
"nx": "18.2.3",
"postcss": "^8.3.9",
"postcss-import": "14.1.0",
"postcss-preset-env": "7.5.0",
"postcss-url": "10.1.3",
"prettier": "2.8.3",
"semantic-release": "^20.1.0",
"ts-jest": "29.1.2",
"ts-node": "10.9.1",
"tslint": "6.1.3",
"typescript": "5.4.4"
},
"volta": {
"node": "20.12.1"
}
}