-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.79 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
{
"name": "jeontongju-consumer",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "NEXT_MANUAL_SIG_HANDLE=true next start",
"lint": "next lint",
"preinstall": "npx npm-force-resolutions"
},
"dependencies": {
"@builder.io/partytown": "^0.8.1",
"@connectlive/connectlive-web-sdk": "^2.2.8",
"@tanstack/react-query": "5",
"@types/sockjs-client": "^1.5.4",
"@types/stompjs": "^2.3.9",
"agora-rtc-react": "^2.1.0",
"agora-rtc-sdk-ng": "^4.20.0",
"agora-token": "^2.0.3",
"antd": "^5.12.7",
"axios": "^1.6.2",
"canvas-confetti": "^1.9.2",
"event-source-polyfill": "^1.0.31",
"firebase": "10.7.2",
"immer": "^10.0.3",
"next": "14.0.4",
"next-compose-plugins": "^2.2.1",
"next-images": "^1.8.5",
"next-pwa": "^5.6.0",
"next-videos": "^1.4.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-intersection-observer": "^9.5.3",
"react-query": "^3.39.3",
"react-slick": "^0.29.0",
"react-toastify": "^9.1.3",
"sass": "^1.69.5",
"sharp": "^0.33.2",
"slick-carousel": "^1.8.1",
"sockjs-client": "^1.6.1",
"sweetalert2": "^11.10.2",
"webstomp-client": "^1.2.6",
"zustand": "^4.4.7"
},
"devDependencies": {
"@tanstack/react-query-devtools": "5",
"@types/canvas-confetti": "^1.6.4",
"@types/gtag.js": "^0.0.18",
"@types/node": "^20.10.4",
"@types/react": "17.0.45",
"@types/react-dom": "17.0.11",
"@types/react-slick": "^0.23.13",
"css-loader": "^6.8.1",
"eslint": "^8",
"eslint-config-next": "14.0.4",
"file-loader": "^6.2.0",
"style-loader": "^3.3.3",
"typescript": "^5"
},
"resolutions": {
"**/@types/react": "^17.0.21",
"**/@types/react-dom": "^17.0.9"
}
}