forked from OI-wiki/gatsby-oi-wiki
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 851 Bytes
/
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
{
"private": true,
"name": "demo",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"start": "yarn develop",
"serve": "gatsby serve"
},
"dependencies": {
"@material-ui/core": "^4.9.0",
"@material-ui/icons": "^4.5.1",
"gatsby": "^2.18.17",
"gatsby-plugin-catch-links": "^2.1.24",
"gatsby-remark-autolink-headers": "^2.1.23",
"gatsby-remark-copy-linked-files": "^2.1.36",
"gatsby-remark-table-of-contents": "file:local_modules/gatsby-remark-table-of-contents",
"gatsby-theme-dox": "*",
"hast-util-to-text": "^1.0.1",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"rehype-details": "^1.0.0",
"rehype-mathjax": "^1.0.0",
"rehype-parse": "^6.0.2",
"remark-details": "^2.0.0",
"remark-math": "^2.0.0"
}
}