-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.12 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
{
"name": "sixfold-website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@fontsource/inter": "^5.0.18",
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@mui/joy": "^5.0.0-beta.36",
"@next/mdx": "^14.2.3",
"@phosphor-icons/react": "^2.1.5",
"@types/mdx": "^2.0.13",
"next": "^14.2.14",
"next-sitemap": "^4.2.3",
"react": "^18",
"react-dom": "^18",
"rehype-pretty-code": "^0.13.2",
"rehype-slug": "^6.0.0",
"remark-frontmatter": "^5.0.0",
"remark-gfm": "^4.0.0",
"remark-mdx-frontmatter": "^4.0.0",
"sharp": "^0.33.4"
},
"devDependencies": {
"@types/node": "20.14.2",
"@types/react": "18.3.3",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.32.2"
}
}