Files
tomasulo-simulator/package.json
2023-06-08 19:21:25 -03:00

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.4.4",
"react": "18.2.0",
"react-bootstrap": "^2.7.4",
"react-dom": "18.2.0"
}
}