-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
115 lines (115 loc) · 3.53 KB
/
package.json
File metadata and controls
115 lines (115 loc) · 3.53 KB
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
104
105
106
107
108
109
110
111
112
113
114
115
{
"private": true,
"name": "solid-octo-couscous",
"version": "12.8.0",
"license": "MIT",
"scripts": {
"ng": "nx",
"postinstall": "node ./decorate-angular-cli.js && ngcc --properties es2015 browser module main",
"nx": "nx",
"rex-build-prod": "ng build rex --prod --skip-nx-cache",
"start": "ng serve",
"build": "ng build",
"test": "ng test",
"lint": "nx workspace-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 --base=develop --head=HEAD",
"format:write": "nx format:write --base=develop --head=HEAD",
"format:check": "nx format:check --base=develop --head=HEAD",
"update": "nx migrate latest",
"workspace-generator": "nx workspace-generator",
"dep-graph": "nx dep-graph",
"help": "nx help"
},
"dependencies": {
"@angular-architects/module-federation": "~13.0.1",
"@angular/animations": "13.0.2",
"@angular/cdk": "~13.0.2",
"@angular/common": "~13.0.2",
"@angular/compiler": "~13.0.2",
"@angular/core": "~13.0.2",
"@angular/forms": "~13.0.2",
"@angular/material": "13.0.2",
"@angular/platform-browser": "~13.0.2",
"@angular/platform-browser-dynamic": "~13.0.2",
"@angular/pwa": "~13.0.3",
"@angular/router": "~13.0.2",
"@angular/service-worker": "~13.0.2",
"@ngrx/component-store": "~13.0.1",
"@ngrx/data": "~13.0.1",
"@ngrx/effects": "~13.0.1",
"@ngrx/entity": "~13.0.1",
"@ngrx/router-store": "~13.0.1",
"@ngrx/schematics": "~13.0.1",
"@ngrx/store": "~13.0.1",
"@nrwl/angular": "13.3.0-beta.3",
"bcrypt": "~5.0.1",
"body-parser": "~1.19.0",
"chalk": "~4.1.2",
"cors": "~2.8.5",
"express": "~4.17.1",
"express-jwt": "~6.1.0",
"helmet": "~4.6.0",
"http-status": "~1.5.0",
"ioredis": "~4.28.0",
"joi": "~17.4.2",
"jsonwebtoken": "~8.5.1",
"lodash": "~4.17.21",
"lodash-es": "~4.17.21",
"morgan": "~1.10.0",
"reflect-metadata": "~0.1.13",
"rxjs": "^7.0.0",
"tslib": "~2.3.1",
"tsyringe": "~4.6.0",
"zone.js": "0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "~13.0.3",
"@angular-eslint/eslint-plugin": "13.0.1",
"@angular-eslint/eslint-plugin-template": "13.0.1",
"@angular-eslint/template-parser": "13.0.1",
"@angular/cli": "~13.0.3",
"@angular/compiler-cli": "~13.0.2",
"@angular/language-service": "~13.0.2",
"@ngrx/store-devtools": "~13.0.1",
"@nrwl/cli": "13.3.0-beta.3",
"@nrwl/cypress": "13.3.0-beta.3",
"@nrwl/eslint-plugin-nx": "13.3.0-beta.3",
"@nrwl/express": "13.3.0-beta.3",
"@nrwl/jest": "13.3.0-beta.3",
"@nrwl/linter": "13.3.0-beta.3",
"@nrwl/node": "13.3.0-beta.3",
"@nrwl/nx-cloud": "~13.0.0-beta.12",
"@nrwl/workspace": "13.3.0-beta.3",
"@types/bcrypt": "~5.0.0",
"@types/chrome": "~0.0.164",
"@types/express": "~4.17.13",
"@types/express-jwt": "~6.0.2",
"@types/jest": "~27.0.3",
"@types/jsonwebtoken": "~8.5.5",
"@types/node": "~16.11.6",
"@types/web-bluetooth": "~0.0.11",
"@typescript-eslint/eslint-plugin": "5.3.1",
"@typescript-eslint/parser": "5.3.1",
"cypress": "~7.7.0",
"dotenv": "~10.0.0",
"eslint": "8.2.0",
"eslint-config-prettier": "~8.3.0",
"eslint-plugin-cypress": "~2.11.3",
"faker": "~5.5.3",
"jest": "~27.3.1",
"jest-preset-angular": "~11.0.0",
"prettier": "~2.4.1",
"ts-jest": "27.0.5",
"ts-node": "~10.2.1",
"typescript": "4.4.4"
}
}