forked from choraria/workspacedevs.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.33 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.33 KB
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
{
"name": "workspace-devs",
"version": "1.0.0",
"private": true,
"description": "Workspace Devs",
"author": "Sourabh Choraria",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"license": "0BSD",
"dependencies": {
"@mdx-js/mdx": "^1.0.1",
"@mdx-js/react": "^1.6.22",
"@reach/router": "^1.3.4",
"gatsby": "^2.32.13",
"gatsby-image": "^2.8.0",
"gatsby-plugin-google-analytics": "^2.11.0",
"gatsby-plugin-manifest": "^2.12.1",
"gatsby-plugin-mdx": "^1.0.1",
"gatsby-plugin-offline": "^3.10.2",
"gatsby-plugin-react-helmet": "^3.10.0",
"gatsby-plugin-react-helmet-canonical-urls": "^1.4.0",
"gatsby-plugin-robots-txt": "^1.5.5",
"gatsby-plugin-sharp": "^2.11.2",
"gatsby-plugin-sitemap": "^2.12.0",
"gatsby-plugin-twitter": "^2.10.0",
"gatsby-plugin-typography": "^2.12.0",
"gatsby-source-filesystem": "^2.11.1",
"gatsby-transformer-remark": "^2.13.1",
"gatsby-transformer-sharp": "^2.12.1",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-helmet": "^6.1.0",
"react-typography": "^0.16.19",
"typography": "^0.16.19",
"typography-theme-github": "^0.16.19"
}
}