RealtimeSDWebRTC / frontend /package.json
Jon Taylor
UI build
76b9248
raw
history blame contribute delete
881 Bytes
{
"name": "frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@daily-co/daily-js": "^0.55.1",
"@daily-co/daily-react": "^0.16.0",
"@mantine/core": "^7.3.1",
"@mantine/form": "^7.3.1",
"@mantine/hooks": "^7.3.1",
"@tabler/icons-react": "^2.44.0",
"add": "^2.0.6",
"formik": "^2.4.5",
"next": "14.0.3",
"nextjs": "^0.0.3",
"react": "^18",
"react-dom": "^18",
"recoil": "^0.7.7",
"yarn": "^1.22.21"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.7",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.0.3",
"postcss": "^8",
"postcss-preset-mantine": "^1.11.1",
"postcss-simple-vars": "^7.0.1",
"tailwindcss": "^3.3.0"
}
}