-
Notifications
You must be signed in to change notification settings - Fork 41
/
Copy pathpackage.json
42 lines (42 loc) · 1.03 KB
/
package.json
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
{
"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.18",
"axios": "^1.6.8",
"crisp-sdk-web": "^1.0.22",
"eslint": "8.47.0",
"eslint-config-next": "13.4.19",
"form-data": "^4.0.0",
"mailgun.js": "^9.4.1",
"mongodb": "^5.9.2",
"mongoose": "^7.6.10",
"next": "^14.1.4",
"next-auth": "^4.24.7",
"next-plausible": "^3.12.0",
"next-sitemap": "^4.2.3",
"nextjs-toploader": "^1.6.11",
"nodemailer": "^6.9.13",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.1",
"react-syntax-highlighter": "^15.5.0",
"react-tooltip": "^5.26.3",
"stripe": "^13.11.0"
},
"devDependencies": {
"autoprefixer": "^10.4.19",
"daisyui": "^4.10.1",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3"
}
}