-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 1.97 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
{
"name": "skillbridge-fullstack",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "prisma generate && next build",
"start": "next start",
"lint": "next lint"
},
"prisma": {
"seed": "ts-node --compiler-options {\"module\":\"CommonJS\"} prisma/seed.ts"
},
"dependencies": {
"@ant-design/icons": "^5.3.0",
"@aws-sdk/client-s3": "^3.529.1",
"@aws-sdk/s3-request-presigner": "^3.529.1",
"@elastic/elasticsearch": "^8.12.1",
"@prisma/client": "^5.12.1",
"@reduxjs/toolkit": "^2.2.3",
"@types/uuid": "^9.0.8",
"bcrypt": "^5.1.1",
"bufferutil": "^4.0.8",
"clsx": "^2.1.0",
"html-to-image": "^1.11.11",
"next": "14.1.0",
"next-auth": "^4.24.7",
"next-swagger-doc": "^0.4.0",
"nodemailer": "^6.9.12",
"promptpay-qr": "^0.5.0",
"react": "^18",
"react-dom": "^18",
"react-hot-toast": "^2.4.1",
"react-qr-code": "^2.0.12",
"react-redux": "^9.1.0",
"react-slick": "^0.30.1",
"react-type-animation": "^3.2.0",
"redux-persist": "^6.0.0",
"sharp": "^0.33.3",
"slick-carousel": "^1.8.1",
"socket.io": "^4.7.5",
"socket.io-client": "^4.7.5",
"swagger-ui-react": "^5.13.0",
"tailwind-merge": "^2.2.1",
"tsify": "^5.0.4",
"utf-8-validate": "^5.0.10",
"uuid": "^9.0.1",
"ws": "^8.16.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@mermaid-js/mermaid-cli": "^10.8.0",
"@types/bcrypt": "^5.0.2",
"@types/node": "^20.11.16",
"@types/nodemailer": "^6.4.14",
"@types/react": "^18.2.74",
"@types/react-dom": "^18.2.24",
"@types/react-slick": "^0.23.13",
"@types/swagger-ui-react": "^4.18.3",
"@web-std/file": "^3.0.3",
"autoprefixer": "^10.0.1",
"dotenv": "^16.4.5",
"eslint": "^8",
"eslint-config-next": "14.1.0",
"postcss": "^8",
"prisma": "^5.12.1",
"prisma-erd-generator": "^1.11.2",
"tailwindcss": "^3.3.0",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
}
}