generated from NablaT/starter-ps6-full-stack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
132 lines (132 loc) · 3.82 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
{
"name": "webonjour",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"prepare": "husky install"
},
"prisma": {
"seed": "npx nx run util-scripts:serve:production"
},
"private": true,
"dependencies": {
"@angular/animations": "~15.2.0",
"@angular/cdk": "~15.2.2",
"@angular/common": "~15.2.0",
"@angular/compiler": "~15.2.0",
"@angular/core": "~15.2.0",
"@angular/forms": "~15.2.0",
"@angular/material": "^15.2.2",
"@angular/platform-browser": "~15.2.0",
"@angular/platform-browser-dynamic": "~15.2.0",
"@angular/router": "~15.2.0",
"@ngrx/component-store": "~15.3.0",
"@ngrx/effects": "~15.3.0",
"@ngrx/entity": "~15.3.0",
"@ngrx/router-store": "~15.3.0",
"@ngrx/store": "~15.3.0",
"@nrwl/angular": "15.8.5",
"@nx-tools/container-metadata": "^4.0.3",
"@prisma/client": "~4.14.1",
"@types/express": "~4.17.13",
"apexcharts": "^3.37.2",
"axios": "^1.0.0",
"bcrypt": "^5.1.0",
"bcryptjs": "^2.4.3",
"bootstrap": "5.3.0-alpha2",
"bootstrap-icons": "^1.10.3",
"config": "^3.3.9",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "~4.18.1",
"express-async-handler": "^1.2.0",
"google-tts-api": "^2.0.2",
"jsonwebtoken": "^9.0.0",
"jwt-decode": "^3.1.2",
"mongoose": "^7.0.3",
"morgan": "^1.10.0",
"ng-apexcharts": "^1.7.4",
"ngx-bootstrap-icons": "^1.9.2",
"rxjs": "~7.8.0",
"subspawn": "^1.0.1",
"tslib": "^2.3.0",
"url": "^0.11.0",
"zod": "3.21.0",
"zod-prisma-types": "^2.7.1",
"zone.js": "~0.12.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "~15.2.0",
"@angular-devkit/core": "~15.2.0",
"@angular-devkit/schematics": "~15.2.0",
"@angular-eslint/eslint-plugin": "~15.0.0",
"@angular-eslint/eslint-plugin-template": "~15.0.0",
"@angular-eslint/template-parser": "~15.0.0",
"@angular/cli": "^15.2.3",
"@angular/compiler-cli": "~15.2.0",
"@angular/language-service": "~15.2.0",
"@commitlint/cli": "^17.4.4",
"@commitlint/config-conventional": "^17.4.4",
"@ngrx/schematics": "~15.3.0",
"@ngrx/store-devtools": "~15.3.0",
"@nrwl/cypress": "15.8.5",
"@nrwl/esbuild": "15.9.2",
"@nrwl/eslint-plugin-nx": "15.8.5",
"@nrwl/jest": "15.9.2",
"@nrwl/js": "15.9.2",
"@nrwl/linter": "15.8.5",
"@nrwl/node": "15.9.2",
"@nrwl/nx-cloud": "latest",
"@nrwl/workspace": "15.8.5",
"@nx-tools/nx-container": "^4.0.3",
"@schematics/angular": "~15.2.0",
"@types/bcryptjs": "^2.4.2",
"@types/config": "^3.3.0",
"@types/cookie-parser": "^1.4.3",
"@types/cors": "^2.8.13",
"@types/express": "~4.17.13",
"@types/jasmine": "^4.3.1",
"@types/jest": "^29.4.0",
"@types/jsonwebtoken": "^9.0.2",
"@types/morgan": "^1.9.4",
"@types/node": "~18.7.1",
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.1",
"cypress": "^12.2.0",
"esbuild": "^0.17.5",
"eslint": "~8.15.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "^2.10.3",
"husky": "^8.0.3",
"jasmine": "^4.6.0",
"jasmine-marbles": "~0.9.1",
"jest": "^29.4.1",
"jest-environment-jsdom": "^29.4.1",
"jest-environment-node": "^29.4.1",
"jest-preset-angular": "~13.0.0",
"lint-staged": "^13.2.0",
"nx": "15.8.5",
"prettier": "^2.6.2",
"prisma": "^4.14.1",
"ts-jest": "^29.0.5",
"ts-node": "10.9.1",
"typescript": "~4.9.5"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"prisma/schema.prisma": [
"prisma format",
"prisma generate",
"prisma validate"
],
"*.{js,ts,html,css,json,md,yml,scss}": [
"nx format:write --uncommitted",
"nx affected --target=lint --all --parallel"
]
}
}