anycoder-6d5b65da / package.json
Mehdi
Upload package.json with huggingface_hub
2419f81 verified
Raw
History Blame
1.27 kB
{
"name": "ghadirsync-ai",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"next": "14.0.4",
"react": "^18",
"react-dom": "^18",
"react-icons": "^4.12.0",
"framer-motion": "^10.16.16",
"react-markdown": "^9.0.1",
"react-syntax-highlighter": "^15.5.0",
"prismjs": "^1.29.0",
"react-hot-toast": "^2.4.1",
"axios": "^1.6.2",
"socket.io-client": "^4.7.4",
"monaco-editor": "^0.45.0",
"@monaco-editor/react": "^4.6.0",
"react-dropzone": "^14.2.3",
"react-select": "^5.8.0",
"date-fns": "^2.30.0",
"uuid": "^9.0.1",
"js-cookie": "^3.0.5",
"react-speech-kit": "^3.0.1",
"react-webcam": "^7.1.1",
"canvas": "^2.11.2",
"ffmpeg-static": "^5.2.0",
"fluent-ffmpeg": "^2.1.2"
},
"devDependencies": {
"typescript": "^5",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/uuid": "^9.0.7",
"@types/js-cookie": "^3.0.6",
"@types/fluent-ffmpeg": "^2.1.24",
"autoprefixer": "^10.0.1",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"eslint": "^8",
"eslint-config-next": "14.0.4"
}
}