{ "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" } }