-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.06 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
{
"name": "website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@primer/octicons-react": "^19.10.0",
"@r4ai/remark-callout": "^0.4.0",
"@types/remark-prism": "^1.3.7",
"gray-matter": "^4.0.3",
"install": "^0.13.0",
"next": "14.2.4",
"npm": "^10.8.2",
"prism": "^1.0.0",
"prismjs": "^1.29.0",
"react": "^18",
"react-dom": "^18",
"rehype": "^13.0.1",
"rehype-katex": "^7.0.0",
"rehype-mathjax": "^6.0.0",
"rehype-pretty-code": "^0.13.2",
"rehype-raw": "^7.0.0",
"remark": "^15.0.1",
"remark-html": "^16.0.1",
"remark-math": "^6.0.0",
"remark-mermaid": "^0.2.0",
"remark-prism": "^1.3.6",
"remark-rehype": "^11.1.0",
"unified": "^11.0.5"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.4",
"postcss": "^8",
"typescript": "^5"
}
}