-
Notifications
You must be signed in to change notification settings - Fork 77
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.27 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.27 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
47
48
{
"name": "test",
"description": "Gatsby starter MDX basic",
"version": "1.0.0",
"author": "Chris Biscardi <chris@christopherbiscardi.com>",
"dependencies": {
"@mdx-js/mdx": "^3.0.0",
"@mdx-js/react": "^1.0.6",
"@mdx-js/tag": "^0.20.3",
"babel-plugin-styled-components": "^1.10.0",
"gatsby": "^2.3.24",
"gatsby-image": "^2.0.39",
"gatsby-mdx": "^0.6.2",
"gatsby-plugin-manifest": "^2.0.29",
"gatsby-plugin-offline": "^2.0.25",
"gatsby-plugin-react-helmet": "^3.0.12",
"gatsby-plugin-sharp": "^2.0.35",
"gatsby-plugin-styled-components": "^3.0.7",
"gatsby-source-filesystem": "^2.0.29",
"gatsby-transformer-sharp": "^2.1.18",
"mdx-utils": "^0.1.1",
"prop-types": "^15.7.2",
"react": "^16.11.0",
"react-code-blocks": "*",
"react-dom": "^16.11.0",
"react-helmet": "^5.2.0",
"styled-components": "^6.1.0",
"styled-system": "^4.2.2"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"start": "npm run develop",
"format": "prettier --write \"src/**/*.js\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"prettier": "^1.17.0"
},
"repository": {
"type": "git",
"url": "https://github.com/christopherbiscardi/gatsby-starter-mdx-basic"
}
}