-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
88 lines (88 loc) · 2.65 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "blog-next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"pppppprebuildddddd": "NODE_PATH=./ ts-node --esm -r tsconfig-paths/register --project tsconfig.json scripts/init-cache.ts",
"prebuild": "tsx scripts/init-cache.ts",
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
"test-ci": "TEST_ENV=ci yarn test",
"build": "next build",
"postbuild": "next-sitemap",
"build-analyze": "TEST_ENV=analyze yarn build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@excalidraw/excalidraw": "^0.17.6",
"@excalidraw/mermaid-to-excalidraw": "^1.1.2",
"@mdx-js/mdx": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@mui/base": "5.0.0-beta.66",
"@mui/icons-material": "^6.2.0",
"@mui/material": "^6.2.0",
"async-mutex": "^0.5.0",
"chart.js": "^4.4.3",
"clsx": "^2.1.1",
"dayjs": "^1.11.13",
"gray-matter": "^4.0.3",
"isomorphic-git": "^1.27.2",
"mdast-util-mdx-jsx": "^3.1.2",
"mermaid": "11.4.1",
"next": "15.0.3",
"next-mdx-remote": "5.0.0",
"next-sitemap": "4.2.3",
"next-themes": "^0.4.4",
"react": "18.3.1",
"react-chartjs-2": "^5.2.0",
"react-dom": "18.3.1",
"react-syntax-highlighter": "^15.5.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-katex": "^7.0.0",
"rehype-pretty-code": "^0.14.0",
"rehype-raw": "^7.0.0",
"rehype-slug": "^6.0.0",
"rehype-stringify": "^10.0.0",
"remark-gfm": "^4.0.0",
"remark-math": "^6.0.0",
"remark-mdx-chartjs": "^2.2.0",
"remark-unwrap-images": "^4.0.0",
"sass": "^1.83.0",
"shiki": "^1.24.0",
"svgo": "^3.3.2",
"swr": "^2.2.5",
"unified": "^11.0.5",
"unist-util-visit": "5.0.0",
"vfile": "^6.0.1"
},
"devDependencies": {
"@next/bundle-analyzer": "^15.0.3",
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/react": "^16.1.0",
"@types/glob": "^8.1.0",
"@types/jest": "^29.5.12",
"@types/mdast": "4.0.4",
"@types/node": "22.10.1",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.3.0",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/unist": "^3.0.2",
"autoprefixer": "^10.4.20",
"eslint": "9.17.0",
"eslint-config-next": "15.1.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"postcss": "8.4.49",
"postcss-import": "^16.1.0",
"remark-mdx": "^3.0.1",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.0",
"remark-stringify": "^11.0.0",
"tailwindcss": "^3.4.16",
"tsx": "^4.19.2",
"typescript": "5.7.2"
}
}