-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (54 loc) · 1.52 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": "@iamgarrett/gatsby-theme-gmcm",
"version": "0.1.3",
"license": "MIT",
"main": "index.js",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"clean": "gatsby clean"
},
"peerDependencies": {
"gatsby": "^4.11.2",
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"devDependencies": {
"eslint": "^8.13.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.4.0",
"gatsby": "^4.11.2",
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"dependencies": {
"@dice-roller/rpg-dice-roller": "^5.1.0",
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@mdx-js/mdx": "v1",
"@mdx-js/react": "v1",
"@mui/icons-material": "^5.6.1",
"@mui/lab": "^5.0.0-alpha.77",
"@mui/material": "^5.6.1",
"@mui/styles": "^5.6.1",
"@mui/utils": "^5.6.1",
"crypto-browserify": "^3.12.0",
"gatsby-plugin-image": "^2.11.1",
"gatsby-plugin-manifest": "^4.11.1",
"gatsby-plugin-mdx": "^3.11.1",
"gatsby-plugin-react-helmet": "^5.11.0",
"gatsby-plugin-react-svg": "^3.1.0",
"gatsby-plugin-sharp": "^4.11.1",
"gatsby-source-filesystem": "^4.11.1",
"gatsby-theme-material-ui": "^5.2.0",
"gatsby-transformer-sharp": "^4.11.0",
"notistack": "^2.0.4",
"react-helmet": "^6.1.0",
"react-showdown": "^2.3.1",
"showdown": "^2.0.3",
"stream-browserify": "^3.0.0"
}
}