mirror of
https://github.com/guilhermewerner/tomasulo-simulator
synced 2025-06-15 13:24:20 +00:00
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.4.4",
|
|
"react": "18.2.0",
|
|
"react-bootstrap": "^2.7.4",
|
|
"react-dom": "18.2.0"
|
|
}
|
|
}
|