forked from BabylonJS/Documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.27 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
{
"name": "documentation",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build && next export",
"build:local": "next build",
"start": "next start"
},
"dependencies": {
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@mdx-js/loader": "^1.6.19",
"@next/mdx": "^10.0.5",
"@types/puppeteer": "^5.4.0",
"mdast-util-toc": "^5.0.4",
"next": "10.0.9",
"next-mdx-remote": "^2.1.1",
"node-html-parser": "^2.0.0",
"prism-react-renderer": "^1.1.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-player": "^2.6.2",
"react-super-responsive-table": "^5.1.4",
"rehype-parse": "^7.0.1"
},
"devDependencies": {
"sass": "^1.32.8",
"@types/node": "^14.14.5",
"@types/react": "^17.0.0",
"del": "^6.0.0",
"globby": "^11.0.2",
"gray-matter": "^4.0.2",
"html-to-text": "^6.0.0",
"next-plugin-transpile-modules": "^2.0.0",
"puppeteer": "^5.4.1",
"rehype-highlight": "^4.0.0",
"rehype-react": "^6.1.0",
"remark-lint": "^8.0.0",
"remark-slug": "^6.0.0",
"sharp": "^0.27.0",
"typedoc": "^0.19.2",
"typescript": "^4.0.5",
"unified": "^9.2.0",
"unist-util-visit": "^2.0.3",
"webpack": "^5.33.2"
}
}