-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.81 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
{
"name": "chrome-readinglist2",
"version": "0.3.8",
"scripts": {
"ng": "ng",
"start": "ng build --watch",
"build": "ng build --configuration production --named-chunks",
"test": "jest",
"lint": "ng lint",
"stryker": "stryker run"
},
"private": true,
"dependencies": {
"@angular/animations": "^19.1.3",
"@angular/common": "^19.1.3",
"@angular/compiler": "^19.1.3",
"@angular/core": "^19.1.3",
"@angular/forms": "^19.1.3",
"@angular/platform-browser": "^19.1.3",
"@angular/platform-browser-dynamic": "^19.1.3",
"@angular/router": "^19.1.3",
"rxjs": "~7.4.0",
"tslib": "^2.3.0",
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^19.1.4",
"@angular-eslint/builder": "18.4.3",
"@angular-eslint/eslint-plugin": "18.4.3",
"@angular-eslint/eslint-plugin-template": "18.4.3",
"@angular-eslint/schematics": "18.4.3",
"@angular-eslint/template-parser": "18.4.3",
"@angular/build": "^19.1.4",
"@angular/cli": "^19.1.4",
"@angular/compiler-cli": "^19.1.3",
"@angular/language-service": "^19.1.3",
"@elgervb/eslint-config": "^0.1.0",
"@elgervb/mock-data": "1.0.3",
"@stryker-mutator/core": "^5.6.0",
"@stryker-mutator/jest-runner": "^5.6.0",
"@types/chrome": "^0.0.177",
"@types/filesystem": "^0.0.32",
"@types/jest": "^27.0.3",
"@types/node": "^12.11.1",
"@typescript-eslint/eslint-plugin": "^5.3.0",
"@typescript-eslint/parser": "^5.3.0",
"eslint": "^8.5.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-jsdoc": "50.6.2",
"eslint-plugin-prefer-arrow": "^1.2.3",
"jest": "^29.7.0",
"jest-preset-angular": "^11.0.1",
"stryker-cli": "^1.0.2",
"ts-node": "~10.4.0",
"typescript": "5.5.4"
},
"engines": {
"node": ">=22"
}
}