-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
159 lines (159 loc) · 5.83 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
{
"name": "@psu/source",
"version": "v0.1.0-beta",
"license": "MIT",
"scripts": {
"web:backoffice:dev": "nx dev web-backoffice",
"web:backoffice:build": "nx build web-backoffice",
"web:backoffice:start": "nx start web-backoffice",
"web:backoffice:lint": "nx lint web-backoffice",
"web:backoffice:test": "nx test web-backoffice",
"web:backoffice:container": "nx container web-backoffice",
"web:backoffice:e2e": "nx e2e web-backoffice-e2e",
"web:atoms:storybook": "nx storybook web-component-atoms",
"web:atoms:test": "nx test web-component-atoms",
"web:atoms:lint": "nx lint web-component-atoms",
"web:molecules:storybook": "nx storybook web-component-molecules",
"web:molecules:test": "nx test web-component-molecules",
"web:molecules:lint": "nx lint web-component-molecules",
"web:organisms:storybook": "nx storybook web-component-organisms",
"web:organisms:test": "nx test web-component-organisms",
"web:organisms:lint": "nx lint web-component-organisms",
"web:templates:storybook": "nx storybook web-component-templates",
"web:templates:test": "nx test web-component-templates",
"web:templates:lint": "nx lint web-component-templates",
"web:services:lint": "nx lint web-services",
"web:services:test": "nx test web-services",
"web:modules:test": "nx test web-modules",
"web:modules:lint": "nx lint web-modules",
"api:backoffice:dev": "dotenv -e ./apps/api/backoffice/.env -- npx nx serve api-backoffice",
"api:backoffice:build": "nx build api-backoffice",
"api:backoffice:start": "dotenv -e ./apps/api/backoffice/.env -- npx nx start api-backoffice",
"api:backoffice:lint": "nx lint api-backoffice",
"api:backoffice:test": "nx test api-backoffice",
"api:backoffice:container": "nx container api-backoffice",
"api:backoffice:e2e": "nx e2e api-backoffice-e2e",
"api:db:generate": "drizzle-kit generate:pg",
"api:db:push": "dotenv -e ./apps/api/backoffice/.env npx drizzle-kit push:pg",
"api:db:studio": "dotenv -e ./apps/api/backoffice/.env npx drizzle-kit studio",
"api:db:seed": "dotenv -e ./apps/api/backoffice/.env ts-node ./libs/api/src/common/models/seed.ts",
"prepare": "npx husky install"
},
"private": true,
"dependencies": {
"@aws-sdk/client-s3": "^3.521.0",
"@aws-sdk/lib-storage": "^3.521.0",
"@hookform/resolvers": "^3.3.4",
"@nestjs-modules/mailer": "^1.11.0",
"@nestjs/axios": "^3.0.2",
"@nestjs/common": "^10.0.2",
"@nestjs/config": "^3.2.0",
"@nestjs/core": "^10.0.2",
"@nestjs/jwt": "^10.2.0",
"@nestjs/passport": "^10.0.3",
"@nestjs/platform-express": "^10.0.2",
"@nestjs/swagger": "^7.3.0",
"@tanstack/react-query": "^5.24.1",
"@tanstack/react-table": "^8.12.0",
"@trpc/client": "^11.0.0-next-beta.289",
"@trpc/next": "^11.0.0-next-beta.289",
"@trpc/react-query": "^11.0.0-next-beta.289",
"@trpc/server": "^11.0.0-next-beta.289",
"@types/pg": "^8.11.0",
"argon2": "^0.31.2",
"axios": "^1.6.0",
"chart.js": "^4.4.1",
"clsx": "^2.1.0",
"drizzle-kit": "^0.20.14",
"drizzle-orm": "^0.29.3",
"express": "^4.18.2",
"next": "14.0.4",
"next-auth": "^4.24.6",
"next-usequerystate": "^1.17.0",
"passport-google-oauth20": "^2.0.0",
"passport-jwt": "^4.0.1",
"pg": "^8.11.3",
"react": "18.2.0",
"react-avatar": "^5.0.3",
"react-chartjs-2": "^5.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.50.1",
"react-icons": "^5.0.1",
"react-select": "^5.8.0",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.8.0",
"superjson": "^2.2.1",
"supertest": "^6.3.4",
"ts-pattern": "^5.0.8",
"tslib": "^2.6.2",
"zod": "^3.22.4"
},
"devDependencies": {
"@faker-js/faker": "^8.4.1",
"@nestjs/schematics": "^10.0.1",
"@nestjs/testing": "^10.0.2",
"@nx-tools/container-metadata": "^5.2.0",
"@nx-tools/nx-container": "^5.2.0",
"@nx/devkit": "18.0.4",
"@nx/eslint": "18.0.4",
"@nx/eslint-plugin": "18.0.4",
"@nx/jest": "18.0.4",
"@nx/js": "18.0.5",
"@nx/nest": "^18.0.4",
"@nx/next": "18.0.4",
"@nx/node": "^18.0.4",
"@nx/playwright": "18.0.4",
"@nx/react": "18.0.4",
"@nx/storybook": "18.0.5",
"@nx/web": "18.0.5",
"@nx/webpack": "18.0.4",
"@nx/workspace": "18.0.4",
"@playwright/test": "^1.36.0",
"@storybook/addon-essentials": "^7.6.17",
"@storybook/addon-interactions": "^7.6.17",
"@storybook/core-server": "^7.6.17",
"@storybook/jest": "^0.2.3",
"@storybook/nextjs": "^7.6.17",
"@storybook/test-runner": "^0.16.0",
"@storybook/testing-library": "^0.2.2",
"@swc-node/register": "~1.8.0",
"@swc/cli": "~0.1.62",
"@swc/core": "~1.3.85",
"@swc/helpers": "~0.5.2",
"@testing-library/react": "14.0.0",
"@types/jest": "^29.4.0",
"@types/node": "^18.16.9",
"@types/passport-google-oauth20": "^2.0.14",
"@types/passport-jwt": "^4.0.1",
"@types/react": "18.2.33",
"@types/react-dom": "18.2.14",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"autoprefixer": "^10.4.17",
"babel-jest": "^29.4.1",
"dotenv": "^16.4.5",
"dotenv-cli": "^7.3.0",
"eslint": "~8.48.0",
"eslint-config-next": "14.0.4",
"eslint-config-prettier": "^9.0.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",
"express": "^4.18.2",
"husky": "^8.0.3",
"jest": "^29.4.1",
"jest-environment-jsdom": "^29.4.1",
"jest-environment-node": "^29.4.1",
"nx": "^18.0.4",
"postcss": "^8.4.35",
"prettier": "^2.6.2",
"storybook": "^7.6.17",
"tailwindcss": "^3.4.1",
"ts-jest": "^29.1.0",
"ts-node": "10.9.1",
"typescript": "~5.3.2",
"webpack-cli": "^5.1.4"
}
}