-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
131 lines (131 loc) · 4.25 KB
/
Copy pathpackage.json
File metadata and controls
131 lines (131 loc) · 4.25 KB
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
{
"name": "@psk/seed-nx",
"version": "0.0.0",
"license": "MIT",
"keywords": [
"monorepo",
"template",
"seed",
"starter",
"angular",
"nestjs",
"prisma",
"postgresql"
],
"description": "A monorepository template based on Nrwl/Nx set up for Angular with Angular Material, NestJS and Prisma using PostgreSQL.",
"author": "Philip Schulz-Klingauf",
"contributors": [
{
"name": "Philip Schulz-Klingauf",
"url": "https://www.linkedin.com/in/philip-schulz-klingauf-1a10ba126/",
"email": "psk@schulz-klingauf.de"
}
],
"bugs": {
"url": "https://github.com/pschulzk/seed-nx/issues"
},
"engines": {
"node": ">=18.12.0 <19",
"npm": ">=8.19.2 <9"
},
"scripts": {
"ng": "nx",
"nx": "nx",
"gen-db": "npx dotenv -e apps/psk-api/.env -- npx prisma migrate reset --schema apps/psk-api/prisma/schema.prisma",
"gen-frontend-lib": "npx ng-openapi-gen -c psk-api-openapi-gen.json && npx create-ts-index libs/psk-lib/src/lib",
"serve-api": "npm run gen-db && nx serve --configuration development --project psk-api",
"serve-ui": "npm run gen-frontend-lib && nx serve --configuration development --proxy-config proxy.config.json --project psk-ui",
"build": "nx build --prod --project",
"test": "nx test --watch=false --project",
"test:watch": "nx test --watch=true --project"
},
"private": true,
"dependencies": {
"@angular/animations": "~16.1.0",
"@angular/cdk": "^16.1.3",
"@angular/common": "~16.1.0",
"@angular/compiler": "~16.1.0",
"@angular/core": "~16.1.0",
"@angular/forms": "~16.1.0",
"@angular/material": "^16.1.3",
"@angular/platform-browser": "~16.1.0",
"@angular/platform-browser-dynamic": "~16.1.0",
"@angular/router": "~16.1.0",
"@fastify/multipart": "^7.7.0",
"@fastify/static": "^6.10.2",
"@nestjs/common": "^10.0.2",
"@nestjs/config": "^3.0.0",
"@nestjs/core": "^10.0.2",
"@nestjs/platform-express": "^10.0.2",
"@nestjs/platform-fastify": "^10.0.5",
"@nestjs/swagger": "^7.1.1",
"@ngneat/until-destroy": "^10.0.0-beta.0",
"@nx/angular": "16.4.0",
"axios": "^1.0.0",
"class-validator": "^0.14.1",
"fastify-swagger": "^5.2.0",
"nestjs-prisma-crud": "^1.0.0-beta.18",
"reflect-metadata": "^0.1.13",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"uuidv4": "^6.2.13",
"zone.js": "~0.13.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "~16.1.0",
"@angular-devkit/core": "~16.1.0",
"@angular-devkit/schematics": "~16.1.0",
"@angular-eslint/builder": "^16.0.3",
"@angular-eslint/eslint-plugin": "~16.0.0",
"@angular-eslint/eslint-plugin-template": "~16.0.0",
"@angular-eslint/schematics": "^16.0.3",
"@angular-eslint/template-parser": "~16.0.0",
"@angular/cli": "~16.1.0",
"@angular/compiler-cli": "~16.1.0",
"@angular/language-service": "~16.1.0",
"@brakebein/prisma-generator-nestjs-dto": "^1.20.0",
"@nestjs/schematics": "^10.0.1",
"@nestjs/testing": "^10.0.2",
"@nx/cypress": "16.4.0",
"@nx/esbuild": "16.4.2",
"@nx/eslint-plugin": "16.4.0",
"@nx/jest": "16.4.2",
"@nx/js": "16.4.2",
"@nx/linter": "16.4.0",
"@nx/nest": "^16.4.2",
"@nx/node": "^16.4.2",
"@nx/web": "16.4.0",
"@nx/webpack": "16.4.2",
"@nx/workspace": "16.4.0",
"@prisma/client": "^5.0.0",
"@schematics/angular": "~16.1.0",
"@types/jest": "^29.4.0",
"@types/node": "~18.7.1",
"@types/uuidv4": "^5.0.0",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"autoprefixer": "^10.4.0",
"create-ts-index": "^1.14.0",
"cypress": "^12.11.0",
"dotenv-cli": "^7.2.1",
"esbuild": "^0.17.17",
"eslint": "~8.15.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "^2.10.3",
"jest": "^29.4.1",
"jest-environment-jsdom": "^29.4.1",
"jest-environment-node": "^29.4.1",
"jest-preset-angular": "~13.1.0",
"nestjs-prisma-crud-schematics": "^1.0.0-beta.12",
"ng-openapi-gen": "^0.25.1",
"nx": "16.4.0",
"nx-cloud": "latest",
"postcss": "^8.4.5",
"prettier": "^2.6.2",
"prisma": "^5.0.0",
"tailwindcss": "^3.0.2",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1",
"typescript": "~5.1.3"
}
}