-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.69 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
{
"name": "beacon-client",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ant-design/nextjs-registry": "^1.0.0",
"@cloudinary/react": "^1.13.0",
"@cloudinary/url-gen": "^1.19.0",
"@fortawesome/fontawesome-free": "^6.5.2",
"@next/env": "^14.2.3",
"@reduxjs/toolkit": "^2.2.4",
"@zegocloud/zego-uikit-prebuilt": "^2.2.0",
"antd": "^5.17.2",
"antd-demo": "^0.1.0",
"axios": "^1.6.8",
"cloudinary-react": "^1.8.1",
"date-fns": "^3.6.0",
"fonts": "^0.0.2",
"framer-motion": "^11.2.6",
"heroicons": "^2.1.3",
"jwt-decode": "^4.0.0",
"lottie-react": "^2.4.0",
"moment": "^2.30.1",
"natural": "^7.0.5",
"next": "^14.2.3",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.51.4",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.2.1",
"react-intersection-observer": "^9.10.2",
"react-redux": "^9.1.2",
"react-select": "^5.8.0",
"recharts": "^2.12.7",
"sentiment": "^5.0.2",
"stopword": "^3.0.1"
},
"devDependencies": {
"@types/aria-query": "^5.0.4",
"@types/babel__generator": "^7.6.8",
"@types/babel__template": "^7.4.4",
"@types/graceful-fs": "^4.1.9",
"@types/node": "^20",
"@types/parse-json": "^4.0.2",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/sentiment": "^5.0.4",
"@types/source-list-map": "^0.1.6",
"@types/stack-utils": "^2.0.3",
"@types/stopword": "^2.0.3",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}