-
Notifications
You must be signed in to change notification settings - Fork 258
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.92 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.92 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
61
62
63
64
65
{
"name": "documentation",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"build:local": "next build",
"start": "next start",
"test": "vitest run",
"test:watch": "vitest",
"test:update": "vitest run --update"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@mdx-js/loader": "^3.1.1",
"@mdx-js/react": "^3.1.1",
"@mui/icons-material": "^5.11.0",
"@mui/material": "^5.11.7",
"@mui/system": "^5.15.20",
"@next/mdx": "^16.1.7",
"eslint-config-next": "^16.1.7",
"next": "^16.0.10",
"next-mdx-remote": "^6.0.0",
"node-html-parser": "^7.1.0",
"prism-react-renderer": "^2.4.1",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-ga4": "^2.1.0",
"react-player": "^3.4.0",
"react-super-responsive-table": "^6.0.2",
"rehype-parse": "^9.0.1",
"rehype-slug": "^6.0.0",
"remark-gfm": "^4.0.1"
},
"devDependencies": {
"@types/node": "^25.5.0",
"@types/react": "^17.0.0",
"del": "^8.0.1",
"esutils": "^2.0.3",
"glob": "^13.0.6",
"gray-matter": "^4.0.2",
"html-to-text": "^9.0.5",
"next-plugin-transpile-modules": "^2.0.0",
"next-remote-watch": "^2.0.0",
"puppeteer": "^24.39.1",
"rehype-highlight": "^7.0.2",
"rehype-katex": "^7.0.1",
"rehype-react": "^8.0.0",
"remark-lint": "^10.0.1",
"remark-math": "^6.0.0",
"sass": "^1.32.8",
"typedoc": "^0.28.17",
"typescript": "^5.9.3",
"unified": "^11.0.5",
"unist-util-visit": "^5.1.0",
"vitest": "^4.1.0",
"webpack": "^5.76.0"
},
"resolutions": {
"@types/react": "^17.0.0"
}
}