-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.78 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
{
"name": "emory-brainnet-site",
"version": "1.0.0",
"private": true,
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"debug": "node $NODE_DEBUG_OPTION ./node_modules/.bin/gatsby develop"
},
"dependencies": {
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@mdx-js/mdx": "^2.1.1",
"@mdx-js/react": "^2.1.1",
"@mui/icons-material": "^5.8.2",
"@mui/material": "^5.8.2",
"@mui/styles": "^5.8.0",
"@mui/utils": "^5.8.0",
"gatsby": "^4.15.2",
"gatsby-plugin-emotion": "^7.15.0",
"gatsby-plugin-google-analytics": "^4.15.0",
"gatsby-plugin-image": "^2.15.1",
"gatsby-plugin-manifest": "^4.15.1",
"gatsby-plugin-react-helmet": "^5.15.0",
"gatsby-plugin-sharp": "^4.15.1",
"gatsby-plugin-sitemap": "^5.15.1",
"gatsby-plugin-typography": "^4.15.0",
"gatsby-remark-image-attributes": "^1.1.0",
"gatsby-remark-images": "^6.15.1",
"gatsby-remark-katex": "^6.15.0",
"gatsby-remark-prismjs": "^6.15.0",
"gatsby-source-filesystem": "^4.15.0",
"gatsby-theme-material-ui": "^5.2.0",
"gatsby-transformer-remark": "^5.15.1",
"gatsby-transformer-sharp": "^4.15.1",
"katex": "^0.13.24",
"npm-check-updates": "^13.0.3",
"prism-themes": "^1.9.0",
"prismjs": "^1.28.0",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-responsive": "^9.0.0-beta.8",
"react-typography": "^0.16.20",
"sharp": "^0.30.6",
"typewriter-effect": "^2.18.2",
"typography": "^0.16.21",
"typography-theme-alton": "^0.16.19"
},
"devDependencies": {
"graphql-cli": "^4.1.0"
}
}