Portfolio-v3/package.json
dependabot[bot] e31d70ca24
Bump framer-motion from 6.5.1 to 7.3.2
Bumps [framer-motion](https://github.com/framer/motion) from 6.5.1 to 7.3.2.
- [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/v6.5.1...v7.3.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-11 12:36:35 +00:00

23 lines
482 B
JSON

{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next export"
},
"dependencies": {
"framer-motion": "^7.3.2",
"lucide-react": "^0.88.0",
"next": "^12.1.6",
"prop-types": "^15.8.1",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"simple-icons": "^6.21.0"
},
"devDependencies": {
"autoprefixer": "^10.4.7",
"postcss": "^8.4.13",
"tailwindcss": "^3.0.24"
}
}