anycoder-6d5b65da / package.json
Mehdi
Upload package.json with huggingface_hub
28910fb verified
Raw
History Blame Contribute Delete
898 Bytes
{
"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.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.4.0",
"postcss": "^8.4.31",
"autoprefixer": "^10.4.16",
"next-pwa": "^5.6.0",
"react-icons": "^4.10.1",
"axios": "^1.6.2",
"localforage": "^1.10.0",
"js-cookie": "^3.0.5",
"persian-date": "^1.2.0",
"react-syntax-highlighter": "^15.5.0",
"react-markdown": "^8.0.7",
"react-code-blocks": "^0.0.8",
"react-modal": "^3.16.1"
},
"devDependencies": {
"@types/node": "^20.11.0",
"@types/react": "^18.2.41",
"@types/react-dom": "^18.2.18",
"typescript": "^5.3.0",
"eslint": "^8.56.0",
"eslint-config-next": "14.1.0"
}
}