-
Notifications
You must be signed in to change notification settings - Fork 78
/
Copy pathpackage.json
164 lines (164 loc) · 4.9 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
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
{
"name": "jianshu",
"version": "0.0.0",
"author": {
"name": "jiayi",
"email": "[email protected]",
"url": "https://github.com/jiayisheji"
},
"license": "MIT",
"homepage": "https://github.com/jiayisheji/jianshu",
"repository": {
"type": "git",
"url": "https://github.com/jiayisheji/jianshu.git"
},
"keywords": [
"angular",
"nestjs",
"nx",
"swagger",
"ioredis",
"passport",
"jwt",
"mongodb",
"mongoose",
"ddd",
"hexagon"
],
"engines": {
"node": ">=14.15.0"
},
"scripts": {
"ng": "nx",
"postinstall": "node ./decorate-angular-cli.js && ngcc --properties es2015 browser module main",
"nx": "nx",
"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:stylelint": "nx affected --target=stylelint",
"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": "nx migrate latest",
"workspace-generator": "nx workspace-generator",
"dep-graph": "nx dep-graph",
"help": "nx help"
},
"private": true,
"dependencies": {
"@angular/animations": "13.0.0",
"@angular/cdk": "13.0.0",
"@angular/common": "13.0.0",
"@angular/compiler": "13.0.0",
"@angular/core": "13.0.0",
"@angular/flex-layout": "^12.0.0-beta.35",
"@angular/forms": "13.0.0",
"@angular/platform-browser": "13.0.0",
"@angular/platform-browser-dynamic": "13.0.0",
"@angular/router": "13.0.0",
"@nestjs-modules/mailer": "^1.6.0",
"@nestjs/common": "^8.0.0",
"@nestjs/config": "^1.0.2",
"@nestjs/core": "^8.0.0",
"@nestjs/cqrs": "^8.0.0",
"@nestjs/jwt": "^8.0.0",
"@nestjs/mongoose": "^9.0.0",
"@nestjs/passport": "^8.0.1",
"@nestjs/platform-express": "^8.0.0",
"@nestjs/swagger": "^5.1.0",
"@ngrx/component-store": "13.0.1",
"@ngrx/effects": "13.0.1",
"@ngrx/entity": "13.0.0",
"@ngrx/router-store": "13.0.1",
"@ngrx/store": "13.0.1",
"@ngrx/store-devtools": "13.0.1",
"@nrwl/angular": "13.2.2",
"@typegoose/typegoose": "^7.6.3",
"bcrypt": "^5.0.1",
"class-transformer": "^0.4.0",
"class-validator": "^0.13.1",
"ioredis": "^4.27.10",
"joi": "^17.4.0",
"mongoose": "^6.0.2",
"mongoose-autopopulate": "^0.16.0",
"nestjs-redis": "^1.3.3",
"nodemailer": "^6.6.5",
"nodemailer-smtp-transport": "^2.7.4",
"passport": "^0.5.0",
"passport-github2": "^0.1.12",
"passport-jwt": "^4.0.0",
"passport-local": "^1.0.0",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.0.0",
"swagger-ui-express": "^4.1.6",
"tslib": "^2.0.0",
"zone.js": "0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "13.0.3",
"@angular-eslint/eslint-plugin": "12.6.1",
"@angular-eslint/eslint-plugin-template": "12.6.1",
"@angular-eslint/template-parser": "12.6.1",
"@angular/cli": "13.0.3",
"@angular/compiler-cli": "13.0.0",
"@angular/language-service": "13.0.0",
"@commitlint/cli": "^12.1.4",
"@commitlint/config-conventional": "^12.1.4",
"@nestjs/schematics": "^8.0.0",
"@nestjs/testing": "^8.0.0",
"@nrwl/cli": "13.2.2",
"@nrwl/cypress": "13.2.2",
"@nrwl/devkit": "13.2.2",
"@nrwl/eslint-plugin-nx": "13.2.2",
"@nrwl/jest": "13.2.2",
"@nrwl/linter": "13.2.2",
"@nrwl/nest": "13.2.2",
"@nrwl/node": "13.2.2",
"@nrwl/nx-cloud": "12.5.4",
"@nrwl/tao": "13.2.2",
"@nrwl/workspace": "13.2.2",
"@types/bcrypt": "^5.0.0",
"@types/ioredis": "^4.26.5",
"@types/jest": "27.0.2",
"@types/lodash": "^4.14.174",
"@types/node": "14.14.33",
"@types/nodemailer": "^6.4.4",
"@types/passport-github2": "^1.2.5",
"@types/passport-jwt": "^3.0.6",
"@types/passport-local": "^1.0.34",
"@typescript-eslint/eslint-plugin": "4.31.2",
"@typescript-eslint/parser": "4.31.2",
"cypress": "^7.3.0",
"dotenv": "10.0.0",
"eslint": "7.22.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "^2.10.3",
"htmlhint": "^0.11.0",
"husky": "^7.0.1",
"jest": "27.2.3",
"jest-preset-angular": "11.0.0",
"lint-staged": "^11.0.0",
"nx-stylelint": "^12.2.0",
"prettier": "^2.3.1",
"standard-version": "^9.3.0",
"stylelint": "^13.13.1",
"stylelint-config-idiomatic-order": "^8.1.0",
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-recommended-scss": "^4.3.0",
"stylelint-config-standard": "^22.0.0",
"stylelint-scss": "^3.19.0",
"ts-jest": "27.0.5",
"ts-node": "~9.1.1",
"typescript": "4.4.4"
}
}