forked from jk715/docs.hackerone.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.43 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.43 KB
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
47
{
"name": "docs.hackerone.com",
"description": "HackerOne Platform Documentation",
"version": "1.0.0",
"author": "HackerOne <support@hackerone.com>",
"dependencies": {
"gatsby": "^1.9.250",
"gatsby-cli": "^1.1.50",
"gatsby-link": "^1.6.40",
"gatsby-plugin-google-analytics": "^1.0.29",
"gatsby-plugin-react-helmet": "^2.0.10",
"gatsby-plugin-sass": "^1.0.25",
"gatsby-plugin-sharp": "^1.6.42",
"gatsby-plugin-sitemap": "^1.2.23",
"gatsby-plugin-sri": "^1.0.3",
"gatsby-remark-images": "^1.5.61",
"gatsby-source-filesystem": "^1.5.32",
"gatsby-transformer-remark": "^1.7.40",
"gatsby-transformer-sharp": "^1.6.21",
"react": "^15.6.2",
"react-helmet": "^5.2.0",
"whatwg-fetch": "^2.0.4"
},
"keywords": [
"gatsby"
],
"license": "CC-BY-NC-SA-4.0",
"main": "n/a",
"scripts": {
"build": "gatsby build",
"deploy": "gatsby build && gh-pages -d public",
"develop": "gatsby develop",
"format": "prettier --trailing-comma es5 --no-semi --single-quote --write \"src/**/*.js\"",
"lint": "./node_modules/.bin/eslint --ext .js,.jsx --ignore-pattern public .",
"serve": "gatsby serve",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"classnames": "^2.2.5",
"eslint": "^4.19.1",
"eslint-plugin-react": "^7.7.0",
"gh-pages": "^1.1.0",
"is_js": "^0.9.0",
"prettier": "^1.12.0",
"slugify": "^1.2.9"
}
}