-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 1.02 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
{
"name": "pizzaclub",
"description": "My tasty Pizza Adventure around the World.",
"version": "1.0.0",
"author": {
"name": "Luca Lischetti",
"email": "[email protected]",
"url": "https://sirlisko.com"
},
"homepage": "https://pizzablub.sirlisko.com",
"dependencies": {
"gatsby": "^1.9.247",
"gatsby-link": "^1.6.40",
"gatsby-plugin-google-analytics": "^1.0.31",
"gatsby-plugin-react-helmet": "^2.0.10",
"gatsby-source-filesystem": "^1.5.38",
"gatsby-transformer-json": "^1.0.19",
"react-helmet": "^5.2.0"
},
"devDependencies": {
"gh-pages": "^2.0.0",
"prettier": "^1.12.0"
},
"keywords": [
"pizza"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"dev": "gatsby develop",
"deploy": "gatsby build --prefix-paths && gh-pages -d public",
"format": "prettier --write 'src/**/*.js'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/sirlisko/pizzaclub"
}
}