Portfolio-v3/package.json
dependabot[bot] 3c69cc1ae5
Bump next from 12.2.5 to 12.3.0
Bumps [next](https://github.com/vercel/next.js) from 12.2.5 to 12.3.0.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v12.2.5...v12.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-11 12:36:27 +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": "^6.3.3",
"lucide-react": "^0.88.0",
"next": "^12.3.0",
"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"
}
}