-
Notifications
You must be signed in to change notification settings - Fork 52
/
package.json
40 lines (40 loc) · 1.1 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
{
"name": "gatsby-starter-default",
"description": "Gatsby default starter",
"version": "1.0.0",
"author": "Kyle Mathews <[email protected]>",
"dependencies": {
"gatsby": "^2.13.15",
"gatsby-plugin-postcss": "^2.1.1",
"gatsby-plugin-react-helmet": "^2.0.11",
"gatsby-source-filesystem": "^2.1.4",
"gatsby-transformer-remark": "^2.6.3",
"history": "^4.9.0",
"postcss-browser-reporter": "^0.6.0",
"postcss-cssnext": "^3.1.0",
"postcss-import": "^12.0.1",
"postcss-reporter": "^6.0.1",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-helmet": "^5.2.0",
"react-router-dom": "^5.0.1"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write 'src/**/*.js'",
"test": "echo \"Error: no test specified\" && exit 1",
"deploy": "gatsby build --prefix-paths && gh-pages -d public"
},
"devDependencies": {
"prettier": "^1.13.7"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
}
}