{ "name": "next-template", "version": "0.1.0", "private": true, "scripts": { "develop": "next dev", "build": "next build", "prestart": "yarn install && next build", "start": "next start", "lint": "next lint", "prepare": "husky install" }, "dependencies": { "@emotion/react": "^11.11.1", "@emotion/styled": "^11.11.0", "@fortawesome/fontawesome-svg-core": "^6.4.2", "@fortawesome/free-brands-svg-icons": "^6.4.2", "@fortawesome/free-solid-svg-icons": "^6.4.2", "@fortawesome/react-fontawesome": "^0.2.0", "@mui/material": "^5.14.9", "formik": "^2.4.4", "gsap": "^3.12.2", "isomorphic-fetch": "^3.0.0", "next": "13.4.19", "next-connect": "^1.0.0", "react": "18.2.0", "react-dom": "18.2.0", "sharp": "^0.32.5", "swiper": "^10.2.0", "yup": "^1.2.0" }, "devDependencies": { "@commitlint/cli": "^17.7.1", "@commitlint/config-conventional": "^17.7.0", "@emotion/eslint-plugin": "^11.11.0", "@types/isomorphic-fetch": "^0.0.36", "@types/node": "20.6.0", "@types/react": "18.2.21", "@typescript-eslint/eslint-plugin": "^6.4.0", "@typescript-eslint/parser": "^5.38.0", "eslint": "^8.0.1", "eslint-config-next": "latest", "eslint-config-standard": "^17.0.0", "eslint-config-standard-with-typescript": "latest", "eslint-plugin-import": "^2.25.2", "eslint-plugin-n": "^15.0.0 || ^16.0.0 ", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^6.0.0", "eslint-plugin-react": "latest", "husky": "^8.0.3", "typescript": "*" } }