Files
wastpol/package.json
2025-12-03 13:05:11 +01:00

26 lines
526 B
JSON

{
"name": "strona",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@socialgouv/matomo-next": "^1.3.0",
"axios": "^0.26.1",
"next": "12.0.10",
"nodemailer": "^6.7.3",
"react": "17.0.2",
"react-dom": "17.0.2"
},
"devDependencies": {
"autoprefixer": "^10.4.2",
"eslint": "8.8.0",
"eslint-config-next": "12.0.10",
"postcss": "^8.4.6",
"tailwindcss": "^3.0.19"
}
}