Preparacion del proyecto

This commit is contained in:
jorgemike
2025-04-01 09:50:01 -06:00
parent 94b752df72
commit 37bf6a6396
37 changed files with 1914 additions and 320 deletions
+7 -4
View File
@@ -9,17 +9,20 @@
"lint": "next lint"
},
"dependencies": {
"bootstrap": "^5.3.3",
"bootstrap-icons": "^1.11.3",
"next": "15.2.4",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"next": "15.2.4"
"react-dom": "^19.0.0"
},
"devDependencies": {
"typescript": "^5",
"@eslint/eslintrc": "^3",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.2.4",
"@eslint/eslintrc": "^3"
"sass": "^1.86.1",
"typescript": "^5"
}
}