-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
220 lines (220 loc) · 7.05 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
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
{
"name": "traxion",
"version": "1.33.0",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/tractr/traxion"
},
"license": "MIT",
"scripts": {
"build": "nx run-many --all --target=build",
"db:push": "npx prisma db push --force-reset --skip-generate",
"db:seed": "npx prisma db seed",
"depcheck": "ts-node -P ./tools/scripts/tsconfig.scripts.json ./tools/scripts/depcheck",
"format": "nx format:write --all",
"pregenerate": "./tools/npm-scripts/pregenerate.sh",
"generate": "npx nx run-many --target generate --all",
"postinstall": "(is-ci || husky install)",
"lint": "nx workspace-lint && nx run-many --all --target=lint --parallel",
"lint:fix": "nx workspace-lint && nx run-many --all --target=lint --parallel --fix",
"test": " nx run-many --all --target=test",
"ts-node": "npx ts-node -r tsconfig-paths/register --project apps/api/tsconfig.json"
},
"dependencies": {
"@casl/ability": "^6.3.3",
"@casl/angular": "^8.2.0",
"@casl/prisma": "^1.3.3",
"@docusaurus/core": "^2.4.0",
"@docusaurus/mdx-loader": "^2.4.0",
"@docusaurus/module-type-aliases": "^2.4.0",
"@docusaurus/preset-classic": "^2.4.0",
"@docusaurus/theme-mermaid": "^2.4.0",
"@docusaurus/theme-search-algolia": "^2.4.0",
"@elastic/ecs-winston-format": "^1.3.1",
"@floross/temp-prisma-nestjs-graphql": "^18.0.2",
"@mdx-js/react": "^1.6.22",
"@nestjs/apollo": "^10.2.0",
"@nestjs/axios": "^2.0.0",
"@nestjs/common": "^9.3.12",
"@nestjs/config": "^2.3.1",
"@nestjs/core": "^9.3.12",
"@nestjs/graphql": "^10.2.0",
"@nestjs/jwt": "^10.0.3",
"@nestjs/passport": "^9.0.3",
"@nestjs/platform-express": "^9.3.12",
"@nestjs/swagger": "^6.2.1",
"@nrwl/nest": "15.8.9",
"@nrwl/nx-cloud": "15.3.3",
"@paljs/plugins": "^5.3.0",
"@prisma/client": "^4.12.0",
"@prisma/generator-helper": "^4.12.0",
"@prisma/internals": "^4.12.0",
"@tsconfig/docusaurus": "^1.0.7",
"apollo-server-core": "^3.10.1",
"apollo-server-express": "^3.10.1",
"apollo-server-plugin-base": "^3.6.2",
"bcrypt": "^5.1.0",
"case": "^1.6.3",
"chalk": "^4.1.2",
"class-transformer": "0.5.1",
"class-validator": "0.13.2",
"clsx": "^1.2.1",
"commander": "^10.0.0",
"cookie": "^0.5.0",
"cookie-parser": "^1.4.6",
"debug": "^4.3.4",
"enquirer": "^2.3.6",
"express": "^4.18.2",
"fast-safe-stringify": "^2.1.1",
"fs-extra": "^11.1.1",
"graphql": "^16.6.0",
"graphql-type-json": "^0.3.2",
"i": "^0.3.7",
"jest-mock-extended": "^3.0.4",
"joi": "17.9.1",
"jsonwebtoken": "^9.0.0",
"lodash": "^4.17.21",
"md5": "^2.3.0",
"mime-types": "^2.1.35",
"minio": "^7.0.33",
"morgan": "^1.10.0",
"nest-winston": "^1.9.1",
"node-mailjet": "^6.0.2",
"npm": "^9.6.2",
"passport": "^0.6.0",
"passport-jwt": "^4.0.1",
"passport-local": "^1.0.0",
"pluralize": "^8.0.0",
"prisma-graphql-type-decimal": "^2.0.6",
"query-string": "^7.1.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"reflect-metadata": "^0.1.13",
"rxjs": "~7.8.0",
"supertest": "^6.3.3",
"swagger-ui-express": "^4.6.2",
"triple-beam": "^1.3.0",
"ts-essentials": "^9.3.1",
"ts-morph": "^17.0.1",
"ts-toolbelt": "^9.6.0",
"tslib": "^2.5.0",
"uuid": "^9.0.0",
"winston": "^3.8.2",
"yaml": "^1.10.2",
"zx": "^7.2.1"
},
"devDependencies": {
"@commitlint/cli": "^17.5.1",
"@commitlint/config-conventional": "^17.4.4",
"@jscutlery/semver": "^2.30.1",
"@nestjs/schematics": "^9.0.4",
"@nestjs/testing": "^9.3.12",
"@ngneat/falso": "^6.4.0",
"@nrwl/cli": "15.8.9",
"@nrwl/cypress": "15.8.9",
"@nrwl/devkit": "15.8.9",
"@nrwl/eslint-plugin-nx": "15.8.9",
"@nrwl/jest": "15.8.9",
"@nrwl/js": "15.8.9",
"@nrwl/linter": "15.8.9",
"@nrwl/nest": "15.8.9",
"@nrwl/node": "15.8.9",
"@nrwl/nx-plugin": "15.8.9",
"@nrwl/web": "15.8.9",
"@nrwl/workspace": "15.8.9",
"@swc-node/register": "^1.6.2",
"@swc/cli": "^0.1.62",
"@swc/core": "^1.3.44",
"@swc/jest": "0.2.24",
"@trxn/commit-config": "^2.2.0",
"@trxn/eslint-config": "^2.1.12",
"@trxn/schematics": "^2.1.12",
"@tsconfig/docusaurus": "^1.0.7",
"@types/bcrypt": "^5.0.0",
"@types/cookie": "^0.5.1",
"@types/cookie-parser": "^1.4.3",
"@types/debug": "^4.1.7",
"@types/express": "4.17.17",
"@types/fs-extra": "^11.0.1",
"@types/glob": "^8.1.0",
"@types/jest": "29.5.0",
"@types/jsonwebtoken": "^9.0.1",
"@types/lodash": "^4.14.192",
"@types/md5": "^2.3.2",
"@types/mime-types": "^2.1.1",
"@types/minio": "^7.0.18",
"@types/morgan": "^1.9.4",
"@types/node": "18.15.11",
"@types/node-fetch": "^2.6.3",
"@types/passport-jwt": "^3.0.8",
"@types/passport-local": "^1.0.35",
"@types/pluralize": "^0.0.29",
"@types/semver": "^7.3.13",
"@types/supertest": "^2.0.12",
"@types/triple-beam": "^1.3.2",
"@types/uuid": "^9.0.1",
"@typescript-eslint/eslint-plugin": "5.57.0",
"@typescript-eslint/parser": "5.57.0",
"autoprefixer": "10.4.14",
"babel-jest": "29.5.0",
"commitizen": "^4.3.0",
"css-loader": "^6.7.3",
"cypress": "^12.9.0",
"cz-conventional-changelog": "^3.3.0",
"depcheck": "^1.4.3",
"dotenv": "16.0.3",
"dotenv-expand": "^10.0.0",
"eslint": "8.37.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.8.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-import-resolver-typescript": "^3.5.4",
"eslint-import-resolver-webpack": "^0.13.2",
"eslint-plugin-cypress": "^2.13.2",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-json-files": "^2.1.0",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"husky": "^8.0.3",
"is-ci": "^3.0.1",
"jest": "29.5.0",
"jest-environment-jsdom": "29.5.0",
"jest-environment-node": "^29.4.1",
"lint-staged": "^13.2.0",
"ngx-deploy-npm": "^5.2.0",
"nx": "15.8.9",
"postcss": "8.4.21",
"postcss-import": "15.1.0",
"postcss-preset-env": "8.2.0",
"postcss-url": "10.1.3",
"prettier": "2.8.7",
"prettier-plugin-packagejson": "^2.4.3",
"prettier-plugin-sort-json": "^1.0.0",
"prisma": "^4.12.0",
"prisma-merge": "^0.2.0",
"ts-jest": "29.0.5",
"ts-node": "10.9.1",
"tslib": "^2.5.0",
"typescript": "4.9.5",
"webpack": "^5.77.0",
"webpack-merge": "^5.8.0",
"webpack-node-externals": "^3.0.0",
"yargs": "^17.7.1"
},
"optionalDependencies": {
"@swc/core-darwin-arm64": "1.3.44",
"@swc/core-darwin-x64": "1.3.44",
"@swc/core-linux-x64-gnu": "^1.3.44"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"prisma": {
"schema": "examples/api-prisma/prisma/schema.prisma",
"seed": "npx ts-node -r tsconfig-paths/register --project ./examples/api-prisma/tsconfig.app.json ./examples/api-prisma/prisma/seed.ts"
}
}