-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
157 lines (157 loc) · 4.99 KB
/
Copy pathpackage.json
File metadata and controls
157 lines (157 loc) · 4.99 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
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
{
"name": "full-stack-todo",
"version": "0.1.0",
"license": "MIT",
"scripts": {
"prepare": "husky install"
},
"private": true,
"dependencies": {
"@angular/animations": "16.0.1",
"@angular/common": "16.0.1",
"@angular/compiler": "16.0.1",
"@angular/core": "16.0.1",
"@angular/forms": "16.0.1",
"@angular/platform-browser": "16.0.1",
"@angular/platform-browser-dynamic": "16.0.1",
"@angular/router": "16.0.1",
"@fortawesome/angular-fontawesome": "^0.13.0",
"@fortawesome/fontawesome-free": "^6.4.0",
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-regular-svg-icons": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@nestjs/common": "9.4.3",
"@nestjs/config": "2.3.4",
"@nestjs/core": "9.4.3",
"@nestjs/jwt": "^10.0.3",
"@nestjs/passport": "^9.0.3",
"@nestjs/platform-express": "9.4.3",
"@nestjs/swagger": "6.3.0",
"@nestjs/terminus": "9.2.2",
"@nestjs/typeorm": "9.0.1",
"@ngneat/edit-in-place": "^1.6.1",
"@ngneat/effects": "^2.1.1",
"@ngneat/effects-hooks": "^1.1.0",
"@ngneat/effects-ng": "^3.1.2",
"@ngneat/elf": "^2.3.1",
"@ngneat/elf-cli-ng": "^1.0.0",
"@ngneat/elf-devtools": "^1.2.1",
"@ngneat/elf-entities": "^4.4.4",
"@ngneat/elf-pagination": "^1.1.0",
"@ngneat/elf-persist-state": "^1.1.6",
"@ngneat/elf-requests": "^1.7.0",
"@ngneat/elf-state-history": "^1.3.0",
"@ngrx/component-store": "16.0.0",
"@ngrx/effects": "16.0.0",
"@ngrx/entity": "16.0.0",
"@ngrx/router-store": "16.0.0",
"@ngrx/store": "16.0.0",
"@ngrx/store-devtools": "^16.0.0-rc.1",
"@nx/angular": "16.1.4",
"axios": "^1.0.0",
"bcrypt": "^5.1.0",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
"joi": "^17.8.4",
"jwt-decode": "^3.1.2",
"mysql2": "^3.1.2",
"nord": "^0.2.1",
"normalize.css": "^8.0.1",
"passport": "^0.6.0",
"passport-jwt": "^4.0.1",
"pg": "^8.10.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"reflect-metadata": "^0.1.13",
"rxjs": "~7.8.0",
"sqlite3": "^5.1.6",
"tslib": "^2.3.1",
"typeorm": "^0.3.15",
"zone.js": "0.13.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "16.0.1",
"@angular-devkit/core": "16.0.1",
"@angular-devkit/schematics": "16.0.1",
"@angular-eslint/eslint-plugin": "16.0.1",
"@angular-eslint/eslint-plugin-template": "16.0.1",
"@angular-eslint/template-parser": "16.0.1",
"@angular/cli": "~16.0.0",
"@angular/compiler-cli": "16.0.1",
"@angular/language-service": "16.0.1",
"@commitlint/cli": "^17.6.3",
"@commitlint/config-conventional": "^17.6.3",
"@commitlint/config-nx-scopes": "^17.6.4",
"@commitlint/cz-commitlint": "^17.5.0",
"@commitlint/prompt": "^17.6.3",
"@nestjs/schematics": "9.2.0",
"@nestjs/testing": "9.4.3",
"@ngneat/falso": "^6.4.0",
"@ngrx/eslint-plugin": "^16.0.0",
"@ngrx/schematics": "16.0.0",
"@ngrx/store-devtools": "^16.0.0-rc.1",
"@nx-tools/container-metadata": "^4.0.3",
"@nx-tools/nx-container": "^4.0.3",
"@nx/cypress": "16.1.4",
"@nx/devkit": "16.1.4",
"@nx/eslint-plugin": "16.1.4",
"@nx/jest": "16.1.4",
"@nx/js": "16.1.4",
"@nx/linter": "16.1.4",
"@nx/nest": "16.1.4",
"@nx/node": "16.1.4",
"@nx/storybook": "16.1.4",
"@nx/webpack": "16.1.4",
"@nx/workspace": "16.1.4",
"@schematics/angular": "16.0.1",
"@storybook/addon-actions": "^7.0.9",
"@storybook/addon-essentials": "7.4.1",
"@storybook/angular": "7.4.1",
"@storybook/core-common": "^7.0.9",
"@storybook/core-server": "7.4.1",
"@storybook/test-runner": "^0.10.0",
"@types/bcrypt": "^5.0.0",
"@types/jest": "29.5.1",
"@types/node": "18.17.11",
"@types/passport-jwt": "^3.0.8",
"@types/supertest": "^2.0.12",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"commitizen": "^4.3.0",
"commitlint-config-cz": "^0.13.3",
"cypress": "12.12.0",
"cz-conventional-changelog": "^3.3.0",
"cz-customizable": "^7.0.0",
"eslint": "~8.40.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-cypress": "^2.10.3",
"eslint-plugin-storybook": "^0.6.12",
"husky": "^8.0.0",
"jasmine-marbles": "~0.9.1",
"jest": "29.5.0",
"jest-environment-jsdom": "29.5.0",
"jest-environment-node": "29.5.0",
"jest-mock": "^29.5.0",
"jest-preset-angular": "13.1.0",
"lint-staged": "^13.2.2",
"nx": "16.1.4",
"nx-cloud": "16.0.5",
"nx-stylelint": "^15.0.0",
"prettier": "^2.6.2",
"semantic-release-npm-github-publish": "^1.5.4",
"semantic-release-plus": "^20.0.0",
"storybook": "^7.0.9",
"stylelint": "^15.0.0",
"stylelint-config-standard": "^33.0.0",
"stylelint-config-standard-scss": "^9.0.0",
"supertest": "^6.3.3",
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
"typescript": "5.0.4"
},
"config": {
"commitizen": {
"path": "@commitlint/cz-commitlint"
}
}
}