-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
72 lines (72 loc) · 2.13 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
{
"name": "next-shadcn-sanity-blog",
"version": "0.1.0",
"private": true,
"author": {
"name": "kaganmert",
"url": "https://github.com/kaganmert"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prettier": "prettier . --write"
},
"dependencies": {
"@headlessui/react": "^1.7.18",
"@portabletext/react": "^3.0.17",
"@portabletext/toolkit": "^2.0.14",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-hover-card": "^1.0.7",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-navigation-menu": "^1.1.4",
"@radix-ui/react-progress": "^1.0.3",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-toggle": "^1.0.3",
"@sanity/code-input": "^4.1.4",
"@sanity/color-input": "^3.1.1",
"@sanity/image-url": "1.0.2",
"@sanity/vision": "3.37.2",
"@tabler/icons-react": "^3.1.0",
"@tsparticles/engine": "^3.3.0",
"@tsparticles/react": "^3.0.0",
"@tsparticles/slim": "^3.3.0",
"@vercel/analytics": "^1.2.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"date-fns": "^3.6.0",
"framer-motion": "^11.0.27",
"geist": "^1.3.0",
"lucide-react": "^0.367.0",
"mini-svg-data-uri": "^1.4.4",
"next": "14.1.4",
"next-sanity": "^9.0.0",
"next-themes": "^0.3.0",
"react": "^18.2.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.2.0",
"react-refractor": "^3.1.1",
"react-syntax-highlighter": "^15.5.0",
"sanity": "3.37.2",
"styled-components": "6.1.8",
"tailwind-merge": "^2.2.2",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@portabletext/types": "^2.0.12",
"@types/node": "^20.12.7",
"@types/react": "^18.2.75",
"@types/react-copy-to-clipboard": "^5.0.7",
"@types/react-dom": "^18.2.24",
"@types/react-syntax-highlighter": "^15.5.11",
"autoprefixer": "^10.4.19",
"eslint": "^9.0.0",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5"
}
}