-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.39 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.39 KB
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
51
52
53
{
"name": "petsonal.github.io",
"version": "0.1.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^2.0.4",
"@heroicons/react": "^2.1.3",
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@next/mdx": "^14.2.3",
"@shikijs/twoslash": "^1.6.1",
"@theguild/remark-mermaid": "^0.0.6",
"@types/mdx": "^2.0.13",
"autoprefixer": "^10.4.19",
"clsx": "^2.1.1",
"cssnano": "^7.0.1",
"estree-util-value-to-estree": "^3.1.1",
"github-slugger": "^2.0.0",
"hast-util-to-estree": "^3.1.0",
"highcharts": "^11.4.3",
"highcharts-react-official": "^3.2.1",
"next": "14.2.3",
"next-themes": "^0.3.0",
"postcss-lightningcss": "^1.0.0",
"react": "^18",
"react-dom": "^18",
"rehype-katex": "^7.0.0",
"rehype-pretty-code": "^0.13.2",
"rehype-raw": "^7.0.0",
"rehype-stringify": "^10.0.0",
"remark-embed-images": "^4.0.0",
"remark-gfm": "^4.0.0",
"remark-math": "^6.0.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.0",
"sharp": "^0.33.4",
"unified": "^11.0.4",
"unist-util-visit": "^5.0.0",
"yaml": "^2.4.2"
},
"devDependencies": {
"@shikijs/rehype": "^1.6.1",
"eslint": "8.57.0",
"eslint-config-next": "14.2.3",
"postcss": "^8",
"shiki": "^1.6.1",
"tailwindcss": "^3.4.3"
}
}