-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
100 lines (100 loc) · 3.04 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
{
"name": "angular-github-issues",
"description": "",
"homepage": "https://chris-house.firebaseapp.com/",
"dependencies": {
"@angular/animations": "10.2.5",
"@angular/cdk": "10.2.7",
"@angular/common": "10.2.5",
"@angular/compiler": "10.2.5",
"@angular/compiler-cli": "10.2.5",
"@angular/core": "10.2.5",
"@angular/fire": "5.4.2",
"@angular/forms": "10.2.5",
"@angular/http": "7.2.16",
"@angular/material": "10.2.7",
"@angular/platform-browser": "10.2.5",
"@angular/platform-browser-dynamic": "10.2.5",
"@angular/platform-server": "10.2.5",
"@angular/router": "10.2.5",
"@angular/service-worker": "10.2.5",
"@firebase/app": "0.9.7",
"@firebase/app-types": "0.6.1",
"@ngrx/core": "1.2.0",
"@ngrx/effects": "10.0.1",
"@ngrx/entity": "10.0.1",
"@ngrx/store": "10.0.1",
"@ngrx/store-devtools": "10.0.1",
"bad-words": "3.0.4",
"chart.js": "2.9.4",
"core-js": "2.6.12",
"firebase": "8.0.1",
"logrocket": "1.0.14",
"ng2-charts": "2.4.3",
"rxjs": "6.6.7",
"tslib": "2.5.0",
"zone.js": "0.13.0",
"@nrwl/angular": "10.0.12",
"snyk": "1.1064.0"
},
"version": "0.0.0",
"license": "MIT",
"scripts": {
"ng": "nx",
"start": "ng serve",
"build": "ng build",
"test": "ng test --code-coverage",
"lint": "nx workspace-lint && ng lint",
"build:prod": "ng build --prod --aot --output-path public",
"deploy": "firebase deploy",
"dock": "docker-compose up -d --build",
"postinstall": "node ./decorate-angular-cli.js",
"nx": "nx",
"affected:apps": "nx affected:apps",
"affected:libs": "nx affected:libs",
"affected:build": "nx affected:build",
"affected:test": "nx affected:test",
"affected:lint": "nx affected:lint",
"affected:dep-graph": "nx affected:dep-graph",
"affected": "nx affected",
"format": "nx format:write",
"format:write": "nx format:write",
"format:check": "nx format:check",
"update": "ng update @nrwl/workspace",
"update:check": "ng update",
"dep-graph": "nx dep-graph",
"workspace-schematic": "nx workspace-schematic",
"help": "nx help",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
},
"private": true,
"devDependencies": {
"@angular-devkit/build-angular": "13.0.0",
"@angular/cli": "10.2.1",
"@angular/language-service": "10.2.5",
"@nrwl/nx-cloud": "11.2.0",
"@nrwl/workspace": "12.3.4",
"@types/jasmine": "3.10.7",
"@types/jasminewd2": "2.0.10",
"@types/node": "12.20.55",
"codelyzer": "6.0.2",
"firebase-tools": "11.27.0",
"jasmine-core": "3.99.1",
"jasmine-spec-reporter": "6.0.0",
"karma": "6.4.1",
"karma-chrome-launcher": "3.1.1",
"karma-coverage-istanbul-reporter": "3.0.3",
"karma-jasmine": "4.0.2",
"karma-jasmine-html-reporter": "1.7.0",
"logrocket-ngrx": "0.2.1",
"nx": "10.0.12",
"prettier": "2.8.7",
"protractor": "7.0.0",
"ts-node": "9.1.1",
"tslint": "6.1.3",
"typescript": "3.9.10"
},
"sync": true,
"snyk": true
}