-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.74 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
{
"name": "health-tracker",
"version": "0.0.0",
"scripts": {
"cy:open": "cypress open",
"cy:run": "cypress run",
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"test": "echo run",
"lint": "ng lint",
"e2e:ci": "start-server-and-test start http://localhost:4200 cy:run",
"e2e": "ng e2e",
"cypress:open": "cypress open",
"cypress:run": "cypress run"
},
"private": true,
"dependencies": {
"@angular/animations": "14.1.1",
"@angular/cdk": "^14.1.1",
"@angular/common": "14.1.1",
"@angular/compiler": "14.1.1",
"@angular/core": "14.1.1",
"@angular/fire": "7.4.1",
"@angular/flex-layout": "14.0.0-beta.40",
"@angular/forms": "14.1.1",
"@angular/material": "14.1.1",
"@angular/platform-browser": "14.1.1",
"@angular/platform-browser-dynamic": "14.1.1",
"@angular/router": "14.1.1",
"firebase": "^9.0.0",
"hammerjs": "2.0.8",
"rxfire": "^6.0.0",
"rxjs": "6.6.3",
"rxjs-compat": "6.6.3",
"tslib": "^2.0.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/architect": "^0.1401.1",
"@angular-devkit/build-angular": "14.1.1",
"@angular/cli": "14.1.1",
"@angular/compiler-cli": "14.1.1",
"@cypress/schematic": "^2.0.0",
"@types/jasmine": "~3.6.0",
"@types/jasminewd2": "2.0.8",
"@types/node": "14.14.5",
"codelyzer": "^0.0.28",
"cypress": "^10.4.0",
"firebase-tools": "^11.4.2",
"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",
"jsonc-parser": "^3.0.0",
"open": "^7.0.3",
"start-server-and-test": "^1.14.0",
"ts-node": "9.1.1",
"typescript": "4.6.4"
}
}