Bumps [next](https://github.com/vercel/next.js) from 12.3.0 to 13.0.5. - [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.3.0...v13.0.5) --- updated-dependencies: - dependency-name: next dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
23 lines
483 B
JSON
23 lines
483 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"export": "next export"
|
|
},
|
|
"dependencies": {
|
|
"framer-motion": "^7.3.5",
|
|
"lucide-react": "^0.89.0",
|
|
"next": "^13.0.5",
|
|
"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"
|
|
}
|
|
}
|