-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
37 lines (37 loc) · 940 Bytes
/
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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build && node ./scripts/generate-sitemap",
"start": "next start"
},
"dependencies": {
"@tailwindcss/typography": "^0.4.1",
"esbuild": "^0.12.15",
"framer-motion": "^4.1.17",
"globby": "^11.0.4",
"gray-matter": "^4.0.3",
"mdx-bundler": "^5.1.2",
"next": "latest",
"next-seo": "^4.26.0",
"prettier": "^2.3.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-icons": "^4.2.0",
"reading-time": "^1.3.0",
"rehype-katex": "^5.0.0",
"rehype-prism-plus": "^0.0.1",
"remark": "^13.0.0",
"remark-autolink-headings": "^6.0.1",
"remark-footnotes": "^3.0.0",
"remark-gfm": "^1.0.0",
"remark-html": "^13.0.1",
"remark-math": "^4.0.0",
"remark-slug": "^6.1.0"
},
"devDependencies": {
"autoprefixer": "^10.2.6",
"postcss": "^8.3.5",
"tailwindcss": "^2.2.4"
}
}