-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.55 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
{
"name": "portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"codegen": "graphql-codegen --config codegen.ts"
},
"dependencies": {
"@graphql-codegen/typescript-graphql-request": "^6.1.0",
"@headlessui/react": "^2.0.4",
"@heroicons/react": "^2.1.3",
"@sanity/code-input": "^4.1.4",
"@sanity/image-url": "^1.0.2",
"@sanity/react-loader": "^1.9.19",
"@vercel/analytics": "^1.3.1",
"@vercel/speed-insights": "^1.0.11",
"clsx": "^2.1.1",
"framer-motion": "^11.2.10",
"graphql": "^16.8.1",
"graphql-request": "^6.1.0",
"lenis": "^1.1.1",
"moment": "^2.30.1",
"next": "14.2.3",
"next-sanity": "^9.3.0",
"next-themes": "^0.3.0",
"next-view-transitions": "^0.2.0",
"nodemailer": "^6.9.13",
"prism-react-renderer": "^2.3.1",
"react": "^18",
"react-dom": "^18",
"sanity": "^3.43.0",
"tailwind-merge": "^2.3.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@graphql-codegen/cli": "5.0.2",
"@graphql-codegen/client-preset": "4.2.6",
"@graphql-codegen/typescript-operations": "^4.2.1",
"@parcel/watcher": "^2.4.1",
"@tailwindcss/typography": "^0.5.13",
"@types/node": "^20",
"@types/nodemailer": "^6.4.15",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.19",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5"
}
}