-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 946 Bytes
/
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": "gatsby-groot",
"private": true,
"description": "A gatsby-starter-morning-dew demo",
"version": "0.1.0",
"author": "Maxence Poutord <[email protected]>",
"dependencies": {
"gatsby": "^2.20.36",
"gatsby-plugin-manifest": "^2.3.7",
"gatsby-starter-morning-dew": "3.2.5",
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
"devDependencies": {
"prettier": "^1.17.1"
},
"keywords": [
"gatsby",
"gatsby-theme",
"blog"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write src/**/*.{js,jsx}",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\""
},
"repository": {
"type": "git",
"url": "https://github.com/maxpou/gatsby-groot"
},
"bugs": {
"url": "https://github.com/maxpou/gatsby-groot/issues"
}
}