-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 994 Bytes
/
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
{
"//1": "describes your app and its dependencies",
"//2": "https://docs.npmjs.com/files/package.json",
"//3": "updating this file will download and update your packages",
"name": "gatsby-workshop-starter",
"version": "0.0.1",
"description": "A Gatsby Workshop starter site!",
"scripts": {
"develop": "gatsby develop",
"build": "gatsby build"
},
"dependencies": {
"@contentful/gatsby-transformer-contentful-richtext": "^13.1.0",
"dotenv": "^8.2.0",
"gatsby": "^2.17.14",
"gatsby-image": "^2.2.36",
"gatsby-plugin-react-helmet": "^3.1.18",
"gatsby-plugin-sharp": "^2.3.8",
"gatsby-source-contentful": "^2.1.71",
"gatsby-source-filesystem": "^2.1.42",
"gatsby-transformer-sharp": "^2.3.9",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-helmet": "^5.2.1"
},
"repository": {
"url": "https://github.com/novisadjs/gatsby-workshop-starter"
},
"license": "MIT",
"keywords": [
"node",
"gatsby"
]
}