Update package.json

This commit is contained in:
Werner
2023-06-08 19:21:25 -03:00
parent 1bcedba0bd
commit 4483e03e15

View File

@ -1,19 +1,19 @@
{ {
"name": "tomasulo", "name": "tomasulo",
"version": "0.1.0", "version": "0.1.0",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "next dev", "dev": "next dev",
"build": "next build", "build": "next build",
"start": "next start", "start": "next start",
"lint": "next lint" "lint": "next lint"
}, },
"dependencies": { "dependencies": {
"bootstrap": "^5.3.0", "bootstrap": "5.3.0-alpha3",
"formik": "^2.4.1", "formik": "^2.4.1",
"next": "13.4.4", "next": "13.4.4",
"react": "18.2.0", "react": "18.2.0",
"react-bootstrap": "^2.7.4", "react-bootstrap": "^2.7.4",
"react-dom": "18.2.0" "react-dom": "18.2.0"
} }
} }