-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
67 lines (67 loc) · 1.89 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
{
"private": true,
"scripts": {
"predeploy": "npm run build",
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint",
"prepare": "husky install",
"format": "prettier --write \"src/**/*.{tsx,js,ts,css}\""
},
"dependencies": {
"@giscus/react": "^2.3.0",
"@next/font": "^13.1.1",
"@supabase/supabase-js": "^1.29.4",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/line-clamp": "^0.4.2",
"@tailwindcss/typography": "^0.5.8",
"@trivago/prettier-plugin-sort-imports": "^4.2.0",
"@types/nprogress": "^0.2.0",
"adblock-detect-react": "^1.0.5",
"clsx": "^1.2.1",
"encoding": "^0.1.13",
"esbuild": "^0.19.2",
"eslint-plugin-prettier": "^5.0.0",
"framer-motion": "^8.0.2",
"gray-matter": "^4.0.3",
"mdx-bundler": "^9.2.1",
"next": "^13.4.19",
"next-sanity": "^5.4.6",
"next-sitemap": "^4.2.3",
"next-themes": "^0.2.1",
"nprogress": "^0.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.7.1",
"react-image-lightbox": "^5.1.4",
"rehype": "^12.0.1",
"rehype-autolink-headings": "^6.1.1",
"rehype-prism-plus": "^1.4.0",
"rehype-slug": "^5.0.1",
"sharp": "^0.30.6",
"swr": "^2.0.0"
},
"devDependencies": {
"@netlify/plugin-nextjs": "^4.29.5-appdir.0",
"@next/eslint-plugin-next": "^13.4.19",
"@types/node": "20.5.6",
"@types/react": "^17.0.45",
"@types/react-dom": "^17.0.15",
"autoprefixer": "10.4.13",
"eslint": "^8.48.0",
"eslint-config-next": "^13.4.19",
"eslint-config-prettier": "^9.0.0",
"husky": "^8.0.2",
"postcss": "^8.4.20",
"prettier": "^3.0.2",
"prettier-plugin-tailwindcss": "^0.5.3",
"tailwindcss": "^3.2.4",
"typescript": "^4.5.2"
},
"resolution": {
"autoprefixer": "10.4.5"
}
}