-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
140 lines (140 loc) · 4.66 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
{
"name": "@marcolongo.cloud/source",
"version": "0.0.0",
"license": "MIT",
"scripts": {},
"private": true,
"browserslist": [
">0.5%",
"last 2 versions",
"Firefox ESR",
"not dead",
"not IE 11"
],
"dependencies": {
"@abacritt/angularx-social-login": "^2.3.0",
"@angular/animations": "~18.2.0",
"@angular/common": "~18.2.0",
"@angular/compiler": "~18.2.0",
"@angular/core": "~18.2.0",
"@angular/forms": "~18.2.0",
"@angular/platform-browser": "~18.2.0",
"@angular/platform-browser-dynamic": "~18.2.0",
"@angular/router": "~18.2.0",
"@fortawesome/angular-fontawesome": "^0.15.0",
"@fortawesome/fontawesome-free": "^6.5.2",
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-regular-svg-icons": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@nestjs/common": "^10.0.2",
"@nestjs/core": "^10.0.2",
"@nestjs/mapped-types": "*",
"@nestjs/platform-express": "^10.0.2",
"@nestjs/swagger": "^7.3.1",
"@pdftron/webviewer": "^10.8.0",
"@prisma/client": "6.2.1",
"axios": "^1.6.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"reflect-metadata": "^0.2.0",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.14.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "~18.1.0",
"@angular-devkit/core": "~18.1.0",
"@angular-devkit/schematics": "~18.1.0",
"@angular-eslint/eslint-plugin": "~19.0.0",
"@angular-eslint/eslint-plugin-template": "~19.0.0",
"@angular-eslint/template-parser": "~19.0.0",
"@angular/cli": "~18.1.0",
"@angular/compiler-cli": "~18.2.0",
"@angular/language-service": "~18.2.0",
"@brakebein/prisma-generator-nestjs-dto": "^1.23.1",
"@commitlint/cli": "^19.0.0",
"@commitlint/config-conventional": "^19.0.0",
"@nestjs/schematics": "^10.0.1",
"@nestjs/testing": "^10.0.2",
"@nx-extensions/helm": "^1.0.0",
"@nx-tools/container-metadata": "^6.0.0",
"@nx-tools/nx-container": "^6.0.0",
"@nx-tools/nx-prisma": "^6.1.0",
"@nx/angular": "20.1.4",
"@nx/cypress": "20.1.4",
"@nx/eslint": "20.1.4",
"@nx/eslint-plugin": "20.1.4",
"@nx/jest": "20.1.4",
"@nx/js": "20.1.4",
"@nx/nest": "^20.0.0",
"@nx/node": "20.1.4",
"@nx/storybook": "20.1.4",
"@nx/web": "20.1.4",
"@nx/webpack": "20.1.4",
"@nx/workspace": "20.1.4",
"@schematics/angular": "~18.1.0",
"@storybook/addon-essentials": "^8.0.0",
"@storybook/addon-interactions": "^8.0.0",
"@storybook/angular": "^8.0.0",
"@storybook/core-server": "^8.0.0",
"@storybook/jest": "^0.2.3",
"@storybook/test-runner": "^0.21.0",
"@storybook/testing-library": "^0.2.2",
"@swc-node/register": "~1.10.0",
"@swc/core": "~1.10.0",
"@swc/helpers": "~0.5.2",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.13",
"@testcontainers/postgresql": "^10.11.0",
"@types/jest": "^29.4.0",
"@types/node": "^22.0.0",
"@types/webpack": "^5.28.5",
"@types/webpack-node-externals": "^3.0.4",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"autoprefixer": "^10.4.0",
"canvas": "^2.11.2",
"cypress": "^13.6.6",
"eslint": "~8.57.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-cypress": "^3.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-nestjs": "^1.2.3",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-rxjs": "^5.0.3",
"eslint-plugin-rxjs-angular": "^2.0.1",
"eslint-plugin-sort-class-members": "^1.20.0",
"eslint-plugin-unicorn": "^56.0.0",
"eslint-plugin-unused-imports": "^4.0.0",
"husky": "^9.0.0",
"jest": "^29.4.1",
"jest-environment-jsdom": "^29.4.1",
"jest-environment-node": "^29.4.1",
"jest-preset-angular": "~14.5.0",
"jsonc-eslint-parser": "^2.1.0",
"ng-packagr": "~18.2.0",
"nx": "20.1.4",
"nx-stylelint": "^18.0.0",
"postcss": "^8.4.5",
"postcss-url": "~10.1.3",
"prettier": "^3.0.0",
"prettier-plugin-jsdoc": "^1.3.0",
"prettier-plugin-organize-attributes": "^1.0.0",
"prettier-plugin-package": "^1.4.0",
"prettier-plugin-tailwindcss": "^0.6.0",
"prisma": "6.2.1",
"stylelint": "^16.3.1",
"stylelint-config-clean-order": "^7.0.0",
"stylelint-config-sass-guidelines": "^12.0.0",
"stylelint-config-standard": "^37.0.0",
"stylelint-config-standard-scss": "^14.0.0",
"tailwindcss": "^3.0.2",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.2",
"typescript": "~5.5.0",
"webpack-cli": "^6.0.0",
"webpack-node-externals": "^3.0.0"
}
}