-
-
Notifications
You must be signed in to change notification settings - Fork 55
/
Copy pathpackage.json
44 lines (44 loc) · 1.36 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
{
"name": "gatsby-source-google-docs-website",
"private": true,
"scripts": {
"build": "gatsby build",
"clean": "gatsby clean",
"deploy": "gatsby build --prefix-paths && gh-pages -d public",
"dev": "gatsby develop",
"serve": "gatsby serve",
"token": "../../utils/generate-token.js"
},
"dependencies": {
"@emotion/react": "^11.9.0",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"gatsby": "^4.13.1",
"gatsby-plugin-catch-links": "^4.13.0",
"gatsby-plugin-eslint": "^4.0.2",
"gatsby-plugin-image": "^2.13.0",
"gatsby-plugin-layout": "^3.13.0",
"gatsby-plugin-mdx": "^3.15.2",
"gatsby-plugin-mdx-embed": "^1.0.0",
"gatsby-plugin-react-svg": "^3.1.0",
"gatsby-plugin-sharp": "^4.25.1",
"gatsby-plugin-theme-ui": "^0.14.5",
"gatsby-plugin-webfonts": "^2.2.2",
"gatsby-remark-gifs": "^1.1.0",
"gatsby-remark-images": "^6.13.0",
"gatsby-remark-prismjs": "^6.13.0",
"gatsby-remark-unwrap-images": "^1.0.2",
"gatsby-transformer-remark": "^5.25.1",
"gatsby-transformer-sharp": "^4.13.0",
"mdx-embed": "^1.0.0",
"prismjs": "^1.28.0",
"react": "link:../node_modules/react",
"react-dom": "link:../node_modules/react-dom",
"react-icons": "^4.3.1",
"theme-ui": "^0.14.5"
},
"devDependencies": {
"eslint-loader": "^4.0.2",
"gh-pages": "^3.2.3"
}
}