Commit f50d0658 by jay

package.json added

1 parent 3f6e1486
......@@ -39,5 +39,5 @@ yarn-error.log*
next-env.d.ts
# node
package.json
# package.json
package-lock.json
\ No newline at end of file
{
"name": "next-js-bookit",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"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-js-pagination": "^3.0.3",
"react-multi-carousel": "^2.8.2",
"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",
"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
}
}
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!