Update of packages and simplification

This commit is contained in:
Christian Anetzberger
2022-02-15 13:12:45 +01:00
parent 01907eb338
commit 3f9bbf2f27
22 changed files with 7086 additions and 6399 deletions

View File

@@ -6,39 +6,27 @@
"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"
"lint": "next lint"
},
"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-google-maps/api": "^2.7.0",
"axios": "^0.26.0",
"bootstrap": "^5.1.3",
"formik": "^2.2.9",
"gsap": "npm:@gsap/shockingly@^3.9.1",
"next": "12.0.10",
"nodemailer": "^6.7.2",
"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"
"react-dropzone": "^12.0.4",
"react-svg": "^14.1.11",
"react-transition-group": "^4.4.2",
"sass": "^1.49.7",
"sharp": "^0.30.1",
"yup": "^0.32.11"
},
"devDependencies": {
"eslint": "8.9.0",
"eslint-config-next": "12.0.10"
}
}