Files
InfoGare-V.31/package.json

40 lines
922 B
JSON

{
"name": "infogare-creator",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/cache": "^11.14.0",
"@emotion/styled": "^11.13.0",
"@mui/icons-material": "^6.3.1",
"@mui/material": "^6.3.1",
"@mui/material-nextjs": "^6.3.1",
"bcryptjs": "^2.4.3",
"cookie": "^1.0.2",
"jose": "^5.9.6",
"jquery": "^3.7.1",
"mysql2": "^3.12.0",
"next": "^15.1.7",
"nodemailer": "^6.9.16",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"server-only": "^0.0.1",
"socket.io": "^4.8.1",
"socket.io-client": "^4.8.1",
"uuid": "^11.0.4"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"cross-env": "^7.0.3",
"eslint": "^9",
"eslint-config-next": "15.1.2",
"postcss": "^8",
"tailwindcss": "^3.4.1"
}
}