-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
60 lines (60 loc) · 1.77 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
{
"packageManager": "[email protected]",
"name": "community-dashboard",
"scripts": {
"ng": "ng",
"build": "ng build rest",
"serve": "yarn build && yarn ng serve ${NG_ALLOWED_HOSTS:-}",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"test:ci": "ng test --no-watch --no-progress",
"e2e": "ng e2e",
"run:all": "node node_modules/@angular-architects/module-federation/src/server/mf-dev-server.js"
},
"private": true,
"dependencies": {
"@angular-architects/module-federation": "^15.0.3",
"@angular/animations": "^15.0.4",
"@angular/cdk": "^15.0.3",
"@angular/common": "^15.0.4",
"@angular/compiler": "^15.0.4",
"@angular/core": "^15.0.4",
"@angular/elements": "^15.2.1",
"@angular/fire": "7.5.0",
"@angular/forms": "^15.0.4",
"@angular/material": "^15.0.3",
"@angular/platform-browser": "^15.0.4",
"@angular/platform-browser-dynamic": "^15.0.4",
"@angular/router": "^15.0.4",
"@observablehq/plot": "^0.6.2",
"csv": "^6.2.8",
"d3": "^7.8.2",
"htl": "^0.3.1",
"rxjs": "~7.8.0",
"tinyduration": "^3.2.4",
"tslib": "^2.3.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^15.0.4",
"@angular/cli": "~15.0.4",
"@angular/compiler-cli": "^15.0.4",
"@loopback/cli": "^4.1.7",
"@types/jasmine": "~4.0.0",
"@types/node": "^18.13.0",
"firebase": "^9.17.1",
"is-docker": "^3.0.0",
"jasmine-core": "~4.3.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.0.0",
"ng-packagr": "^15.0.0",
"ngx-build-plus": "^15.0.0",
"typescript": "~4.8.4"
},
"workspaces": [
"projects/*"
]
}