27 lines
569 B
JSON
27 lines
569 B
JSON
{
|
|
"name": "strona",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"export": "next build && next export",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@socialgouv/matomo-next": "^1.4.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"
|
|
}
|
|
}
|