mirror of
https://github.com/guilhermewerner/tomasulo-simulator
synced 2025-06-15 13:24:20 +00:00
Bumps [next](https://github.com/vercel/next.js) from 13.4.4 to 13.5.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/v13.4.4...v13.5.0) --- updated-dependencies: - dependency-name: next dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
20 lines
427 B
JSON
20 lines
427 B
JSON
{
|
|
"name": "tomasulo",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"bootstrap": "5.3.0-alpha3",
|
|
"formik": "^2.4.1",
|
|
"next": "13.5.0",
|
|
"react": "18.2.0",
|
|
"react-bootstrap": "^2.7.4",
|
|
"react-dom": "18.2.0"
|
|
}
|
|
}
|