-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.92 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
{
"name": "jotyy.space",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",
"graphql-codegen:generate": "graphql-codegen -r dotenv/config --config codegen.ts",
"graphql-codegen:watch": "graphql-codegen --watch -r dotenv/config --config codegen.ts"
},
"dependencies": {
"@contentful/live-preview": "^2.17.4",
"@contentful/rich-text-react-renderer": "^15.21.2",
"@hookform/resolvers": "^3.6.0",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-scroll-area": "^1.1.0",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"date-fns": "^3.6.0",
"framer-motion": "^11.2.11",
"graphql": "^16.9.0",
"next": "15.1.4",
"next-themes": "^0.2.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-hook-form": "^7.52.0",
"react-intersection-observer": "^9.10.3",
"react-wrap-balancer": "^1.1.1",
"resend": "^3.3.0",
"sonner": "^1.5.0",
"sugar-high": "^0.6.1",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"tech-stack-icons": "^2.0.3",
"vaul": "^0.9.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@contentful/rich-text-types": "^16.5.2",
"@graphql-codegen/cli": "^5.0.2",
"@graphql-codegen/client-preset": "^4.3.0",
"@graphql-codegen/introspection": "^4.0.3",
"@types/node": "^20.14.8",
"@types/react": "19.0.4",
"@types/react-dom": "19.0.2",
"autoprefixer": "^10.4.19",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
"eslint-config-next": "15.1.4",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.4",
"typescript": "^5.5.2",
"typescript-graphql-request": "^4.4.6"
},
"overrides": {
"@types/react": "19.0.4",
"@types/react-dom": "19.0.2"
}
}