-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.8 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
47
48
49
50
51
52
53
54
55
56
57
{
"name": "gatsby-starter-blog",
"private": true,
"description": "A starter for a blog powered by Gatsby and Markdown",
"version": "0.1.0",
"dependencies": {
"@material-ui/core": "4.7.0",
"@material-ui/icons": "4.9.1",
"babel-plugin-styled-components": "1.10.6",
"gatsby": "2.20.33",
"gatsby-image": "2.3.5",
"gatsby-plugin-feed": "2.3.18",
"gatsby-plugin-google-analytics": "2.1.23",
"gatsby-plugin-manifest": "2.2.23",
"gatsby-plugin-netlify": "2.1.25",
"gatsby-plugin-offline": "3.0.16",
"gatsby-plugin-react-helmet": "3.3.0",
"gatsby-plugin-sharp": "2.2.31",
"gatsby-plugin-sitemap": "2.2.21",
"gatsby-plugin-styled-components": "3.1.11",
"gatsby-remark-copy-linked-files": "2.3.1",
"gatsby-remark-images": "3.1.28",
"gatsby-remark-normalize-paths": "1.0.0",
"gatsby-remark-prismjs": "3.3.20",
"gatsby-remark-responsive-iframe": "2.2.25",
"gatsby-remark-smartypants": "2.1.14",
"gatsby-source-filesystem": "2.1.33",
"gatsby-transformer-remark": "2.8.3",
"gatsby-transformer-sharp": "2.2.23",
"gatsby-transformer-yaml": "2.2.15",
"prismjs": "1.17.1",
"react": "16.10.2",
"react-dom": "16.10.2",
"react-helmet": "5.2.1",
"styled-components": "4.4.0"
},
"devDependencies": {
"@danbruegge/gatsby-plugin-stylelint": "4.1.0",
"prettier": "1.18.2",
"stylelint": "13.3.2",
"stylelint-config-rational-order": "0.1.2",
"stylelint-order": "4.0.0"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing \""
}
}