forked from klerick/nestjs-json-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
135 lines (135 loc) · 4.55 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
{
"name": "nestjs-json-api",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"ng": "nx",
"postinstall": "node ./decorate-angular-cli.js",
"test": "nx test",
"typeorm": "ts-node -r tsconfig-paths/register --project libs/database/tsconfig.lib.json ./node_modules/typeorm/cli.js -d libs/database/src/lib/config-cli.ts",
"typeorm:run": "npm run typeorm migration:run",
"typeorm:revert": "npm run typeorm migration:revert",
"seed:run": "ts-node -r tsconfig-paths/register --project libs/database/tsconfig.lib.json ./node_modules/@jorgebodega/typeorm-seeding/dist/cli.js -d libs/database/src/lib/config-cli.ts seed libs/database/src/lib/seeders/root.seeder.ts",
"json-api-nestjs:build": "nx build json-api-nestjs",
"json-api-nestjs-sdk:build": "nx build json-api-nestjs-sdk",
"example:serve": "nx serve",
"example-angular-client:serve": "nx serve example-angular-client",
"example-react-client:serve": "nx serve example-react-client"
},
"private": true,
"dependencies": {
"@angular/animations": "16.0.3",
"@angular/common": "16.0.3",
"@angular/compiler": "16.0.3",
"@angular/core": "16.0.3",
"@angular/forms": "16.0.3",
"@angular/platform-browser": "16.0.3",
"@angular/platform-browser-dynamic": "16.0.3",
"@angular/router": "16.0.3",
"@nestjs/axios": "^0.1.0",
"@nestjs/common": "9.4.2",
"@nestjs/core": "9.4.2",
"@nestjs/platform-express": "9.4.2",
"@nestjs/swagger": "6.3.0",
"@nestjs/typeorm": "^9.0.1",
"@nx/angular": "16.3.0",
"@swc-node/register": "^1.6.5",
"@swc/core": "^1.3.61",
"ajv": "^8.11.0",
"class-transformer": "0.5.1",
"class-validator": "0.14.0",
"core-js": "^3.6.5",
"nestjs-pino": "^3.1.1",
"pg": "^8.8.0",
"pino-http": "^8.2.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"reflect-metadata": "^0.1.13",
"regenerator-runtime": "0.13.7",
"rxjs": "7.8.1",
"tslib": "^2.3.0",
"typeorm": "^0.3.10",
"zone.js": "0.13.0"
},
"devDependencies": {
"@angular-builders/custom-webpack": "16.0.0",
"@angular-devkit/build-angular": "16.0.3",
"@angular-devkit/core": "16.0.3",
"@angular-devkit/schematics": "16.0.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.0.0",
"@angular/compiler-cli": "16.0.3",
"@angular/language-service": "16.0.3",
"@faker-js/faker": "^7.5.0",
"@jorgebodega/typeorm-factory": "^1.2.0",
"@jorgebodega/typeorm-seeding": "^5.0.2",
"@nestjs/schematics": "9.2.0",
"@nestjs/testing": "9.4.2",
"@nrwl/js": "16.3.0",
"@nx/cypress": "16.3.0",
"@nx/eslint-plugin": "16.3.0",
"@nx/jest": "16.3.0",
"@nx/linter": "16.3.0",
"@nx/nest": "16.3.0",
"@nx/node": "16.3.0",
"@nx/plugin": "16.3.0",
"@nx/react": "16.3.0",
"@nx/web": "16.3.0",
"@nx/workspace": "16.3.0",
"@schematics/angular": "16.0.3",
"@semantic-release/commit-analyzer": "^9.0.2",
"@semantic-release/github": "^8.0.6",
"@semantic-release/gitlab": "^9.4.2",
"@semantic-release/npm": "^9.0.1",
"@semantic-release/release-notes-generator": "^10.0.3",
"@testing-library/react": "14.0.0",
"@types/jest": "29.4.4",
"@types/node": "18.14.2",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@types/uuid": "^9.0.1",
"@typescript-eslint/eslint-plugin": "5.59.8",
"@typescript-eslint/parser": "5.59.8",
"babel-jest": "29.4.3",
"cypress": "^12.11.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "~8.15.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "^2.10.3",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"execa": "^6.1.0",
"husky": "^8.0.1",
"jest": "29.5.0",
"jest-environment-jsdom": "29.5.0",
"jest-preset-angular": "13.1.1",
"jsonc-eslint-parser": "^2.1.0",
"ng-packagr": "16.0.1",
"nx": "16.3.0",
"pg-mem": "^2.6.3",
"postcss": "8.4.21",
"postcss-import": "~14.1.0",
"postcss-preset-env": "~7.5.0",
"postcss-url": "~10.1.3",
"prettier": "^2.6.2",
"semantic-release": "^19.0.5",
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
"typescript": "5.0.4",
"uuid": "^9.0.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"husky": {
"hooks": {
"prepare-commit-msg": "exec < /dev/tty && git cz --hook || true"
}
}
}