-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.41 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
{
"name": "portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.7.19",
"@headlessui/tailwindcss": "^0.2.1",
"@portabletext/react": "^3.1.0",
"@sanity/code-input": "^4.1.4",
"@sanity/image-url": "^1.0.2",
"@sanity/orderable-document-list": "^1.2.2",
"@sanity/vision": "^3.57.4",
"@types/node": "20.11.5",
"@types/react": "18.2.48",
"@types/react-dom": "18.2.18",
"@vercel/analytics": "^1.3.1",
"@vercel/speed-insights": "^1.0.12",
"date-fns": "^3.6.0",
"easymde": "^2.18.0",
"eslint": "8.56.0",
"eslint-config-next": "14.1.0",
"formik": "^2.4.6",
"framer-motion": "^11.5.5",
"next": "14.1.0",
"next-sanity": "^7.1.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^5.3.0",
"react-markdown": "^9.0.1",
"react-query": "^3.39.3",
"react-syntax-highlighter": "^15.5.0",
"resend": "^3.5.0",
"sanity": "^3.57.4",
"sanity-plugin-markdown": "^4.1.2",
"sanity-plugin-singleton-tools": "^1.1.0",
"sharp": "^0.33.5",
"typescript": "5.3.3",
"use-open-window": "^1.5.2",
"yup": "^1.4.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.15",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/refractor": "^3.4.1",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.12"
}
}