-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 2.17 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
{
"name": "sanity-portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"host": "next start -p 80"
},
"dependencies": {
"@clerk/nextjs": "^4.23.1",
"@clerk/themes": "^1.7.5",
"@emotion/css": "^11.11.2",
"@headlessui/react": "^1.7.16",
"@portabletext/react": "^3.0.4",
"@radix-ui/react-dialog": "^1.0.4",
"@radix-ui/react-dropdown-menu": "^2.0.5",
"@radix-ui/react-slot": "^1.0.2",
"@sanity/client": "^6.1.7",
"@sanity/image-url": "^1.0.2",
"@types/node": "20.4.2",
"@types/react": "18.2.15",
"@types/react-dom": "18.2.7",
"autoprefixer": "10.4.14",
"class-variance-authority": "^0.7.0",
"clipboard": "^2.0.11",
"clsx": "^2.0.0",
"cmdk": "^0.2.0",
"easymde": "^2.18.0",
"eslint": "8.45.0",
"eslint-config-next": "13.4.10",
"framer-motion": "^10.13.0",
"lucide-react": "^0.262.0",
"next": "^13.4.12",
"next-mdx-remote": "^4.4.1",
"next-sanity": "^5.1.2",
"next-themes": "^0.2.1",
"parse-numeric-range": "^1.3.0",
"postcss": "8.4.26",
"prism-themes": "^1.9.0",
"prismjs": "^1.29.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-markdown": "^8.0.7",
"react-syntax-highlighter": "^15.5.0",
"rehype-code-titles": "^1.2.0",
"rehype-format": "^4.0.1",
"rehype-highlight": "^6.0.0",
"rehype-prism": "^2.2.2",
"rehype-prism-plus": "^1.6.1",
"rehype-raw": "^6.1.1",
"rehype-slug": "^5.1.0",
"rehype-stringify": "^9.0.3",
"remark": "^14.0.3",
"remark-gfm": "^3.0.1",
"remark-highlight.js": "^7.0.1",
"remark-parse": "^10.0.2",
"remark-prism": "^1.3.6",
"remark-rehype": "^10.1.0",
"sanity": "^3.8.3",
"sanity-plugin-markdown": "^4.1.0",
"sharp": "^0.32.4",
"styled-components": "^5.3.11",
"tailwind-merge": "^1.14.0",
"tailwindcss": "3.3.3",
"tailwindcss-animate": "^1.0.6",
"typescript": "5.1.6",
"unified": "^10.1.2"
},
"devDependencies": {
"@types/prismjs": "^1.26.0",
"@types/react-syntax-highlighter": "^15.5.7",
"@types/remark-prism": "^1.3.4"
}
}