-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.64 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
{
"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 production lib/sanity/data/production.tar.gz",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.7.14",
"@heroicons/react": "^2.0.17",
"@portabletext/react": "^2.0.3",
"@sanity/code-input": "^4.1.0",
"@sanity/icons": "^2.3.1",
"@sanity/image-url": "^1.0.2",
"@sanity/table": "^1.0.1",
"@sanity/types": "^3.10.0",
"@sanity/ui": "^1.3.3",
"@sanity/vision": "^3.10.0",
"@tailwindcss/typography": "^0.5.9",
"@vercel/og": "^0.5.4",
"@web3forms/react": "^1.1.3",
"clsx": "^1.2.1",
"date-fns": "^2.30.0",
"get-video-id": "^3.6.5",
"next": "^13.4.1",
"next-sanity": "^4.3.2",
"next-seo": "^5.15.0",
"next-sitemap": "^4.0.9",
"next-themes": "^0.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.43.9",
"react-iframe": "^1.8.5",
"react-refractor": "^2.1.7",
"sanity": "^3.10.0",
"sanity-plugin-asset-source-unsplash": "^1.0.6",
"styled-components": "^5.3.10",
"swr": "^2.1.5",
"typescript": "^5.0.4"
},
"devDependencies": {
"autoprefixer": "^10.4.14",
"eslint": "^8.40.0",
"eslint-config-next": "^13.4.1",
"eslint-config-sanity": "^6.0.0",
"postcss": "^8.4.23",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.2.8",
"sharp": "^0.32.1",
"tailwindcss": "^3.3.2"
}
}