{ "name": "@landing/013-next", "version": "0.0.1", "private": true, "scripts": { "dev": "next dev", "build": "next build", "serve": "next start", "export": "next export", "postbuild": "next-sitemap" }, "dependencies": { "@material-ui/core": "^4.11.3", "material-ui-icons": "^1.0.0-beta.36", "mdbreact": "^5.0.1", "next": "^10.0.5", "next-compose-plugins": "^2.2.1", "next-optimized-images": "^2.6.2", "polished": "^4.0.5", "rc-drawer": "^4.2.1", "rc-tabs": "^11.7.3", "react": "^17.0.1", "react-dom": "^17.0.1", "react-ga": "^3.3.0", "react-icons": "^4.1.0", "react-masonry-component": "^6.2.1", "react-scroll": "^1.8.1", "react-stickynode": "^3.0.4", "sass": "^1.32.8", "swiper": "^6.4.5", "theme-ui": "^0.3.5" }, "devDependencies": { "imagemin-mozjpeg": "^9.0.0", "imagemin-optipng": "^8.0.0", "imagemin-svgo": "^8.0.0", "next-sitemap": "^1.4.5" } }