-
Notifications
You must be signed in to change notification settings - Fork 237
/
package.json
65 lines (65 loc) · 1.93 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
{
"name": "documentation",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"build:local": "next build",
"start": "next start",
"watch": "next-remote-watch content"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@mdx-js/loader": "^2.1.5",
"@mdx-js/react": "^2.1.5",
"@mui/icons-material": "^5.11.0",
"@mui/material": "^5.11.7",
"@mui/system": "^5.15.20",
"@next/mdx": "^14.2.4",
"@types/glob": "^7.2.0",
"@types/puppeteer": "^5.4.0",
"eslint-config-next": "13.4.7",
"glob": "^8.0.3",
"next": ">=14.2.10",
"next-mdx-remote": "^4.0.2",
"node-html-parser": "^2.0.0",
"prism-react-renderer": "^1.1.1",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-ga4": "^2.1.0",
"react-player": "^2.6.2",
"react-super-responsive-table": "^5.1.4",
"rehype-parse": "^8.0.3",
"remark-gfm": "^3.0.1"
},
"devDependencies": {
"@types/node": "^14.14.5",
"@types/react": "^17.0.0",
"del": "^6.0.0",
"esutils": "^2.0.3",
"globby": "^12.0.2",
"gray-matter": "^4.0.2",
"html-to-text": "^7.1.1",
"next-plugin-transpile-modules": "^2.0.0",
"next-remote-watch": "^2.0.0",
"puppeteer": "^22.0.0",
"rehype-highlight": "^5.0.0",
"rehype-katex": "^6.0.2",
"rehype-react": "^7.0.3",
"remark-lint": "^9.1.0",
"remark-math": "^5.1.1",
"remark-slug": "^7.0.0",
"sass": "^1.32.8",
"typedoc": "^0.25.0",
"typescript": "~5.2.0",
"unified": "^10.1.0",
"unist-util-visit": "^2.0.3",
"webpack": "^5.76.0"
},
"resolutions": {
"@types/react": "^17.0.0"
}
}