-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
94 lines (94 loc) · 2.83 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "portfolio-website",
"version": "2.0.0",
"private": true,
"scripts": {
"generate": "node app\\api\\chat\\engine\\generate.mjs",
"dev": "next dev",
"build": "next build",
"format": "pnpm exec prettier . --write",
"lint:fix": "pnpm format && pnpm lint --fix",
"start": "next start",
"lint": "next lint",
"type-check": "tsc --noEmit"
},
"dependencies": {
"@gsap/react": "^2.1.0",
"@hookform/resolvers": "^3.3.4",
"@next/bundle-analyzer": "^14.2.1",
"@next/env": "14.1.4",
"@phosphor-icons/react": "^2.1.4",
"@portabletext/react": "^3.0.18",
"@portabletext/types": "^2.0.13",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.2",
"@sanity/code-input": "^4.1.4",
"@sanity/demo": "2.0.0",
"@sanity/icons": "2.11.6",
"@sanity/image-url": "1.0.2",
"@sanity/orderable-document-list": "^1.2.1",
"@sanity/preview-url-secret": "1.6.5",
"@sanity/react-loader": "1.9.6",
"@sanity/ui": "2.0.14",
"@sanity/vision": "3.36.4",
"@sentry/nextjs": "^8.15.0",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/typography": "0.5.12",
"@vercel/analytics": "^1.2.2",
"ai": "^3.0.19",
"aws4": "^1.12.0",
"class-variance-authority": "^0.7.0",
"classnames": "2.5.1",
"clsx": "^2.1.0",
"date-fns": "3.6.0",
"dotenv": "^16.4.5",
"embla-carousel-react": "^8.0.2",
"gsap": "^3.12.5",
"jotai": "^2.8.0",
"js-tiktoken": "^1.0.12",
"llamaindex": "0.3.10",
"lucide-react": "^0.365.0",
"next": "14.2.4",
"next-sanity": "8.5.1",
"next-sanity-image": "^6.1.1",
"next-themes": "^0.3.0",
"prettier-plugin-merge": "^0.6.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hook-form": "^7.51.3",
"resend": "^3.2.0",
"rxjs": "7.8.1",
"sanity": "3.36.4",
"sanity-plugin-asset-source-unsplash": "2.0.1",
"schema-dts": "^1.1.2",
"server-only": "0.0.1",
"slugify": "^1.6.6",
"sonner": "^1.4.41",
"styled-components": "6.1.8",
"tailwind-merge": "^2.2.2",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.22.4"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.2.1",
"@shikijs/transformers": "^1.10.3",
"@svgr/webpack": "^8.1.0",
"@types/react": "18.2.74",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
"autoprefixer": "10.4.19",
"eslint": "^8.57.0",
"eslint-config-next": "14.2.4",
"eslint-config-prettier": "^9.1.0",
"postcss": "8.4.38",
"prettier": "3.2.5",
"prettier-plugin-classnames": "^0.7.0",
"prettier-plugin-tailwindcss": "0.5.13",
"shiki": "^1.10.3",
"tailwindcss": "3.4.3",
"typescript": "5.4.2"
}
}