Files
gh-christianlouis-inboxconv…/frontend/package.json
T
Christian Krakau-Louis 4338490fa3 Merge pull request #50 from christianlouis/dependabot/npm_and_yarn/frontend/lucide-react-0.577.0
chore(deps): bump lucide-react from 0.563.0 to 0.577.0 in /frontend
2026-03-23 13:26:05 +01:00

31 lines
653 B
JSON

{
"name": "frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@tanstack/react-query": "^5.90.20",
"axios": "^1.13.5",
"lucide-react": "^0.577.0",
"next": "16.1.7",
"react": "19.2.3",
"react-dom": "19.2.4",
"zustand": "^5.0.11"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.1.6",
"tailwindcss": "^4",
"typescript": "^5"
}
}