-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
130 lines (130 loc) · 4.15 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
{
"name": "metamedia-frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "HTTPS=true vite",
"build": "tsc && vite build",
"test": "TZ=Asia/Tokyo jest --verbose",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@aws-amplify/core": "^6.0.13",
"@cloudinary/react": "^1.12.0",
"@cloudinary/url-gen": "^1.16.1",
"@ffmpeg/core": "^0.12.6",
"@ffmpeg/ffmpeg": "^0.12.10",
"@ffmpeg/util": "^0.12.1",
"@hookform/resolvers": "^3.3.4",
"@jitsi/eslint-config": "^4.1.12",
"@jitsi/react-sdk": "^1.4.0",
"@mantine/hooks": "^7.7.1",
"@nivo/geo": "^0.85.1",
"@nivo/line": "^0.85.1",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-slot": "^1.0.2",
"@react-oauth/google": "^0.12.1",
"@reduxjs/toolkit": "^2.0.1",
"@tanstack/react-query": "^5.29.0",
"@types/ffmpeg": "^1.0.7",
"@types/jest": "^29.5.12",
"@types/react-icons": "^3.0.0",
"@types/react-slick": "^0.23.13",
"@types/video-react": "^0.15.6",
"@zegocloud/zego-uikit-prebuilt": "^1.11.0",
"agora-rtc-react": "^2.1.0",
"agora-rtc-sdk-ng": "^4.20.1",
"antd": "^5.15.1",
"apexcharts": "^3.48.0",
"aws-amplify": "^6.0.13",
"axios": "^1.6.5",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"date-fns": "^3.3.1",
"devcert": "^1.2.2",
"dotenv": "^16.4.5",
"embla-carousel-react": "^8.0.0-rc21",
"firebase": "^10.7.2",
"framer-motion": "^11.0.3",
"javascript-time-ago": "^2.5.9",
"js-base64": "^3.7.7",
"js-cookie": "^3.0.5",
"jwt-decode": "^4.0.0",
"lottie-react": "^2.4.0",
"lucide-react": "^0.314.0",
"moment": "^2.30.1",
"mongoose": "^8.1.0",
"react": "^18.0.0",
"react-apexcharts": "^1.4.1",
"react-audio-player": "^0.17.0",
"react-audio-player-component": "^1.2.4",
"react-audio-voice-recorder": "^2.2.0",
"react-audioplayer": "^0.3.1",
"react-datepicker": "^6.6.0",
"react-dom": "^18.0.0",
"react-dropzone": "^14.2.3",
"react-easy-crop": "^5.0.5",
"react-firebase-hooks": "^5.1.1",
"react-google-charts": "^4.0.1",
"react-h5-audio-player": "^3.9.1",
"react-hook-form": "^7.49.3",
"react-icons": "^4.12.0",
"react-infinite-scroll-component": "^6.1.0",
"react-jinke-music-player": "^4.24.2",
"react-lazy-load-image-component": "^1.6.0",
"react-loader-spinner": "^6.1.6",
"react-material-music-player": "^1.2.3",
"react-player": "^2.15.1",
"react-redux": "^9.1.0",
"react-router-dom": "^6.21.3",
"react-slick": "^0.30.1",
"react-social-login": "^3.4.17",
"react-toastify": "^10.0.4",
"react-webcam": "^7.2.0",
"redux-persist": "^6.0.0",
"slick-carousel": "^1.8.1",
"socket.io-client": "^4.7.4",
"sonner": "^1.3.1",
"tailwind-merge": "^2.2.1",
"tailwindcss-animate": "^1.0.7",
"video-react": "^0.16.0",
"vite-plugin-css-injected-by-js": "^3.4.0",
"vite-plugin-svgr": "^4.2.0",
"web-push": "^3.6.7",
"zod": "^3.22.4"
},
"devDependencies": {
"@babel/preset-typescript": "^7.24.1",
"@iconify/react": "^4.1.1",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^14.0.0",
"@types/fluent-ffmpeg": "^2.1.24",
"@types/js-cookie": "^3.0.6",
"@types/node": "^20.11.10",
"@types/react": "^18.0.26",
"@types/react-datepicker": "^6.2.0",
"@types/react-dom": "^18.2.17",
"@types/react-lazy-load-image-component": "^1.6.3",
"@types/web-push": "^3.6.3",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.17",
"eslint": "^8.55.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"jest": "^29.7.0",
"jest-dom": "^4.0.0",
"jest-environment-jsdom": "^29.7.0",
"jest-transform-stub": "^2.0.0",
"postcss": "^8.4.33",
"react-testing-library": "^8.0.1",
"tailwindcss": "^3.4.1",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "^5.2.2",
"vite": "^5.0.8"
}
}