36 lines
904 B
JSON
36 lines
904 B
JSON
{
|
|
"name": "frontend",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"next": "14.2.7",
|
|
"@livekit/components-react": "^2.7.0",
|
|
"@livekit/components-styles": "^1.1.4",
|
|
"@livekit/krisp-noise-filter": "^0.2.14",
|
|
"framer-motion": "^11.18.0",
|
|
"livekit-client": "^2.8.0",
|
|
"livekit-server-sdk": "^2.9.7"
|
|
},
|
|
"devDependencies": {
|
|
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
|
|
"@types/node": "^20",
|
|
"@types/react": "^18",
|
|
"@types/react-dom": "^18",
|
|
"eslint": "^8.57.1",
|
|
"eslint-config-next": "14.2.28",
|
|
"eslint-config-prettier": "9.1.0",
|
|
"next": "14",
|
|
"postcss": "^8",
|
|
"prettier": "^3.4.2",
|
|
"tailwindcss": "^3.4.1",
|
|
"typescript": "^5"
|
|
}
|
|
}
|