-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.71 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.71 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
54
55
56
57
58
59
60
{
"name": "petsonal.github.io",
"version": "0.1.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"lint": "next lint",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,css,scss,md}\"",
"format:check": "prettier --check \"**/*.{js,jsx,ts,tsx,css,scss,md}\""
},
"dependencies": {
"@headlessui/react": "^2.2.9",
"@heroicons/react": "^2.2.0",
"@mdx-js/loader": "^3.1.1",
"@mdx-js/react": "^3.1.1",
"@next/mdx": "^15.5.4",
"@shikijs/twoslash": "^3.13.0",
"@tailwindcss/nesting": "^0.0.0-insiders.565cd3e",
"@tailwindcss/postcss": "^4.1.13",
"@theguild/remark-mermaid": "^0.3.0",
"@types/mdx": "^2.0.13",
"caniuse-lite": "^1.0.30001745",
"estree-util-value-to-estree": "^3.4.0",
"github-slugger": "^2.0.0",
"hast-util-to-estree": "^3.1.3",
"highcharts": "^12.4.0",
"highcharts-react-official": "^3.2.2",
"next": "15.5.4",
"next-themes": "^0.4.6",
"postcss-import": "^16.1.1",
"react": "^19",
"react-dom": "^19",
"rehype-katex": "^7.0.1",
"rehype-pretty-code": "^0.14.1",
"rehype-raw": "^7.0.0",
"rehype-stringify": "^10.0.1",
"remark-embed-images": "^5.0.0",
"remark-gfm": "^4.0.1",
"remark-math": "^6.0.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.2",
"sharp": "^0.34.4",
"slash": "^5.1.0",
"unified": "^11.0.5",
"unist-util-visit": "^5.0.0",
"yaml": "^2.8.1"
},
"devDependencies": {
"@shikijs/rehype": "^3.13.0",
"autoprefixer": "^10.4.21",
"clsx": "^2.1.1",
"cssnano": "^7.1.1",
"eslint": "9.36.0",
"eslint-config-next": "15.5.4",
"postcss": "^8",
"prettier": "^3.6.2",
"shiki": "^3.13.0",
"tailwindcss": "^4.1.13"
}
}