-
Notifications
You must be signed in to change notification settings - Fork 0
/
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": "@axel92dev/wedding",
"description": "Ale and Giulia Wedding website",
"version": "1.0.0",
"author": "Alessandro Romano",
"dependencies": {
"gatsby": "^2.15.28",
"gatsby-plugin-manifest": "^2.2.20",
"gatsby-plugin-offline": "^3.0.11",
"gatsby-plugin-react-helmet": "^3.1.10",
"gatsby-plugin-sass": "^2.1.17",
"gatsby-plugin-web-font-loader": "^1.0.4",
"gatsby-source-instagram-all": "^2.0.5",
"node-sass": "^4.12.0",
"react": "^16.10.0",
"react-countdown": "^2.2.0",
"react-dom": "^16.10.0",
"react-helmet": "^5.2.1"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"start": "gatsby develop",
"format": "prettier --write '**/*.js'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"gatsby-plugin-remove-serviceworker": "^1.0.0",
"prettier": "^1.18.2"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
}
}