2022-10-24 17:03:12 +02:00
|
|
|
{
|
|
|
|
"name": "livekit-meet",
|
2023-01-19 19:56:00 +01:00
|
|
|
"version": "0.2.0",
|
2022-10-24 17:03:12 +02:00
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"dev": "next dev",
|
|
|
|
"build": "next build",
|
|
|
|
"start": "next start",
|
2023-01-19 19:56:00 +01:00
|
|
|
"lint": "next lint"
|
2022-10-24 17:03:12 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-03-22 11:40:29 +01:00
|
|
|
"@livekit/components-react": "0.6.2",
|
2023-03-18 10:35:54 +01:00
|
|
|
"@livekit/components-styles": "0.2.1",
|
2023-03-23 22:21:38 +01:00
|
|
|
"livekit-client": "1.7.1",
|
2023-02-03 12:20:04 +01:00
|
|
|
"livekit-server-sdk": "1.1.0",
|
2023-02-03 12:07:23 +01:00
|
|
|
"next": "12.3.4",
|
2023-01-19 19:56:00 +01:00
|
|
|
"next-seo": "^5.15.0",
|
|
|
|
"react": "18.2.0",
|
|
|
|
"react-dom": "18.2.0"
|
2022-10-24 17:03:12 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-03-02 10:56:07 +01:00
|
|
|
"@types/node": "18.14.3",
|
|
|
|
"@types/react": "18.0.28",
|
|
|
|
"@types/react-dom": "18.0.11",
|
|
|
|
"eslint": "8.35.0",
|
2023-02-03 12:30:31 +01:00
|
|
|
"eslint-config-next": "12.3.4",
|
|
|
|
"typescript": "4.9.5"
|
2022-10-24 17:03:12 +02:00
|
|
|
}
|
|
|
|
}
|