-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
37 lines (37 loc) · 1 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
{
"name": "sanity-gatsby-portfolio",
"private": true,
"description": "A portfolio site built with Sanity.io and Gatsby.",
"version": "0.1.0",
"author": "Jason Lengstorf <[email protected]>",
"dependencies": {
"gatsby": "^2.0.105",
"gatsby-image": "^2.0.20",
"gatsby-plugin-manifest": "^2.0.15",
"gatsby-plugin-offline": "^2.0.22",
"gatsby-plugin-react-helmet": "^3.0.2",
"gatsby-source-sanity": "^1.0.4",
"prop-types": "^15.6.2",
"react": "^16.6.3",
"react-dom": "^16.6.3",
"react-helmet": "^5.2.0"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.app/unit-testing\""
},
"repository": {
"type": "git",
"url": "https://github.com/jlengstorf/sanity-gatsby-portfolio"
},
"bugs": {
"url": "https://github.com/jlengstorf/sanity-gatsby-portfolio/issues"
}
}