classlets-clients/student/package.json

34 lines
848 B
JSON
Raw Permalink Normal View History

2024-12-15 15:19:51 +00:00
{
"name": "classlets-client-student",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
2024-12-15 15:38:45 +00:00
"@livekit/components-react": "^2.6.10",
"@livekit/components-styles": "^1.1.4",
2024-12-15 16:55:48 +00:00
"jwt-decode": "^4.0.0",
2024-12-15 15:38:45 +00:00
"livekit-client": "^2.7.5",
2024-12-15 15:19:51 +00:00
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@eslint/js": "^9.15.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react-swc": "^3.5.0",
"eslint": "^9.15.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"globals": "^15.12.0",
"typescript": "~5.6.2",
"typescript-eslint": "^8.15.0",
"vite": "^6.0.1"
}
}