Portfolio-v3/package.json
dependabot[bot] 2ca3738698
Bump lucide-react from 0.89.0 to 0.102.0
Bumps [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) from 0.89.0 to 0.102.0.
- [Release notes](https://github.com/lucide-icons/lucide/releases)
- [Commits](https://github.com/lucide-icons/lucide/commits/v0.102.0/packages/lucide-react)

---
updated-dependencies:
- dependency-name: lucide-react
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-24 12:16:54 +00:00

23 lines
485 B
JSON

{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next export"
},
"dependencies": {
"framer-motion": "^7.6.11",
"lucide-react": "^0.102.0",
"next": "^13.0.5",
"prop-types": "^15.8.1",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"simple-icons": "^7.20.0"
},
"devDependencies": {
"autoprefixer": "^10.4.11",
"postcss": "^8.4.13",
"tailwindcss": "^3.0.24"
}
}