Portfolio-v3/package.json
dependabot[bot] 2ff0aeb554
Bump framer-motion from 7.3.5 to 7.6.9
Bumps [framer-motion](https://github.com/framer/motion) from 7.3.5 to 7.6.9.
- [Release notes](https://github.com/framer/motion/releases)
- [Changelog](https://github.com/framer/motion/blob/main/CHANGELOG.md)
- [Commits](https://github.com/framer/motion/compare/v7.3.5...v7.6.9)

---
updated-dependencies:
- dependency-name: framer-motion
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-23 06:08:45 +00:00

23 lines
483 B
JSON

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