{ "name": "next-js-bookit", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev -p 3006", "build": "next build", "start": "next start -p 3006", "lint": "next lint" }, "dependencies": { "@stripe/stripe-js": "^1.35.0", "axios": "^0.27.2", "easyinvoice": "^2.3.3", "formik": "^2.2.9", "mdbreact": "^5.2.0", "next": "12.2.5", "next-auth": "^4.10.3", "next-redux-wrapper": "^7.0.5", "qs": "^6.11.0", "react": "18.2.0", "react-bootstrap": "^2.5.0", "react-bootstrap-typeahead": "^6.0.0", "react-datepicker": "^4.8.0", "react-dom": "18.2.0", "react-image-gallery": "^1.3.0", "react-js-pagination": "^3.0.3", "react-multi-carousel": "^2.8.2", "react-otp-input": "^3.1.1", "react-owl-carousel": "^2.3.3", "react-phone-input-2": "^2.15.1", "react-player": "^2.11.0", "react-rating": "^2.0.5", "react-redux": "^8.0.2", "react-toastify": "^9.0.8", "reactjs-otp-input": "^2.0.8", "redux": "^4.2.0", "redux-devtools-extension": "^2.13.9", "redux-thunk": "^2.4.1", "validator": "^13.7.0", "yup": "^0.32.11" }, "devDependencies": { "eslint": "8.23.0", "eslint-config-next": "12.2.5" }, "prettier": { "arrowParens": "avoid", "bracketSpacing": true, "htmlWhitespaceSensitivity": "css", "insertPragma": false, "jsxBracketSameLine": false, "jsxSingleQuote": false, "printWidth": 175, "proseWrap": "preserve", "quoteProps": "as-needed", "requirePragma": false, "semi": true, "singleQuote": false, "tabWidth": 2, "trailingComma": "none", "useTabs": false, "vueIndentScriptAndStyle": false, "rangeStart": 0 } }