generated from msanvarov/nest-rest-typeorm-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
146 lines (146 loc) · 5.01 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
{
"name": "nx-nest-angular-realworld-app",
"version": "0.0.1",
"license": "MIT",
"author": {
"name": "Sal Anvarov",
"email": "sal@dezzign.studio"
},
"scripts": {
"ng": "nx",
"postinstall": "node ./decorate-angular-cli.js",
"start": "nx run-many --target=serve",
"lint": "nx run-many --target=lint",
"build": "nx build",
"test": "nx run-many --target=test",
"typedocs:api": "compodoc -p apps/api/tsconfig.json -d docs/api",
"typedocs:api:start": "compodoc -p apps/api/tsconfig.json -s -d docs/api",
"typedocs:ui": "compodoc -p apps/ui/tsconfig.json -d docs/ui",
"typedocs:ui:start": "compodoc -p apps/ui/tsconfig.json -s -d docs/ui",
"test:postman": "APIURL=http://localhost:3333/api ./execute-api-tests.sh",
"generate-oas:realworld-api-client-lib": "openapi-generator-cli generate -i openapi/realworld-openapi.yaml -g typescript-angular -o libs/api-client-lib --additional-properties=apiModulePrefix=RealworldOAS,ensureUniqueParams=true,modelFileSuffix=.model,npmName=@starter/realworld-oas,stringEnums=true,npmVersion=$npm_package_version,npmRepository=$npm_package_config_repository,ngVersion=16.1.3"
},
"private": true,
"dependencies": {
"@analogjs/content": "0.2.0-beta.19",
"@analogjs/router": "0.2.0-beta.19",
"@angular-slider/ngx-slider": "^2.0.4",
"@angular/animations": "16.1.3",
"@angular/cdk": "16.1.3",
"@angular/common": "16.1.3",
"@angular/compiler": "16.1.3",
"@angular/core": "16.1.3",
"@angular/forms": "16.1.3",
"@angular/material": "16.1.3",
"@angular/platform-browser": "16.1.3",
"@angular/platform-browser-dynamic": "16.1.3",
"@angular/platform-server": "~16.1.0",
"@angular/router": "16.1.3",
"@casl/ability": "^6.0.0",
"@fastify/helmet": "^9.1.0",
"@fastify/rate-limit": "^7.3.0",
"@fastify/static": "^6.5.0",
"@metismenu/angular": "^0.0.2",
"@nestjs/common": "10.0.4",
"@nestjs/config": "^2.2.0",
"@nestjs/core": "10.0.4",
"@nestjs/jwt": "^9.0.0",
"@nestjs/passport": "^9.0.0",
"@nestjs/platform-fastify": "^9.0.11",
"@nestjs/serve-static": "^3.0.0",
"@nestjs/swagger": "7.0.12",
"@nestjs/typeorm": "^9.0.1",
"@ngneat/transloco": "^4.1.1",
"@ngrx/effects": "^16.0.1",
"@ngrx/store": "^16.0.1",
"@ngrx/store-devtools": "^16.0.1",
"@nx/angular": "16.6.0",
"@rx-angular/cdk": "latest",
"@rx-angular/template": "^15.1.0",
"bootstrap": "^5.3.0",
"class-transformer": "^0.5.1",
"class-validator": "^0.13.2",
"deepmerge": "^4.3.1",
"front-matter": "^4.0.2",
"fuse.js": "^6.6.2",
"gravatar": "^1.8.2",
"joi": "^17.6.0",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"marked": "^5.1.2",
"moment": "^2.29.4",
"nest-winston": "^1.7.0",
"ngx-clipboard": "^15.1.0",
"ngx-quill": "^22.0.0",
"passport": "^0.6.0",
"passport-jwt": "^4.0.0",
"pg": "^8.11.2",
"prismjs": "^1.29.0",
"quill": "^1.3.7",
"reflect-metadata": "^0.1.13",
"rxjs": "7.8.1",
"slugify": "^1.6.5",
"swiper": "^8.4.5",
"tslib": "^2.3.0",
"typeorm": "^0.3.7",
"winston": "^3.8.1",
"winston-daily-rotate-file": "^4.7.1",
"zone.js": "0.13.1"
},
"devDependencies": {
"@analogjs/platform": "^0.2.0-beta.19",
"@angular-devkit/build-angular": "16.1.3",
"@angular-devkit/core": "16.1.3",
"@angular-devkit/schematics": "16.1.3",
"@angular-eslint/eslint-plugin": "16.0.3",
"@angular-eslint/eslint-plugin-template": "16.0.3",
"@angular-eslint/template-parser": "16.0.3",
"@angular/cli": "~16.1.0",
"@angular/compiler-cli": "16.1.3",
"@angular/language-service": "16.1.3",
"@babel/plugin-proposal-private-methods": "^7.18.6",
"@compodoc/compodoc": "^1.1.19",
"@nestjs/schematics": "10.0.1",
"@nestjs/testing": "10.0.4",
"@nx/cypress": "16.6.0",
"@nx/eslint-plugin": "16.6.0",
"@nx/jest": "16.6.0",
"@nx/js": "16.6.0",
"@nx/linter": "16.6.0",
"@nx/nest": "16.6.0",
"@nx/node": "16.6.0",
"@nx/vite": "16.6.0",
"@nx/web": "16.6.0",
"@nx/workspace": "16.6.0",
"@openapitools/openapi-generator-cli": "^2.6.0",
"@schematics/angular": "16.1.3",
"@trivago/prettier-plugin-sort-imports": "^3.3.0",
"@types/gravatar": "^1.8.3",
"@types/jest": "29.4.4",
"@types/lodash": "^4.14.184",
"@types/marked": "^5.0.1",
"@types/node": "16.11.7",
"@types/passport-jwt": "^3.0.6",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"autoprefixer": "^10.4.0",
"cypress": "^12.16.0",
"eslint": "~8.15.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "^2.10.3",
"jest": "29.4.3",
"jest-environment-jsdom": "29.4.3",
"jest-preset-angular": "13.1.1",
"jsdom": "^22.1.0",
"nx": "16.6.0",
"nx-cloud": "16.2.0",
"postcss": "^8.4.5",
"prettier": "^2.6.2",
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
"typescript": "5.1.6",
"vite": "^4.3.9",
"vite-tsconfig-paths": "^4.0.2",
"vitest": "^0.32.0"
}
}