-
Notifications
You must be signed in to change notification settings - Fork 42
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.09 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.09 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
{
"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": {
"@fortawesome/fontawesome-free": "^6.4.2",
"@headlessui/react": "^1.7.17",
"@supabase/auth-helpers-nextjs": "^0.8.1",
"@supabase/supabase-js": "^2.38.3",
"airtable": "^0.12.2",
"axios": "^1.4.0",
"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",
"next": "^14.0.0",
"next-plausible": "^3.11.3",
"next-sitemap": "^4.2.2",
"nextjs-toploader": "^1.4.2",
"nodemailer": "^6.9.4",
"papaparse": "^5.4.1",
"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",
"stripe": "^13.2.0"
},
"devDependencies": {
"autoprefixer": "^10.4.15",
"daisyui": "^3.6.1",
"postcss": "^8.4.28",
"tailwindcss": "^3.3.3"
}
}