-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
50 lines (50 loc) · 1.47 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
43
44
45
46
47
48
49
50
{
"name": "sanavaulth",
"version": "0.1.0",
"private": true,
"license": "GPL-3",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"codegen": "graphql-codegen --config codegen.ts"
},
"dependencies": {
"@apollo/client": "^3.7.1",
"@graphql-codegen/fragment-matcher": "^3.3.1",
"@graphql-codegen/introspection": "^2.2.1",
"@graphql-codegen/near-operation-file-preset": "^2.4.4",
"@graphql-codegen/typescript-operations": "^2.5.7",
"@next/font": "^13.0.3",
"@radix-ui/react-dialog": "^1.0.2",
"@supabase/auth-helpers-nextjs": "^0.5.2",
"@supabase/auth-helpers-react": "^0.3.1",
"@supabase/auth-ui-react": "^0.2.6",
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.8",
"eslint": "8.27.0",
"eslint-config-next": "13.0.3",
"graphql": "^16.6.0",
"i18next": "^22.0.5",
"next": "13.0.3",
"next-i18next": "^12.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.39.4",
"react-i18next": "^12.0.0",
"tailwind-merge": "^1.8.0",
"typescript": "4.8.4"
},
"devDependencies": {
"@graphql-codegen/cli": "2.13.12",
"@graphql-codegen/client-preset": "1.1.4",
"@graphql-codegen/typescript": "^2.8.2",
"@graphql-codegen/typescript-react-apollo": "^3.3.6",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.19",
"supabase": "^1.14.3",
"tailwindcss": "^3.2.3"
}
}