45 lines
1.3 KiB
JSON
45 lines
1.3 KiB
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",
|
|
"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"
|
|
}
|
|
}
|