-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.28 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
{
"name": "afflu.xyz",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"sanity-start": "sanity start"
},
"dependencies": {
"@tailwindcss/typography": "^0.5.8",
"@types/node": "18.11.13",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.9",
"classnames": "^2.3.2",
"date-fns": "^2.29.3",
"eslint": "8.29.0",
"eslint-config-next": "13.0.6",
"globby": "^13.1.3",
"gray-matter": "^4.0.3",
"mdx-prism": "^0.3.4",
"next": "13.0.6",
"next-mdx-remote": "^4.2.0",
"next-themes": "^0.2.1",
"prettier": "^2.8.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-tweet-embed": "^2.0.0",
"reading-time": "^1.5.0",
"rehype-autolink-headings": "^6.1.1",
"rehype-code-titles": "^1.1.0",
"rehype-katex": "^6.0.2",
"rehype-mathjax": "^4.0.2",
"rehype-prism-plus": "^1.5.0",
"rehype-slug": "^5.1.0",
"remark-gfm": "^3.0.1",
"remark-math": "^5.1.1",
"sanity": "^3.0.6",
"sanity-plugin-markdown": "^3.0.1",
"typescript": "4.9.4",
"use-delayed-render": "^0.0.7"
},
"devDependencies": {
"autoprefixer": "^10.4.13",
"postcss": "^8.4.19",
"tailwindcss": "^3.2.4"
}
}