-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.96 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.96 KB
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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"sanity": "sanity dev",
"sanity-import": "sanity dataset import lib/sanity/data/production.tar.gz production",
"sanity-export": "sanity dataset export development lib/sanity/data/production.tar.gz",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.7.18",
"@headlessui/tailwindcss": "^0.2.0",
"@heroicons/react": "^2.1.1",
"@portabletext/react": "^2.0.2",
"@radix-ui/react-select": "^1.2.2",
"@radix-ui/react-slot": "^1.0.2",
"@sanity/code-input": "^4.1.2",
"@sanity/icons": "^2.10.2",
"@sanity/image-url": "^1.0.2",
"@sanity/table": "^1.1.2",
"@sanity/types": "^3.29.1",
"@sanity/ui": "^2.0.3",
"@sanity/vision": "^3.29.1",
"@tailwindcss/typography": "^0.5.9",
"@vercel/og": "^0.5.1",
"@web3forms/react": "^1.1.3",
"class-variance-authority": "^0.7.0",
"clsx": "^1.2.1",
"date-fns": "^2.29.3",
"date-fns-tz": "^2.0.0",
"get-video-id": "^3.6.5",
"lucide-react": "^0.279.0",
"next": "^14.1.0",
"next-sanity": "^8.0.0",
"next-seo": "^5.15.0",
"next-sitemap": "^4.0.6",
"next-themes": "^0.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.50.1",
"react-iframe": "^1.8.5",
"react-refractor": "^2.1.7",
"refractor": "^4.8.1",
"styled-components": "^5.3.9",
"swr": "^2.2.5",
"tailwind-merge": "^1.14.0",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"autoprefixer": "^10.4.14",
"eslint": "^8.38.0",
"eslint-config-next": "^13.3.0",
"eslint-config-sanity": "^6.0.0",
"postcss": "^8.4.21",
"prettier": "^2.8.7",
"prettier-plugin-tailwindcss": "^0.2.7",
"sanity": "^3.29.1",
"sanity-plugin-asset-source-unsplash": "^1.1.2",
"sharp": "^0.32.0",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3"
}
}