-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
136 lines (136 loc) · 3.96 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
{
"name": "@whatsapp-repo/source",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"build": "nx build",
"lint": "nx lint",
"test": "node ./run-tests.js"
},
"private": true,
"dependencies": {
"@headlessui/react": "^1.7.17",
"@hookform/resolvers": "^3.3.2",
"@nestjs-modules/ioredis": "^2.0.1",
"@nestjs/common": "^10.3.0",
"@nestjs/config": "^3.1.1",
"@nestjs/core": "^10.0.2",
"@nestjs/jwt": "^10.2.0",
"@nestjs/platform-express": "^10.0.2",
"@nestjs/platform-socket.io": "^10.2.10",
"@nestjs/schedule": "^4.0.0",
"@nestjs/typeorm": "^10.0.1",
"@nestjs/websockets": "^10.2.10",
"@nx/next": "17.1.3",
"@reduxjs/toolkit": "^1.9.7",
"@socket.io/redis-adapter": "^8.2.1",
"@types/bcryptjs": "^2.4.6",
"@types/cookie-parser": "^1.4.6",
"@types/cookie-signature": "^1.1.2",
"@types/express": "^4.17.21",
"@types/uuid": "^9.0.7",
"async-retry": "^1.3.3",
"axios": "^1.6.2",
"axios-retry": "^4.0.0",
"bcryptjs": "^2.4.3",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
"class-variance-authority": "^0.7.0",
"cloudinary": "^1.41.0",
"clsx": "^2.0.0",
"cookie-parser": "^1.4.6",
"cookies-next": "^4.1.1",
"dayjs": "^1.11.10",
"dexie": "^3.2.4",
"dexie-react-hooks": "^1.1.7",
"express": "^4.18.2",
"file-type": "^16.5.4",
"framer-motion": "^10.16.5",
"fs-extra": "^11.2.0",
"jimp": "^0.22.10",
"jsonwebtoken": "^9.0.2",
"jwt-decode": "^4.0.0",
"kafkajs": "^2.2.4",
"multer": "^1.4.5-lts.1",
"nanoid": "^5.0.4",
"next": "^14.0.4",
"next-redux-wrapper": "^8.1.0",
"node-static": "^0.7.11",
"pg": "^8.11.3",
"prettier-plugin-tailwindcss": "^0.5.9",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.48.2",
"react-icons": "^4.12.0",
"react-redux": "^8.1.3",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.8.0",
"sharp": "^0.32.6",
"socket.io": "^4.7.2",
"socket.io-client": "^4.7.2",
"sonner": "^1.2.4",
"svg-parser": "^2.0.4",
"swr": "^2.2.4",
"tailwind-merge": "^2.0.0",
"tslib": "^2.3.0",
"typeorm": "^0.3.17",
"uuid": "^9.0.1",
"wavesurfer.js": "^7.7.3",
"web-push": "^3.6.7",
"zod": "^3.22.4"
},
"devDependencies": {
"@nestjs/schematics": "^10.0.1",
"@nestjs/testing": "^10.0.2",
"@nx/eslint": "17.1.3",
"@nx/eslint-plugin": "17.1.3",
"@nx/jest": "17.1.3",
"@nx/js": "17.1.3",
"@nx/nest": "^17.1.3",
"@nx/node": "17.1.3",
"@nx/react": "17.1.3",
"@nx/webpack": "17.1.3",
"@nx/workspace": "17.1.3",
"@svgr/webpack": "^8.1.0",
"@swc-node/register": "~1.6.7",
"@swc/core": "~1.3.85",
"@testing-library/react": "14.0.0",
"@types/async-retry": "^1.4.8",
"@types/express-status-monitor": "^1.3.3",
"@types/fs-extra": "^11.0.4",
"@types/jest": "^29.4.0",
"@types/multer": "^1.4.11",
"@types/node": "^18.14.2",
"@types/node-static": "^0.7.11",
"@types/react": "18.2.33",
"@types/react-dom": "18.2.14",
"@types/redis": "^4.0.11",
"@types/streamifier": "^0.1.2",
"@types/svg-parser": "^2.0.6",
"@types/web-push": "^3.6.3",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"autoprefixer": "^10.4.16",
"babel-jest": "^29.4.1",
"babel-plugin-inline-react-svg": "^2.0.2",
"eslint": "~8.46.0",
"eslint-config-next": "13.4.1",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"jest": "^29.4.1",
"jest-environment-jsdom": "^29.4.1",
"jest-environment-node": "^29.4.1",
"mkcert": "^3.2.0",
"nx": "^17.1.3",
"postcss": "^8.4.31",
"prettier": "^3.1.0",
"sharp-loader": "^2.0.0",
"tailwindcss": "^3.3.5",
"ts-jest": "^29.1.0",
"ts-node": "10.9.1",
"typescript": "~5.2.2"
}
}