-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.71 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
{
"name": "jebraat.com",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint && prettier --write ."
},
"dependencies": {
"@headlessui/react": "^1.6.6",
"@heroicons/react": "^2.0.10",
"@supabase/supabase-js": "^1.35.6",
"classnames": "^2.3.1",
"dayjs": "^1.11.4",
"github-slugger": "^1.4.0",
"gray-matter": "^4.0.3",
"is-mobile": "^3.1.1",
"mdast-util-to-string": "^3.1.0",
"next": "12.2.2",
"next-mdx-remote": "^4.0.3",
"next-themes": "^0.2.0",
"react": "18.2.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "18.2.0",
"reading-time": "^1.5.0",
"rehype-autolink-headings": "^6.1.1",
"rehype-citation": "^0.4.0",
"rehype-code-titles": "^1.1.0",
"rehype-katex": "^6.0.2",
"rehype-preset-minify": "^6.0.0",
"rehype-prism-plus": "^1.4.2",
"rehype-slug": "^5.0.1",
"remark-footnotes": "^4.0.1",
"remark-gfm": "^3.0.1",
"remark-math": "^5.1.1",
"swr": "^1.3.0",
"typewriter-effect": "^2.19.0"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.2",
"@tailwindcss/typography": "^0.5.4",
"@types/github-slugger": "^1.3.0",
"@types/node": "18.0.6",
"@types/react": "18.0.15",
"@types/react-copy-to-clipboard": "^5.0.4",
"@types/react-dom": "18.0.6",
"autoprefixer": "^10.4.7",
"eslint": "8.20.0",
"eslint-config-next": "12.2.2",
"eslint-config-prettier": "^8.5.0",
"next-sitemap": "^3.1.15",
"postcss": "^8.4.14",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.13",
"tailwindcss": "^3.1.6",
"typescript": "4.7.4"
}
}