-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
214 lines (214 loc) · 6.74 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
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
{
"name": "project-lc",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"nx": "nx",
"start": "nx serve",
"start:debug": "DEBUG=ioredis:* nx serve",
"prebuild": "nx run prisma-orm:prisma-generate",
"build": "nx build",
"test": "nx test",
"lint": "nx workspace-lint && nx lint",
"e2e": "nx e2e",
"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",
"update": "nx migrate latest",
"workspace-generator": "nx workspace-generator",
"dep-graph": "nx dep-graph",
"help": "nx help",
"ts-node": "ts-node --compiler-options \"{\\\"module\\\":\\\"commonjs\\\"}\"",
"prisma-migrate-dev": "yarn prisma migrate dev --schema ./libs/prisma-orm/prisma/schema.prisma"
},
"prisma": {
"schema": "libs/prisma-orm/prisma/schema.prisma",
"seed": "yarn ts-node libs/prisma-orm/prisma/seed.ts"
},
"private": true,
"dependencies": {
"@aws-sdk/client-s3": "^3.34.0",
"@aws-sdk/s3-request-presigner": "^3.39.0",
"@aws-sdk/util-endpoints": "^3.193.0",
"@chakra-ui/icons": "^1.0.15",
"@chakra-ui/react": "^1.7.3",
"@emotion/react": "11.5.0",
"@emotion/styled": "11.3.0",
"@google-cloud/text-to-speech": "^3.3.0",
"@hookform/resolvers": "^2.9.6",
"@material-ui/core": "^4.12.3",
"@material-ui/data-grid": "^4.0.0-alpha.37",
"@material-ui/lab": "^4.0.0-alpha.37",
"@nestjs-modules/mailer": "^1.6.0",
"@nestjs/axios": "^0.0.7",
"@nestjs/bull": "^0.5.5",
"@nestjs/common": "^8.4.0",
"@nestjs/config": "^1.2.0",
"@nestjs/core": "^8.4.0",
"@nestjs/jwt": "^8.0.0",
"@nestjs/microservices": "^8.4.3",
"@nestjs/passport": "^8.2.1",
"@nestjs/platform-express": "^8.4.0",
"@nestjs/platform-socket.io": "^8.4.0",
"@nestjs/websockets": "^8.4.0",
"@paljs/plugins": "^3.8.2",
"@prisma/client": "^4.9.0",
"@socket.io/redis-adapter": "^7.1.0",
"@tosspayments/payment-sdk": "^1.1.0",
"argon2": "^0.28.2",
"axios": "^0.21.1",
"base64url": "^3.0.1",
"body-parser": "^1.19.0",
"bull": "^4.8.4",
"cache-manager": "^3.6.0",
"cache-manager-ioredis": "^2.1.0",
"chalk": "^4.1.1",
"class-transformer": "^0.5.1",
"class-validator": "^0.13.2",
"cookie-parser": "^1.4.5",
"core-js": "^3.6.5",
"csurf": "^1.11.0",
"dayjs": "^1.10.6",
"document-register-element": "1.13.1",
"dotenv": "10.0.0",
"express": "^4.17.1",
"framer-motion": "^5.5.5",
"geoip-lite": "^1.4.2",
"hbs": "^4.1.2",
"helmet": "^4.6.0",
"ioredis": "^4.28.3",
"joi": "^17.4.2",
"moment": "^2.29.1",
"morgan": "^1.10.0",
"multer": "^1.4.3",
"mysql2": "^2.2.5",
"nanoid": "^3.1.23",
"next": "^12.1.1-canary.4",
"next-seo": "^4.28.1",
"nextjs-progressbar": "^0.0.13",
"node-html-parser": "^4.1.5",
"nodemailer": "^6.6.3",
"passport": "^0.4.1",
"passport-google-oauth20": "^2.0.0",
"passport-jwt": "^4.0.0",
"passport-kakao": "^1.0.1",
"passport-local": "^1.0.0",
"prisma": "^4.9.0",
"prisma-docs-generator": "^0.4.0",
"react": "^17.0.2",
"react-cookie": "^4.1.1",
"react-dates": "^21.8.0",
"react-daum-postcode": "^2.0.6",
"react-dom": "^17.0.2",
"react-hook-form": "^7.13.0",
"react-icons": "^4.2.0",
"react-image-crop": "^9.0.5",
"react-intersection-observer": "^9.1.0",
"react-query": "^3.19.2",
"react-youtube": "^7.14.0",
"redis": "^3",
"reflect-metadata": "^0.1.13",
"regenerator-runtime": "0.13.7",
"rxjs": "^7.5.4",
"sharp": "^0.31.0",
"socket.io": "^4.1.3",
"socket.io-client": "^4.2.0",
"suneditor": "^2.41.3",
"suneditor-react": "^3.3.0",
"swiper": "^8.0.6",
"tslib": "^2.0.0",
"ua-parser-js": "^0.7.28",
"xlsx": "^0.17.4",
"youtube-player": "^5.5.2",
"zustand": "^3.5.7"
},
"devDependencies": {
"@babel/core": "7.12.13",
"@babel/preset-env": "7.12.13",
"@babel/preset-react": "7.12.13",
"@babel/preset-typescript": "^7.15.0",
"@commitlint/cli": "^16.0.1",
"@commitlint/config-angular": "^16.0.0",
"@commitlint/config-conventional": "^16.0.0",
"@nestjs/schematics": "^8.0.8",
"@nestjs/testing": "^8.4.0",
"@next/bundle-analyzer": "^12.0.2",
"@nrwl/cli": "13.8.5",
"@nrwl/cypress": "13.8.5",
"@nrwl/eslint-plugin-nx": "13.8.5",
"@nrwl/jest": "13.8.5",
"@nrwl/linter": "13.8.5",
"@nrwl/nest": "13.8.5",
"@nrwl/next": "13.8.5",
"@nrwl/node": "13.8.5",
"@nrwl/react": "13.8.5",
"@nrwl/tao": "13.8.5",
"@nrwl/web": "13.8.5",
"@nrwl/workspace": "13.8.5",
"@testing-library/react": "12.1.2",
"@types/bcrypt": "^5.0.0",
"@types/bull": "^3.15.8",
"@types/cache-manager": "^3.4.2",
"@types/cache-manager-ioredis": "^2.0.2",
"@types/chalk": "^2.2.0",
"@types/cookie-parser": "^1.4.2",
"@types/cors": "^2.8.12",
"@types/csurf": "^1.11.2",
"@types/express": "^4.17.13",
"@types/geoip-lite": "^1.4.1",
"@types/helmet": "^4.0.0",
"@types/ioredis": "^4.28.7",
"@types/jest": "27.0.2",
"@types/morgan": "^1.9.3",
"@types/multer": "^1.4.7",
"@types/node": "14.14.33",
"@types/passport-google-oauth20": "^2.0.9",
"@types/passport-jwt": "^3.0.6",
"@types/passport-kakao": "^0.2.1",
"@types/passport-local": "^1.0.34",
"@types/passport-naver": "^0.2.1",
"@types/react": "17.0.30",
"@types/react-dates": "^21.8.3",
"@types/react-dom": "17.0.9",
"@types/sharp": "^0.30.5",
"@types/styled-jsx": "3.4.4",
"@types/supertest": "^2.0.11",
"@types/ua-parser-js": "^0.7.36",
"@types/youtube-player": "^5.5.6",
"@typescript-eslint/eslint-plugin": "5.10.2",
"@typescript-eslint/parser": "5.10.2",
"babel-jest": "27.2.3",
"cypress": "^7.3.0",
"eslint": "8.7.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-next": "11.0.1",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "^2.10.3",
"eslint-plugin-import": "2.25.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "7.26.1",
"eslint-plugin-react-hooks": "4.3.0",
"husky": "^7.0.4",
"jest": "27.2.3",
"jest-mock-extended": "^2.0.2-beta2",
"next-sitemap": "^1.6.203",
"nx": "13.8.5",
"prettier": "2.5.1",
"supertest": "^6.1.4",
"ts-jest": "27.0.5",
"ts-node": "~9.1.1",
"typescript": "^4.6.3"
},
"resolutions": {
"@types/react": "17.0.30"
}
}