forked from BabylonJS/Documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.25 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
{
"name": "documentation",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build && next export",
"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.0",
"@types/puppeteer": "^5.4.0",
"mdast-util-toc": "^5.0.4",
"next": "^10.0.0",
"next-mdx-remote": "^1.0.0",
"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": {
"@types/node": "^14.14.5",
"@types/react": "^16.9.54",
"@zeit/next-sass": "^1.0.1",
"del": "^6.0.0",
"globby": "^11.0.1",
"gray-matter": "^4.0.2",
"html-to-text": "^6.0.0",
"next-plugin-transpile-modules": "^2.0.0",
"node-sass": "^4.14.1",
"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.26.2",
"typedoc": "^0.19.2",
"typescript": "^4.0.5",
"unified": "^9.2.0",
"unist-util-visit": "^2.0.3"
}
}