-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1006 Bytes
/
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
{
"name": "week-10-12-gild",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fontsource/roboto-flex": "^4.5.5",
"@heroicons/react": "^2.0.16",
"@supabase/auth-helpers-nextjs": "^0.5.6",
"@supabase/auth-helpers-react": "^0.3.1",
"@supabase/auth-ui-react": "^0.3.5",
"@supabase/auth-ui-shared": "^0.1.3",
"@supabase/supabase-js": "^2.12.1",
"airtable": "^0.11.6",
"autoprefixer": "^10.4.14",
"eslint": "8.36.0",
"eslint-config-next": "13.2.4",
"next": "13.2.4",
"postcss-cli": "^10.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.43.8",
"react-modal": "^3.16.1",
"react-phone-number-input": "^3.2.19",
"react-router-dom": "^6.10.0"
},
"devDependencies": {
"cypress": "^12.8.1",
"postcss": "^8.4.21",
"prettier": "2.8.7",
"tailwindcss": "^3.2.7"
}
}