-
Notifications
You must be signed in to change notification settings - Fork 151
/
package.json
38 lines (38 loc) · 1.01 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
{
"name": "gitbeijing",
"private": true,
"description": "gitbeijing.com",
"version": "0.1.0",
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write src/**/*.{js,jsx}",
"start": "npm run develop",
"serve": "gatsby serve"
},
"dependencies": {
"babel-plugin-styled-components": "^1.10.0",
"gatsby": "^2.1.31",
"gatsby-plugin-react-helmet": "^3.0.9",
"gatsby-plugin-styled-components": "^3.0.7",
"gatsby-remark-autolink-headers": "^2.0.16",
"gatsby-source-filesystem": "^2.0.24",
"gatsby-transformer-json": "^2.1.10",
"gatsby-transformer-remark": "^2.3.2",
"react": "^16.8.4",
"react-dom": "^16.8.4",
"react-helmet": "^5.2.0",
"styled-components": "^4.1.3"
},
"devDependencies": {
"prettier": "^1.16.4"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-hello-world"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}