Files
tomasulo-simulator/package.json
2023-06-07 08:08:17 -03:00

19 lines
343 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",
"next": "13.4.4",
"react": "18.2.0",
"react-bootstrap": "^2.7.4",
"react-dom": "18.2.0"
}
}