-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
137 lines (137 loc) · 4.49 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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
{
"name": "qmailo",
"version": "2.0.0",
"description": "",
"author": "Kim Kern <qmailo@kimkern.de>",
"license": "MIT",
"scripts": {
"ng": "nx",
"postinstall": "node ./decorate-angular-cli.js && ngcc --properties es2015 browser module main --first-only --create-ivy-entry-points",
"nx": "nx",
"setup": "nx build deployment -- --maxWorkers 1 --memoryLimit 1000 && node dist/apps/deployment/main.js",
"start": "ng serve",
"build": "ng build",
"build:en": "npm run build -- --output-path=qmailo-frontend_v%npm_package_version%_en",
"build:de": "npm run build -- --i18n-file=apps/qmailo/src/i18n/messages.de.xlf --i18n-locale=de --i18n-format=xlf --output-path=qmailo-frontend_v%npm_package_version%_de",
"release": "npm run build:en && npm run build:de",
"i18n": "ng xi18n --output-path src/i18n --i18n-locale de && xliffmerge --profile apps/qmailo/xliffmerge.json de",
"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",
"format:write": "nx format:write",
"format:check": "nx format:check",
"update": "ng update @nrwl/workspace",
"workspace-schematic": "nx workspace-schematic",
"dep-graph": "nx dep-graph",
"help": "nx help"
},
"private": true,
"dependencies": {
"@angular-devkit/core": "^10.1.2",
"@angular-devkit/schematics": "^10.1.2",
"@angular/animations": "^10.0.0",
"@angular/cdk": "^10.2.1",
"@angular/common": "^10.0.0",
"@angular/compiler": "^10.0.0",
"@angular/core": "^10.0.0",
"@angular/forms": "^10.0.0",
"@angular/localize": "^10.1.2",
"@angular/material": "^10.2.1",
"@angular/platform-browser": "^10.0.0",
"@angular/platform-browser-dynamic": "^10.0.0",
"@angular/router": "^10.0.0",
"@angular/service-worker": "10.1.2",
"@nestjs/common": "^7.4.4",
"@nestjs/config": "^0.5.0",
"@nestjs/core": "^7.4.4",
"@nestjs/jwt": "^7.1.0",
"@nestjs/passport": "^7.1.0",
"@nestjs/platform-express": "^7.4.4",
"@nestjs/swagger": "^4.6.1",
"@ngrx/effects": "^10.0.0",
"@ngrx/entity": "^10.0.0",
"@ngrx/store": "^10.0.0",
"@ngrx/store-devtools": "^10.0.0",
"@nrwl/angular": "10.2.1",
"@schematics/angular": "^10.1.2",
"bcrypt": "^5.0.0",
"class-transformer": "^0.3.1",
"class-validator": "^0.12.2",
"inquirer": "^7.3.3",
"joi": "^17.2.1",
"ora": "^5.1.0",
"passport": "^0.4.1",
"passport-jwt": "^4.0.0",
"passport-local": "^1.0.0",
"reflect-metadata": "^0.1.13",
"rxjs": "~6.5.5",
"swagger-ui-express": "^4.1.4",
"zone.js": "^0.10.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.1000.0",
"@angular/cli": "~10.0.0",
"@angular/compiler-cli": "^10.0.0",
"@angular/language-service": "^10.0.0",
"@nestjs/cli": "^7.5.1",
"@nestjs/schematics": "^7.1.2",
"@nestjs/testing": "^7.4.4",
"@ngrx/schematics": "^10.0.0",
"@nrwl/cypress": "10.2.1",
"@nrwl/jest": "10.2.1",
"@nrwl/nest": "10.2.1",
"@nrwl/node": "10.2.1",
"@nrwl/workspace": "10.2.1",
"@types/bcrypt": "^3.0.0",
"@types/express": "^4.17.8",
"@types/inquirer": "^7.3.1",
"@types/jest": "26.0.8",
"@types/joi": "^14.3.4",
"@types/node": "~14.11.2",
"@types/passport-jwt": "^3.0.3",
"@types/passport-local": "^1.0.33",
"@types/supertest": "^2.0.10",
"@typescript-eslint/eslint-plugin": "^4.2.0",
"@typescript-eslint/parser": "^4.2.0",
"codelyzer": "~5.0.1",
"cypress": "^4.1.0",
"dotenv": "6.2.0",
"eslint": "6.8.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.22.0",
"husky": "^4.3.0",
"jest": "26.2.2",
"jest-preset-angular": "8.3.1",
"lint-staged": "^10.4.0",
"mock-fs": "^4.13.0",
"ngx-i18nsupport": "^0.17.1",
"prettier": "2.0.4",
"supertest": "^4.0.2",
"ts-jest": "26.1.4",
"ts-loader": "^8.0.4",
"ts-node": "~7.0.0",
"tsconfig-paths": "^3.9.0",
"tslint": "~6.0.0",
"typescript": "~3.9.3"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"**/*.{ts,json}": [
"nx format:write",
"nx workspace-lint && ng lint"
]
}
}