-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
42 lines (42 loc) · 1.11 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
41
42
{
"name": "janandolivia",
"private": true,
"description": "jan and olivia's wedding website",
"version": "0.1.0",
"license": "MIT",
"scripts": {
"develop": "gatsby develop",
"start": "npm run develop",
"build": "gatsby build",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.app/unit-testing\"",
"deploy": "gatsby build && gh-pages -d public"
},
"dependencies": {
"es6-promise": "^4.2.6",
"gatsby": "^2.3.4",
"gatsby-plugin-google-analytics": "^2.0.12",
"gatsby-plugin-react-helmet": "^3.0.12",
"gatsby-plugin-sass": "^2.0.8",
"gatsby-plugin-web-font-loader": "^1.0.4",
"isomorphic-fetch": "^2.2.1",
"jquery": "^3.3.1",
"node-sass": "^4.11.0",
"normalize.css": "^8.0.1",
"react": "^16.5.1",
"react-dom": "^16.5.1",
"react-helmet": "^5.2.0",
"uuid": "^3.3.2",
"what-input": "^5.1.3"
},
"repository": {
"type": "git",
"url": "https://github.com/janrubio/janandolivia"
},
"bugs": {
"url": "https://github.com/janrubio/janandolivia/issues"
},
"devDependencies": {
"gh-pages": "^2.0.1"
}
}