-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
164 lines (164 loc) · 5.19 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
164
{
"name": "@proghours/source",
"version": "1.0.0-beta.0",
"license": "MIT",
"scripts": {
"prepare": "husky install",
"dev": "nx run-many --target=serve --all",
"build:client": "NODE_ENV=production && nx run client:build-captain",
"build:api": "nx run api:build-captain",
"build": "NODE_ENV=production && run-p build:*",
"prisma:migrate": "env-cmd -f ./apps/api/.env.local prisma migrate dev --schema=./apps/api/prisma/schema.prisma",
"prisma:reset": "npx env-cmd -f ./apps/api/.env.local npx prisma migrate reset --schema=./apps/api/prisma/schema.prisma --force",
"prisma:generate": "npx env-cmd -f ./apps/api/.env.local npx prisma generate --schema=./apps/api/prisma/schema.prisma --force",
"data-migrate": "npx env-cmd -f ./apps/api/.env.local npx ts-node ./scripts/migrate-data"
},
"private": true,
"dependencies": {
"@bull-board/api": "^5.6.0",
"@bull-board/express": "^5.6.0",
"@bull-board/nestjs": "^5.6.0",
"@mantine/core": "7.3.1",
"@mantine/dates": "7.3.1",
"@mantine/form": "7.3.1",
"@mantine/hooks": "7.3.1",
"@mantine/modals": "7.3.1",
"@mantine/notifications": "7.3.1",
"@mantine/nprogress": "7.3.1",
"@mantine/spotlight": "7.3.1",
"@nestjs/bull": "^10.0.1",
"@nestjs/cache-manager": "^2.1.0",
"@nestjs/common": "10.2.6",
"@nestjs/config": "^3.1.1",
"@nestjs/core": "^10.2.6",
"@nestjs/jwt": "^10.1.1",
"@nestjs/platform-express": "~10.2.6",
"@nestjs/swagger": "^7.1.12",
"@paralleldrive/cuid2": "^2.2.2",
"@prisma/client": "5.2.0",
"@swc/helpers": "~0.5.0",
"@tabler/icons-react": "^2.22.0",
"@tanstack/react-query": "^4.36.1",
"@tanstack/react-table": "8.6.0",
"@willsoto/nestjs-prometheus": "^5.1.2",
"apexcharts": "^3.41.1",
"axios": "^1.4.0",
"bcrypt": "^5.1.0",
"bull": "^4.10.4",
"cache-manager": "^5.2.3",
"cache-manager-redis-yet": "^4.1.2",
"cheerio": "^1.0.0-rc.12",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
"color-convert": "^2.0.1",
"dayjs": "^1.11.10",
"framer-motion": "^10.15.0",
"helmet": "^7.0.0",
"joi": "^17.9.2",
"jwt-decode": "^3.1.2",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"path-to-regexp": "^6.2.1",
"prisma": "^5.2.0",
"prom-client": "^14.2.0",
"react": "18.2.0",
"react-apexcharts": "^1.4.1",
"react-dom": "18.2.0",
"react-helmet-async": "^1.3.0",
"react-router-dom": "6.20.1",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.8.0",
"swagger-themes": "^1.2.28",
"tslib": "^2.3.0",
"yup": "^1.2.0",
"zod": "^3.21.4"
},
"devDependencies": {
"@babel/preset-react": "^7.14.5",
"@commitlint/cli": "^17.6.5",
"@commitlint/config-conventional": "^17.6.5",
"@faker-js/faker": "^8.1.0",
"@golevelup/ts-jest": "^0.4.0",
"@nestjs/schematics": "10.0.1",
"@nestjs/testing": "10.1.2",
"@nx/devkit": "17.0.3",
"@nx/eslint-plugin": "16.5.5",
"@nx/jest": "16.5.5",
"@nx/js": "16.5.5",
"@nx/linter": "16.5.5",
"@nx/nest": "16.5.5",
"@nx/node": "16.5.5",
"@nx/playwright": "^17.0.3",
"@nx/react": "16.5.5",
"@nx/vite": "16.5.5",
"@nx/webpack": "16.5.5",
"@nx/workspace": "16.5.5",
"@playwright/test": "^1.36.0",
"@swc/cli": "~0.1.62",
"@swc/core": "~1.3.51",
"@testing-library/react": "14.0.0",
"@trivago/prettier-plugin-sort-imports": "^4.2.0",
"@types/bcrypt": "^5.0.0",
"@types/color-convert": "^2.0.0",
"@types/fs-extra": "^11.0.1",
"@types/jest": "^29.4.0",
"@types/lodash": "^4.14.195",
"@types/node": "18.14.2",
"@types/pg": "^8.10.2",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"@types/react-router-dom": "5.3.3",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"@vitejs/plugin-react": "4.0.3",
"@vitest/coverage-c8": "0.32.4",
"@vitest/ui": "0.32.4",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"env-cmd": "^10.1.0",
"eslint": "~8.15.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-playwright": "^0.15.3",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"fs-extra": "^11.1.1",
"husky": "^8.0.3",
"jest": "^29.4.1",
"jest-environment-node": "^29.4.1",
"jsdom": "22.1.0",
"lint-staged": "^13.2.2",
"npm-run-all": "^4.1.5",
"nx": "16.5.5",
"pg": "^8.11.1",
"postcss": "^8.4.29",
"postcss-preset-mantine": "^1.7.0",
"postcss-simple-vars": "^7.0.1",
"prettier": "^2.6.2",
"rollup-plugin-visualizer": "^5.9.2",
"ts-jest": "^29.1.0",
"ts-node": "10.9.1",
"typescript": "5.1.6",
"verdaccio": "^5.0.4",
"vite": "4.4.7",
"vite-plugin-eslint": "^1.8.1",
"vite-tsconfig-paths": "~4.2.0",
"vitest": "0.32.4"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"husky": {
"hooks": {
"prepare-commit-msg": "exec < /dev/tty && git cz --hook || true",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
"pre-commit": "lint-staged"
}
},
"nx": {
"includedScripts": []
}
}