forked from Zubi-io/Lets-Get-Started
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.06 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
{
"name": "Zubi",
"description": "Hacktoberfest 2020",
"version": "1.0.0",
"author": "Allen Joseph <allenjosephquery@gmail.com>",
"dependencies": {
"gatsby": "^3.13.0",
"gatsby-link": "^1.6.46",
"gatsby-plugin-google-analytics": "^1.0.31",
"gatsby-plugin-react-helmet": "^2.0.11",
"gatsby-plugin-sitemap": "^1.2.25",
"gatsby-source-filesystem": "^2.1.16",
"gatsby-transformer-remark": "^4.0.0",
"react-helmet": "^5.2.0",
"react-reveal": "^1.2.2",
"@snyk/protect": "latest"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write 'src/**/*.js'",
"test": "echo \"Error: no test specified\" && exit 1",
"deploy": "gatsby build --prefix-paths && gh-pages -d public",
"prepare": "npm run snyk-protect",
"snyk-protect": "snyk-protect"
},
"devDependencies": {
"prettier": "^1.13.7"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"snyk": true
}