This repository has been archived by the owner on Nov 8, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
72 lines (72 loc) · 2.24 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
{
"name": "@c1/ngconf",
"private": true,
"scripts": {
"ng": "ng",
"start": "http-server",
"build": "ng build ngconf-app && ng build ngconf-app-team-a && ng build ngconf-app-team-b && node ./tools/scripts/copy-asset-files.js",
"test": "ng test",
"lint": "nx lint && ng lint",
"e2e": "ng e2e",
"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",
"format": "nx format:write",
"format:write": "nx format:write",
"format:check": "nx format:check",
"update": "ng update @nrwl/schematics",
"update:check": "ng update",
"workspace-schematic": "nx workspace-schematic",
"dep-graph": "nx dep-graph",
"help": "nx help"
},
"dependencies": {
"@angular/animations": "^7.0.0",
"@angular/common": "^7.0.0",
"@angular/compiler": "^7.0.0",
"@angular/core": "^7.0.0",
"@angular/elements": "^7.2.6",
"@angular/forms": "^7.0.0",
"@angular/platform-browser": "^7.0.0",
"@angular/platform-browser-dynamic": "^7.0.0",
"@angular/router": "^7.0.0",
"@ngrx/effects": "7.2.0",
"@ngrx/router-store": "7.2.0",
"@ngrx/schematics": "^7.2.0",
"@ngrx/store": "7.2.0",
"@nrwl/nx": "7.6.2",
"@webcomponents/custom-elements": "^1.2.1",
"core-js": "^2.5.4",
"document-register-element": "^1.7.2",
"ngx-build-plus": "^7.7.6",
"rxjs": "6.3.3",
"zone.js": "^0.8.26"
},
"devDependencies": {
"@angular-devkit/build-angular": "0.13.1",
"@angular/cli": "7.3.1",
"@angular/compiler-cli": "^7.0.0",
"@angular/language-service": "^7.0.0",
"@ngrx/store-devtools": "7.2.0",
"@nrwl/builders": "7.6.2",
"@nrwl/schematics": "7.6.2",
"@types/jest": "23.0.0",
"@types/node": "~8.9.4",
"browser-sync": "^2.26.3",
"codelyzer": "~4.5.0",
"copy": "^0.3.2",
"dotenv": "6.2.0",
"jest": "23.0.0",
"jest-preset-angular": "6.0.1",
"ngrx-store-freeze": "0.2.4",
"prettier": "1.15.2",
"ts-node": "~7.0.0",
"tslint": "~5.11.0",
"typescript": "3.2.2"
}
}