-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
74 lines (74 loc) · 2.28 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"private": true,
"scripts": {
"dev": "next dev",
"generate": "graphql-codegen",
"prestart": "npm run generate",
"predev": "npm run generate",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@apollo/client": "^3.9.11",
"@apollo/experimental-nextjs-app-support": "^0.10.0",
"@headlessui/react": "^1.7.4",
"@heroicons/react": "^2.0.13",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-toast": "^1.1.5",
"@react-hook/window-size": "^3.1.1",
"@sanity/client": "^6.7.0",
"@sanity/image-url": "^1.0.2",
"@supabase/auth-ui-react": "^0.4.7",
"@supabase/auth-ui-shared": "^0.1.8",
"@supabase/supabase-js": "^2.42.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"cookies-next": "^4.1.1",
"eslint-config-next": "^14.0.0",
"framer-motion": "^7.10.3",
"graphql": "^16.8.1",
"graphql-request": "^6.1.0",
"imagemin": "^8.0.1",
"imagemin-jpegtran": "^7.0.0",
"imagemin-webp": "^8.0.0",
"js-cookie": "^3.0.5",
"lucide-react": "^0.291.0",
"next": "^14.0.0",
"next-usequerystate": "^1.9.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hooks-global-state": "^2.0.0",
"react-swipeable": "^7.0.0",
"react-use-keypress": "^1.3.1",
"sanity": "^3.19.1",
"tailwind-merge": "^2.0.0",
"tailwindcss-animate": "^1.0.7",
"usehooks-ts": "^2.9.1",
"zustand": "^4.4.6",
"zustand-utils": "^1.3.1"
},
"devDependencies": {
"@graphql-codegen/cli": "^5.0.0",
"@graphql-codegen/client-preset": "^4.1.0",
"@graphql-codegen/schema-ast": "^4.0.0",
"@graphql-codegen/typescript-graphql-request": "^6.0.1",
"@graphql-codegen/typescript-react-apollo": "^4.1.0",
"@types/js-cookie": "^3.0.6",
"@types/node": "^20.8.9",
"@types/react": "^18.2.33",
"autoprefixer": "^10.4.16",
"eslint": "^8.52.0",
"graphql-config": "^5.0.3",
"postcss": "^8.4.31",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.6",
"tailwindcss": "^3.3.5",
"typescript": "^5.2.2",
"vercel": "^32.5.0"
}
}