forked from gabrielemuscogiuri/ShipFast-clone-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.12 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "ship-fast-code",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@auth/mongodb-adapter": "^1.0.0",
"@headlessui/react": "^1.7.17",
"axios": "^1.4.0",
"buffer": "^6.0.3",
"crisp-sdk-web": "^1.0.21",
"eslint": "8.47.0",
"eslint-config-next": "13.4.19",
"form-data": "^4.0.0",
"mailgun.js": "^9.2.1",
"micro": "^10.0.1",
"mongodb": "^5.8.0",
"mongoose": "^7.4.4",
"next": "^13.4.12",
"next-auth": "^4.23.1",
"next-sitemap": "^4.2.2",
"nextjs-progressbar": "^0.0.16",
"nodemailer": "^6.9.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.1",
"react-syntax-highlighter": "^15.5.0",
"react-tooltip": "^5.21.1",
"resend": "^6.1.2",
"stream-browserify": "^3.0.0",
"stripe": "^13.2.0",
"util": "^0.12.5"
},
"devDependencies": {
"autoprefixer": "^10.4.15",
"daisyui": "^3.6.1",
"postcss": "^8.4.28",
"tailwindcss": "^3.3.3"
}
}