This commit is contained in:
Christian Anetzberger
2022-01-29 20:48:35 +01:00
commit 01907eb338
144 changed files with 11275 additions and 0 deletions

44
package.json Normal file
View File

@@ -0,0 +1,44 @@
{
"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",
"update": "ncu -u && yarn install",
"deploy": "git pull && yarn install && yarn build && pm2 restart 0"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/react-fontawesome": "^0.1.14",
"@fullhuman/postcss-purgecss": "^4.0.3",
"@react-google-maps/api": "^2.1.1",
"axios": "^0.21.1",
"babel-plugin-styled-components": "^1.12.0",
"bootstrap": "^5.0.0-beta2",
"bootstrap-icons": "^1.4.0",
"classnames": "^2.2.6",
"formik": "^2.2.6",
"gsap": "file:./node_addons/gsap-bonus.tgz",
"imagemin-mozjpeg": "^9.0.0",
"imagemin-svgo": "^9.0.0",
"next": "10.0.9",
"next-compose-plugins": "^2.2.1",
"next-optimized-images": "^2.6.2",
"nodemailer": "^6.5.0",
"postcss": "^8.2.8",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-preset-env": "^6.7.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-dropzone": "^11.3.2",
"react-svg": "^12.1.0",
"react-transition-group": "^4.4.1",
"sass": "^1.32.8",
"styled-components": "^5.2.1",
"webpack": "^5.28.0",
"yup": "^0.32.9"
}
}