Initial commit from Create Next App

Este commit está contenido en:
ale
2025-12-03 23:39:22 +01:00
commit d0c05d13b1
Se han modificado 17 ficheros con 6845 adiciones y 0 borrados

26
package.json Archivo normal
Ver fichero

@@ -0,0 +1,26 @@
{
"name": "hasher",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"next": "16.0.7",
"react": "19.2.0",
"react-dom": "19.2.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.0.7",
"tailwindcss": "^4",
"typescript": "^5"
}
}