-
-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
88 lines (88 loc) · 2.91 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
{
"name": "contributors-img",
"version": "1.0.4",
"scripts": {
"ng": "nx",
"start": "nx serve",
"build": "nx build",
"build:all": "nx run-many --target build --projects webapp --parallel",
"build:all:staging": "yarn build:all --configuration staging",
"build:all:production": "yarn build:all --configuration production",
"test": "nx test",
"test:u": "UPDATE_SNAPSHOTS=true yarn test",
"test:ci": "nx run-many --target test --all --parallel",
"format": "nx run-many --target format --parallel",
"lint": "nx run-many --target lint --parallel",
"nx": "nx",
"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",
"update": "nx migrate @nx/workspace",
"dep-graph": "nx dep-graph",
"help": "nx help",
"workspace-generator": "nx workspace-generator",
"firebase": "firebase"
},
"private": true,
"packageManager": "[email protected]",
"dependencies": {
"@angular/animations": "18.2.9",
"@angular/cdk": "18.2.9",
"@angular/common": "18.2.9",
"@angular/compiler": "18.2.9",
"@angular/core": "18.2.9",
"@angular/fire": "17.0.0",
"@angular/forms": "18.2.9",
"@angular/material": "18.2.9",
"@angular/platform-browser": "18.2.9",
"@angular/platform-browser-dynamic": "18.2.9",
"@angular/router": "18.2.9",
"@rx-angular/state": "16.3.0",
"firebase": "10.9.0",
"normalize.css": "8.0.1",
"rxjs": "7.8.1",
"tslib": "2.5.3",
"zone.js": "0.14.8"
},
"devDependencies": {
"@angular-devkit/architect": "0.1802.9",
"@angular-devkit/build-angular": "18.2.12",
"@angular-eslint/eslint-plugin": "18.4.3",
"@angular-eslint/eslint-plugin-template": "18.4.3",
"@angular-eslint/template-parser": "18.4.3",
"@angular/cli": "~18.2.0",
"@angular/compiler-cli": "18.2.9",
"@angular/language-service": "18.2.9",
"@faker-js/faker": "9.2.0",
"@nx/angular": "19.6.6",
"@nx/eslint": "19.6.6",
"@nx/eslint-plugin": "19.6.6",
"@nx/jest": "19.6.6",
"@nx/node": "19.6.6",
"@nx/web": "19.6.6",
"@nx/workspace": "19.6.6",
"@types/jest": "29.5.14",
"@types/jsdom": "21.1.7",
"@types/node": "18.19.68",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"@typescript-eslint/utils": "7.18.0",
"eslint": "8.57.1",
"eslint-config-prettier": "8.10.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsdoc": "50.5.0",
"eslint-plugin-prefer-arrow": "1.2.3",
"firebase-tools": "13.25.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-preset-angular": "14.3.1",
"prettier": "2.8.8",
"ts-node": "10.9.2",
"typescript": "5.5.4"
}
}