Files
www.prothmann.com/package.json
Christian Anetzberger 7ac213d208 Small fixes
2023-01-30 22:44:15 +01:00

32 lines
742 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",
"formik": "^2.2.9",
"gsap": "file:./node_addons/gsap-bonus.tgz",
"next": "13.1.6",
"nodemailer": "^6.9.1",
"react": "18.2.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"
}
}