-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.01 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
{
"name": "todays-lunch",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@auth0/nextjs-auth0": "3.5.0",
"@headlessui/react": "^1.7.18",
"@heroicons/react": "2.1.3",
"@tailwindcss/typography": "0.5.11",
"airtable": "0.12.2",
"mailersend": "2.2.0",
"next": "^14.1.1",
"next-pwa": "5.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "7.51.0",
"react-toastify": "10.0.4"
},
"devDependencies": {
"@types/node": "20.11.24",
"@types/react": "18.2.61",
"@types/react-dom": "^18.2.19",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"autoprefixer": "10.4.18",
"eslint": "8.57.0",
"eslint-config-next": "^14.1.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-tailwindcss": "3.14.3",
"postcss": "8.4.37",
"tailwindcss": "3.4.3",
"typescript": "5.4.3"
}
}