forked from BabylonJS/Documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.42 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
{
"name": "documentation",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build && next export",
"build:local": "next build",
"start": "next start",
"watch": "next-remote-watch content"
},
"dependencies": {
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@mdx-js/loader": "^2.1.1",
"@mdx-js/react": "^2.1.1",
"@next/mdx": "^12.1.4",
"@types/puppeteer": "^5.4.0",
"next": "^12.1.4",
"next-mdx-remote": "^4.0.2",
"node-html-parser": "^2.0.0",
"prism-react-renderer": "^1.1.1",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"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": "^1.0.0",
"puppeteer": "^9.1.1",
"rehype-highlight": "^5.0.0",
"rehype-react": "^7.0.3",
"remark-lint": "^9.1.0",
"remark-slug": "^7.0.0",
"sass": "^1.32.8",
"sharp": "^0.29.1",
"typedoc": "^0.19.2",
"typescript": "~4.4.0",
"unified": "^10.1.0",
"unist-util-visit": "^2.0.3",
"webpack": "^5.33.2"
}
}