661daa9412
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
29 lines
675 B
JSON
29 lines
675 B
JSON
{
|
|
"name": "livekit-meet",
|
|
"version": "0.2.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@livekit/components-react": "0.5.0",
|
|
"@livekit/components-styles": "0.2.0",
|
|
"livekit-client": "1.7.0",
|
|
"livekit-server-sdk": "1.1.0",
|
|
"next": "12.3.4",
|
|
"next-seo": "^5.15.0",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "18.14.3",
|
|
"@types/react": "18.0.28",
|
|
"@types/react-dom": "18.0.11",
|
|
"eslint": "8.35.0",
|
|
"eslint-config-next": "12.3.4",
|
|
"typescript": "4.9.5"
|
|
}
|
|
}
|