-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
77 lines (77 loc) · 2.86 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
{
"name": "my-app",
"version": "0.0.0",
"license": "EUPL-1.2",
"engines": {
"node": "^20",
"pnpm": "^9"
},
"scripts": {
"start": "ng serve",
"build": "ng build",
"test:chrome": "ng test",
"lint": "npm-run-all lint:**",
"lint:js": "eslint --ext .js,.cjs,.mjs,.json,.html,.ts,.tsx --no-error-on-unmatched-pattern .",
"lint:prettier": "prettier --check .",
"lint-fix:js": "eslint --ext .js,.cjs,.mjs,.json,.html,.ts,.tsx --no-error-on-unmatched-pattern .",
"prettier": "prettier --write .",
"e2e": "ng e2e",
"test-update": "pnpm run --if-present lint && pnpm run --if-present test && pnpm run --if-present build && pnpm run --if-present lint-build && pnpm run --if-present test-build",
"update-patch": "npm-check-updates --configFileName .ncurc.patch.cjs",
"update-minor": "npm-check-updates --configFileName .ncurc.minor.cjs",
"update-major": "npm-check-updates --configFileName .ncurc.major.cjs"
},
"private": true,
"dependencies": {
"@angular/animations": "18.1.0",
"@angular/common": "18.1.0",
"@angular/compiler": "18.1.0",
"@angular/core": "18.1.0",
"@angular/forms": "18.1.0",
"@angular/platform-browser": "18.1.0",
"@angular/platform-browser-dynamic": "18.1.0",
"@angular/router": "18.1.0",
"rxjs": "7.8.1",
"tslib": "2.6.3",
"zone.js": "0.14.7"
},
"devDependencies": {
"@angular-devkit/build-angular": "18.1.0",
"@angular-eslint/eslint-plugin": "18.1.0",
"@angular-eslint/eslint-plugin-template": "18.1.0",
"@angular-eslint/template-parser": "18.1.0",
"@angular/cli": "18.1.0",
"@angular/compiler-cli": "18.1.0",
"@ngx-translate/core": "15.0.0",
"@ngx-translate/http-loader": "8.0.0",
"@types/jasmine": "5.1.4",
"@types/node": "20.14.10",
"@typescript-eslint/eslint-plugin": "7.16.1",
"@typescript-eslint/parser": "7.16.1",
"@utrecht/component-library-angular": "1.1.0",
"@utrecht/component-library-css": "4.0.0",
"@utrecht/design-tokens": "1.0.0",
"@utrecht/web-component-library-angular": "1.1.0",
"@utrecht/web-component-library-stencil": "1.3.0",
"codelyzer": "6.0.2",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-jasmine": "4.2.0",
"eslint-plugin-json": "3.1.0",
"eslint-plugin-prettier": "5.1.3",
"jasmine-core": "5.1.2",
"jasmine-spec-reporter": "7.0.0",
"karma": "6.4.3",
"karma-chrome-launcher": "3.2.0",
"karma-coverage": "2.2.1",
"karma-jasmine": "5.1.0",
"karma-jasmine-html-reporter": "2.1.0",
"npm-check-updates": "16.14.20",
"npm-run-all": "4.1.5",
"prettier": "3.3.3",
"protractor": "7.0.0",
"ts-node": "10.9.2",
"typescript": "5.5.3"
},
"packageManager": "pnpm@9.4.0+sha512.f549b8a52c9d2b8536762f99c0722205efc5af913e77835dbccc3b0b0b2ca9e7dc8022b78062c17291c48e88749c70ce88eb5a74f1fa8c4bf5e18bb46c8bd83a"
}