Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Jay Mehta
/
zango-frontend
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Registry
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit f50d0658
authored
2024-02-14 12:51:08 +0530
by
jay
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
package.json added
1 parent
3f6e1486
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
63 additions
and
1 deletions
.gitignore
package.json
.gitignore
View file @
f50d065
...
...
@@ -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
package.json
0 → 100644
View file @
f50d065
{
"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
}
}
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment