livekit-dgn/package.json

30 lines
677 B
JSON
Raw Normal View History

2022-10-24 17:03:12 +02:00
{
"name": "livekit-meet",
"version": "0.2.0",
2022-10-24 17:03:12 +02:00
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
2022-10-24 17:03:12 +02:00
},
"dependencies": {
2023-02-16 17:27:39 +01:00
"@livekit/components-react": "0.4.0",
2023-02-03 12:11:54 +01:00
"@livekit/components-styles": "0.1.13",
2023-02-16 17:27:39 +01:00
"livekit-client": "1.6.5",
"livekit-server-sdk": "1.1.0",
"next": "12.3.4",
"next-seo": "^5.15.0",
"react": "18.2.0",
"react-dom": "18.2.0"
2022-10-24 17:03:12 +02:00
},
"devDependencies": {
"@types/node": "18.11.18",
"@types/react": "18.0.27",
"@types/react-dom": "18.0.10",
"eslint": "8.33.0",
"eslint-config-next": "12.3.4",
"typescript": "4.9.5"
2022-10-24 17:03:12 +02:00
}
}