-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
46 lines (46 loc) · 1.32 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
{
"name": "gatsby-carbon-starter",
"description": "Gatsby Carbon Starter",
"version": "1.0.0",
"author": "IBM Frontend <[email protected]>)",
"repository": "https://github.com/ibm-frontend/gatsby-carbon-starter",
"dependencies": {
"@mdx-js/mdx": "^0.15.3",
"@mdx-js/tag": "^0.15.0",
"core-js": "^2.5.7",
"gatsby": "^2.0.7",
"gatsby-image": "^2.0.8",
"gatsby-link": "^2.0.1",
"gatsby-mdx": "^0.1.4",
"gatsby-plugin-catch-links": "^2.0.2",
"gatsby-plugin-manifest": "^2.0.2",
"gatsby-plugin-offline": "^2.0.5",
"gatsby-plugin-react-helmet": "^3.0.0",
"gatsby-plugin-sharp": "^2.0.7",
"gatsby-plugin-styled-components": "^3.0.0",
"gatsby-remark-copy-linked-files": "^2.0.5",
"gatsby-remark-images": "^2.0.1",
"gatsby-remark-prismjs": "^3.0.0",
"gatsby-source-filesystem": "^2.0.1",
"gatsby-transformer-remark": "^2.1.3",
"gatsby-transformer-sharp": "^2.1.1",
"prismjs": "^1.15.0",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"react-helmet": "~5.2.0",
"styled-components": "^3.4.9"
},
"devDependencies": {
"babel-plugin-styled-components": "^1.7.1",
"prettier": "1.14.3"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop"
}
}