-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 934 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
31
32
33
34
35
36
37
38
{
"name": "andreworals.com",
"version": "1.0.0",
"private": true,
"description": "andreworals.com",
"author": "Andrew Orals",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"@mdx-js/mdx": "*",
"@mdx-js/react": "*",
"gatsby": "^5.0.0",
"gatsby-plugin-google-gtag": "*",
"gatsby-plugin-image": "*",
"gatsby-plugin-mdx": "*",
"gatsby-plugin-sharp": "*",
"gatsby-remark-emoji": "*",
"gatsby-remark-images": "*",
"gatsby-remark-katex": "*",
"gatsby-remark-prismjs": "*",
"gatsby-remark-relative-images": "*",
"gatsby-source-filesystem": "*",
"gatsby-transformer-remark": "*",
"gatsby-transformer-sharp": "*",
"katex": "*",
"prismjs": "*",
"react": "*",
"react-dom": "*"
}
}