mirror of
https://github.com/guilhermewerner/image-caption-api
synced 2025-06-15 14:35:13 +00:00
Bumps [next](https://github.com/vercel/next.js) from 13.5.4 to 14.2.10. - [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/v13.5.4...v14.2.10) --- updated-dependencies: - dependency-name: next dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
27 lines
609 B
JSON
27 lines
609 B
JSON
{
|
|
"name": "image-caption",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"bootstrap": "^5.3.2",
|
|
"next": "14.2.10",
|
|
"react": "^18",
|
|
"react-bootstrap": "^2.9.0",
|
|
"react-dom": "^18",
|
|
"react-icons": "^4.11.0",
|
|
"sass": "^1.69.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20",
|
|
"@types/react": "^18",
|
|
"@types/react-dom": "^18",
|
|
"typescript": "^5"
|
|
}
|
|
}
|