quiniela-sembradores-frontend/package.json

37 lines
855 B
JSON
Raw Permalink Normal View History

2026-03-08 11:44:33 -06:00
{
"name": "fe",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --port 3001",
2026-03-08 11:44:33 -06:00
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@emotion/cache": "^11.14.0",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@fontsource/roboto": "^5.2.10",
"@mui/icons-material": "^7.3.9",
"@mui/material": "^7.3.9",
"@mui/material-nextjs": "^7.3.9",
"add": "^2.0.6",
"flag-icons": "^7.5.0",
2026-03-08 11:44:33 -06:00
"next": "16.1.6",
"react": "19.2.3",
"react-dom": "19.2.3",
"yarn": "^1.22.22"
2026-03-08 11:44:33 -06:00
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "16.1.6",
"tailwindcss": "^4",
"typescript": "^5"
}
}