-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
103 lines (103 loc) · 3.2 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
{
"name": "farming-game-remote-host",
"version": "0.0.0",
"scripts": {
"ng": "nx",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "nx workspace-lint && ng lint",
"e2e": "ng e2e",
"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:graph": "nx affected:graph",
"affected": "nx affected",
"format": "nx format:write",
"format:write": "nx format:write",
"format:check": "nx format:check",
"update": "ng update @nx/workspace",
"update:check": "ng update",
"graph": "nx graph",
"workspace-schematic": "nx workspace-schematic",
"help": "nx help",
"postinstall": "node ./decorate-angular-cli.js"
},
"private": true,
"dependencies": {
"@angular/animations": "17.0.8",
"@angular/cdk": "17.0.4",
"@angular/common": "17.0.8",
"@angular/compiler": "17.0.8",
"@angular/core": "17.0.8",
"@angular/fire": "^7.2.0",
"@angular/forms": "17.0.8",
"@angular/localize": "17.0.8",
"@angular/material": "17.0.4",
"@angular/platform-browser": "17.0.8",
"@angular/platform-browser-dynamic": "17.0.8",
"@angular/router": "17.0.8",
"@ng-bootstrap/ng-bootstrap": "^11.0.0",
"@ngrx/component-store": "15.3.0",
"@nx/workspace": "^13.8.2",
"bootstrap": "^4.5.0",
"firebase": "^9.0",
"rxjs": "~6.6.0",
"tslib": "^2.0.0",
"zone.js": "0.14.2",
"@nx/angular": "17.2.8"
},
"devDependencies": {
"@angular-devkit/architect": "0.1700.9",
"@angular-devkit/build-angular": "17.0.9",
"@angular-devkit/core": "17.0.9",
"@angular-devkit/schematics": "17.0.9",
"@angular-eslint/eslint-plugin": "17.0.1",
"@angular-eslint/eslint-plugin-template": "17.0.1",
"@angular-eslint/template-parser": "17.0.1",
"@angular/cli": "~17.0.0",
"@angular/compiler-cli": "17.0.8",
"@angular/language-service": "17.0.8",
"@nx/cypress": "17.2.8",
"@nx/eslint": "17.2.8",
"@nx/eslint-plugin": "17.2.8",
"@nx/jest": "17.2.8",
"@nx/workspace": "17.2.8",
"@schematics/angular": "17.0.9",
"@types/jasmine": "~3.6.0",
"@types/jest": "29.4.4",
"@types/node": "18.16.9",
"@typescript-eslint/eslint-plugin": "6.18.0",
"@typescript-eslint/parser": "6.18.0",
"codelyzer": "^6.0.0",
"cypress": "^13.0.0",
"eslint": "8.48.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-cypress": "2.15.1",
"firebase-tools": "^9.0.0",
"fuzzy": "^0.1.3",
"inquirer": "^6.2.2",
"inquirer-autocomplete-prompt": "^1.0.1",
"jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "~5.0.0",
"jest": "29.4.3",
"jest-environment-jsdom": "29.4.3",
"jest-preset-angular": "13.1.5",
"karma": "~6.3.13",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.0.3",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"open": "^7.0.3",
"prettier": "^2.5.1",
"protractor": "~7.0.0",
"ts-jest": "29.1.1",
"ts-node": "~8.3.0",
"tslint": "~6.1.0",
"typescript": "5.2.2"
}
}