-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
163 lines (163 loc) · 5.31 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
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
{
"name": "@solucrea/fin",
"version": "1.0.0",
"prisma": {
"seed": "ts-node --compiler-options {\"module\":\"CommonJS\"} prisma/seed.ts"
},
"license": "https://themeforest.net/licenses/standard",
"private": true,
"scripts": {
"prebuild": "rimraf dist/apps",
"ng": "nx",
"start": "ng serve",
"start:solucrea": "nx run-many --target=serve --projects=solucrea,api",
"start:api": "nx serve api",
"build": "ng build",
"test": "ng test",
"lint": "nx workspace-lint && ng lint",
"e2e": "ng e2e",
"nx": "nx",
"affected:apps": "nx affected:apps",
"affected:libs": "nx affected:libs",
"affected:build": "nx affected:build",
"affected:e2e": "nx affected:e2e",
"affected:test": "nx affected:test",
"affected:lint": "nx affected:lint",
"affected:dep-graph": "nx affected:dep-graph",
"affected": "nx affected",
"format": "nx format:write",
"format:write": "nx format:write",
"format:check": "nx format:check",
"dep-graph": "nx dep-graph",
"workspace-schematic": "nx workspace-schematic",
"help": "nx help",
"pro.migrate": "dotenv -e .env.production prisma migrate dev",
"postinstall": "node ./decorate-angular-cli.js && npx prisma generate",
"build:api": "prisma generate && prisma migrate deploy && nx build api"
},
"dependencies": {
"@angular/animations": "16.2.2",
"@angular/cdk": "16.2.1",
"@angular/common": "16.2.2",
"@angular/compiler": "16.2.2",
"@angular/core": "16.2.2",
"@angular/forms": "16.2.2",
"@angular/material": "16.2.1",
"@angular/material-luxon-adapter": "16.2.1",
"@angular/platform-browser": "16.2.2",
"@angular/platform-browser-dynamic": "16.2.2",
"@angular/router": "16.2.2",
"@nestjs/common": "10.0.3",
"@nestjs/config": "^3.0.0",
"@nestjs/core": "10.0.3",
"@nestjs/jwt": "^10.1.0",
"@nestjs/passport": "^10.0.0",
"@nestjs/platform-express": "10.0.3",
"@ng-idle/core": "^13.0.0",
"@ng-idle/keepalive": "^13.0.0",
"@ngneat/hot-toast": "^5.0.2",
"@ngneat/input-mask": "^6.1.0",
"@ngneat/overview": "^5.0.0",
"@ngxs/router-plugin": "^3.8.1",
"@ngxs/storage-plugin": "^3.8.1",
"@ngxs/store": "^3.8.1",
"@nx/angular": "17.0.1",
"@prisma/client": "^5.4.2",
"bcrypt": "^5.1.0",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
"crypto-js": "4.1.1",
"dotenv": "^16.3.1",
"dotenv-cli": "^7.2.1",
"express": "^4.18.2",
"highlight.js": "11.8.0",
"inputmask": "^5.0.8",
"lodash-es": "4.17.21",
"luxon": "~3.3.0",
"passport": "^0.6.0",
"passport-jwt": "^4.0.1",
"passport-local": "^1.0.0",
"perfect-scrollbar": "1.5.5",
"reflect-metadata": "^0.1.13",
"rimraf": "^5.0.1",
"rxjs": "~7.5.7",
"tslib": "2.4.1",
"web-animations-js": "2.3.2",
"zone.js": "0.13.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "16.2.0",
"@angular-devkit/core": "16.2.0",
"@angular-devkit/schematics": "16.2.0",
"@angular-eslint/builder": "^16.0.3",
"@angular-eslint/eslint-plugin": "16.0.3",
"@angular-eslint/eslint-plugin-template": "16.0.1",
"@angular-eslint/schematics": "^16.0.3",
"@angular-eslint/template-parser": "16.0.1",
"@angular/cli": "~16.2.0",
"@angular/compiler-cli": "16.2.2",
"@angular/language-service": "16.2.2",
"@nestjs/schematics": "10.0.1",
"@nestjs/testing": "10.0.3",
"@ngxs/devtools-plugin": "^3.8.1",
"@nx/cypress": "17.0.1",
"@nx/eslint-plugin": "17.0.1",
"@nx/jest": "17.0.1",
"@nx/nest": "17.0.1",
"@nx/node": "17.0.1",
"@nx/workspace": "17.0.1",
"@schematics/angular": "16.2.0",
"@tailwindcss/aspect-ratio": "0.4.2",
"@tailwindcss/line-clamp": "0.4.4",
"@tailwindcss/typography": "0.5.9",
"@types/bcrypt": "^5.0.0",
"@types/chroma-js": "2.4.0",
"@types/crypto-js": "4.1.1",
"@types/express": "^4.17.17",
"@types/inputmask": "^5.0.3",
"@types/jasmine": "4.3.1",
"@types/jest": "29.5.1",
"@types/lodash": "4.14.194",
"@types/lodash-es": "4.17.6",
"@types/luxon": "^3.3.0",
"@types/node": "20.3.1",
"@types/passport-jwt": "^3.0.8",
"@types/passport-local": "^1.0.35",
"@typescript-eslint/eslint-plugin": "5.60.0",
"@typescript-eslint/parser": "5.60.0",
"autoprefixer": "^10.4.14",
"chroma-js": "2.4.2",
"copy-webpack-plugin": "^11.0.0",
"eslint": "8.43.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsdoc": "46.2.6",
"eslint-plugin-prefer-arrow": "1.2.3",
"eslint-plugin-prettier": "^4.2.1",
"jasmine-core": "4.5.0",
"jasmine-spec-reporter": "7.0.0",
"jest": "29.4.3",
"jest-environment-jsdom": "29.4.3",
"karma": "6.4.1",
"karma-chrome-launcher": "3.1.1",
"karma-coverage": "2.2.0",
"karma-jasmine": "5.1.0",
"karma-jasmine-html-reporter": "2.0.0",
"lodash": "4.17.21",
"npm": "^9.1.2",
"nx": "17.0.1",
"postcss": "^8.4.19",
"prettier": "^2.8.8",
"prettier-eslint": "^15.0.1",
"prettier-plugin-tailwindcss": "^0.3.0",
"prisma": "^5.4.2",
"tailwindcss": "^3.3.2",
"ts-jest": "29.1.0",
"ts-node": "10.9.1",
"typescript": "5.1.3",
"webpack": "^5.75.0",
"webpack-merge": "^5.8.0",
"webpack-node-externals": "^3.0.0"
},
"packageManager": "[email protected]"
}