-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.1 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
{
"private": true,
"scripts": {
"dev": "next dev -p 3737",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"export": "next build && next export"
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@notionhq/client": "^2.2.4",
"@uiw/react-md-editor": "3.6.0",
"date-fns": "^2.28.0",
"gray-matter": "^4.0.3",
"mermaid": "^9.3.0",
"next": "latest",
"next-mdx-remote": "^4.2.1",
"next-remove-imports": "^1.0.8",
"notion-to-md": "^2.5.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.8.0",
"react-markdown": "^8.0.7",
"react-syntax-highlighter": "^15.5.0",
"rehype-raw": "^6.1.1",
"remark": "^14.0.2",
"remark-gfm": "^3.0.1",
"remark-html": "^15.0.1"
},
"devDependencies": {
"@next/eslint-plugin-next": "^13.1.1",
"autoprefixer": "^10.4.13",
"eslint": "^8.31.0",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-tailwindcss": "^3.8.0",
"next-sitemap": "^3.1.44",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.4"
}
}