Files
przekroj/package.json
2022-02-17 14:48:59 +01:00

28 lines
603 B
JSON

{
"name": "wastpol",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"export": "next build && next export",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@supercharge/request-ip": "^1.1.2",
"child_process": "^1.0.2",
"next": "^12.0.10",
"next-auth": "^4.2.1",
"nodemailer": "^6.7.2",
"react": "17.0.2",
"react-dom": "17.0.2"
},
"devDependencies": {
"autoprefixer": "^10.4.0",
"eslint": "8.4.1",
"eslint-config-next": "12.0.7",
"postcss": "^8.4.5",
"tailwindcss": "^3.0.7"
}
}