-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
173 lines (173 loc) · 5.54 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
165
166
167
168
169
170
171
172
173
{
"name": "@projectx/source",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"build": "nx run-many --target=build --all --verbose",
"build:web": "nx run web:build --verbose",
"build:ui": "nx run ui:build --verbose",
"build:auth": "nx run auth:build --verbose",
"build:core": "nx run core:build --verbose",
"dev:web": "nx run web:dev --verbose",
"dev:auth": "nx run auth:serve --inspect --port=9229 --watch",
"dev:order": "nx run order:serve --inspect --port=9230 --watch",
"test": "nx test",
"lint": "nx lint",
"e2e": "nx e2e",
"storybook": "nx run ui:storybook",
"storybook:build": "nx run ui:build-storybook",
"storybook:serve": "nx run ui:serve-storybook",
"prisma:generate": "npx prisma generate --schema=./libs/backend/db/prisma/schema.prisma",
"prisma:migrate": "npx prisma migrate deploy --schema=./libs/backend/db/prisma/schema.prisma",
"prisma:migrate:dev": "npx prisma migrate dev --schema=./libs/backend/db/prisma/schema.prisma"
},
"private": true,
"devDependencies": {
"@babel/core": "^7.14.5",
"@babel/preset-react": "^7.25.9",
"@babel/preset-typescript": "^7.25.7",
"@eslint/js": "^9.8.0",
"@golevelup/ts-jest": "^0.5.6",
"@nestjs/schematics": "^10.0.1",
"@nestjs/testing": "^10.0.2",
"@nx/devkit": "20.0.8",
"@nx/eslint": "20.0.8",
"@nx/eslint-plugin": "20.0.8",
"@nx/jest": "20.0.8",
"@nx/js": "20.0.8",
"@nx/nest": "20.0.8",
"@nx/node": "20.0.8",
"@nx/react": "20.0.8",
"@nx/remix": "20.0.8",
"@nx/rollup": "20.0.8",
"@nx/storybook": "20.0.8",
"@nx/vite": "20.0.8",
"@nx/web": "20.0.8",
"@nx/webpack": "20.0.8",
"@nx/workspace": "^20.0.8",
"@remix-run/dev": "^2.13.1",
"@remix-run/testing": "2.13.1",
"@rollup/plugin-url": "^8.0.2",
"@storybook/addon-essentials": "^8.3.6",
"@storybook/addon-interactions": "^8.3.6",
"@storybook/core-server": "^8.3.6",
"@storybook/jest": "^0.2.3",
"@storybook/react-vite": "^8.3.6",
"@storybook/test-runner": "^0.19.1",
"@storybook/testing-library": "^0.2.2",
"@svgr/rollup": "^8.1.0",
"@swc-node/register": "^1.10.9",
"@swc/core": "^1.7.40",
"@swc/helpers": "^0.5.11",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/line-clamp": "^0.4.4",
"@tailwindcss/typography": "^0.5.15",
"@tanstack/react-query-devtools": "^5.59.19",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/bcrypt": "^5.0.2",
"@types/jest": "^29.5.14",
"@types/lodash": "^4.17.13",
"@types/md5": "^2.3.5",
"@types/node": "^18.16.9",
"@types/passport-jwt": "^4.0.1",
"@types/passport-local": "^1.0.38",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.2.0",
"@vitest/coverage-v8": "^1.0.4",
"@vitest/ui": "^1.3.1",
"autoprefixer": "^10.4.20",
"core-js": "^3.36.1",
"daisyui": "^4.12.13",
"eslint": "^8.0.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.0",
"jest": "^29.7.0",
"jest-environment-node": "^29.7.0",
"jsdom": "^22.1.0",
"nx": "20.0.8",
"postcss": "^8.4.47",
"prettier": "^2.6.2",
"prettier-plugin-tailwindcss": "^0.4.1",
"prisma": "^5.21.1",
"rollup": "^4.14.0",
"storybook": "^8.3.5",
"tailwindcss": "^3.4.13",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.1",
"tslib": "^2.3.0",
"typescript": "^5.5.2",
"typescript-eslint": "^8.0.0",
"vite": "^5.0.0",
"vite-plugin-dts": "^4.3.0",
"vitest": "^1.3.1",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"@2toad/profanity": "3.0.1",
"@headlessui/react": "2.2.0",
"@heroicons/react": "2.1.5",
"@nestjs/axios": "3.1.0",
"@nestjs/common": "10.4.6",
"@nestjs/config": "3.3.0",
"@nestjs/core": "10.4.6",
"@nestjs/jwt": "10.2.0",
"@nestjs/passport": "10.0.3",
"@nestjs/platform-express": "10.4.6",
"@nestjs/swagger": "7.4.2",
"@nestjs/terminus": "10.2.3",
"@prisma/client": "5.21.1",
"@remix-run/node": "2.13.1",
"@remix-run/react": "2.13.1",
"@remix-run/serve": "2.13.1",
"@sendgrid/mail": "8.1.4",
"@tanstack/react-query": "5.59.19",
"@temporalio/activity": "1.11.3",
"@temporalio/client": "1.11.3",
"@temporalio/common": "1.11.3",
"@temporalio/worker": "1.11.3",
"@temporalio/workflow": "1.11.3",
"axios": "1.7.7",
"bcrypt": "5.1.1",
"body-parser": "1.20.3",
"class-transformer": "0.5.1",
"class-validator": "0.14.1",
"clsx": "2.1.1",
"crypto-js": "4.2.0",
"express-rate-limit": "7.4.1",
"framer-motion": "11.11.10",
"helmet": "8.0.0",
"immer": "10.1.1",
"isbot": "4.4.0",
"lodash": "4.17.21",
"lucide-react": "0.453.0",
"md5": "2.3.0",
"mjml": "4.15.3",
"nestjs-pino": "4.1.0",
"passport": "0.7.0",
"passport-jwt": "4.0.1",
"passport-local": "1.0.0",
"pino-http": "10.3.0",
"pino-pretty": "11.3.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-otp-input": "3.1.1",
"react-responsive": "10.0.0",
"react-toastify": "10.0.6",
"react-use-cart": "1.14.0",
"reflect-metadata": "0.2.2",
"remix-utils": "7.7.0",
"rxjs": "7.8.1",
"tailwind-merge": "2.5.4",
"tiny-invariant": "1.3.3",
"use-dehydrated-state": "0.1.0",
"usehooks-ts": "3.1.0",
"uuid": "10.0.0"
}
}