34 lines
805 B
JSON
34 lines
805 B
JSON
{
|
|
"name": "www.prothmann.com",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"start": "next start -p 3001",
|
|
"build": "NODE_ENV=production next build",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@react-google-maps/api": "^2.18.1",
|
|
"axios": "^1.2.6",
|
|
"bootstrap": "^5.2.3",
|
|
"cookies-next": "^2.1.1",
|
|
"formik": "^2.2.9",
|
|
"gsap": "file:./node_addons/gsap-bonus.tgz",
|
|
"next": "13.1.6",
|
|
"nodemailer": "^6.9.1",
|
|
"react": "18.2.0",
|
|
"react-bootstrap": "^2.7.0",
|
|
"react-dom": "18.2.0",
|
|
"react-dropzone": "^14.2.3",
|
|
"react-transition-group": "^4.4.5",
|
|
"sass": "^1.57.1",
|
|
"sharp": "^0.31.3",
|
|
"yup": "^0.32.11"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "8.33.0",
|
|
"eslint-config-next": "13.1.6"
|
|
}
|
|
}
|