Reordenando ficheros y subida de documentacion

This commit is contained in:
Carlos Narro
2026-05-27 10:27:27 +02:00
parent 6388fcaba1
commit a9ad2d7e31
52 changed files with 4707 additions and 79 deletions

27
mvp/b2c/package.json Normal file
View File

@@ -0,0 +1,27 @@
{
"name": "landing-page",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@tailwindcss/postcss": "^4.3.0",
"next": "16.2.6",
"postcss": "^8.5.15",
"react": "19.2.4",
"react-dom": "19.2.4",
"tailwindcss": "^4.3.0"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.2.6",
"typescript": "^5"
}
}