-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.22 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
43
44
45
46
{
"name": "maryandroyce",
"description": "Mary and Royce's wedding site",
"version": "0.0.0",
"author": "Royce Brooks",
"dependencies": {
"gatsby": "^2.19.17",
"gatsby-cli": "^2.8.29",
"gatsby-plugin-google-analytics": "^2.1.35",
"gatsby-plugin-manifest": "^2.2.41",
"gatsby-plugin-react-helmet": "^3.1.22",
"gatsby-plugin-sass": "^2.1.28",
"gatsby-source-contentful": "^2.1.86",
"google-maps-react": "^2.0.2",
"node-sass": "^4.13.1",
"now": "^17.0.3",
"path": "^0.12.7",
"react": "^16.12.0",
"react-animated-text": "^0.1.4",
"react-confetti": "^6.0.0",
"react-dom": "^16.12.0",
"react-helmet": "^5.2.1",
"react-loader-spinner": "^3.1.14",
"react-photo-gallery": "^8.0.0",
"react-router-dom": "^5.2.0",
"react-toastify": "^6.0.8",
"react-use": "^15.3.4"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write '**/*.js'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"prettier": "^1.19.1"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
}
}