1 Star 0 Fork 13

boobor / anonymous-chat-room

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
package.json 1.20 KB
Copy Edit Raw Blame History
velor2012 authored 2023-04-19 12:55 . 增加speex和rnn降噪
{
"name": "anonymous-chat",
"version": "0.2.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emoji-mart/data": "^1.1.2",
"@emoji-mart/react": "^1.1.1",
"@livekit/components-react": "0.7.1",
"@livekit/components-styles": "0.3.0",
"@sapphi-red/web-noise-suppressor": "^0.3.3",
"animate.css": "^4.1.1",
"audio-recorder-polyfill": "^0.4.1",
"audioworklet": "^5.0.5",
"daisyui": "2.51.5",
"detectrtc": "^1.4.1",
"emoji-mart": "^5.5.2",
"livekit-client": "1.7.1",
"livekit-server-sdk": "1.1.2",
"lru-cache": "^9.0.1",
"next": "13.2.4",
"next-seo": "^5.15.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-typist-component": "^1.0.5",
"recordrtc": "^5.6.2",
"set-interval-async": "^3.0.3"
},
"devDependencies": {
"@types/audioworklet": "^0.0.41",
"@types/node": "18.15.11",
"@types/react": "18.0.31",
"@types/react-dom": "18.0.11",
"autoprefixer": "10.4.14",
"eslint": "8.37.0",
"eslint-config-next": "12.3.4",
"postcss": "^8.4.21",
"tailwindcss": "3.3.1",
"typescript": "4.9.5"
}
}
JavaScript
1
https://gitee.com/boobor/anonymous-chat-room.git
git@gitee.com:boobor/anonymous-chat-room.git
boobor
anonymous-chat-room
anonymous-chat-room
of

Search