forked from Hacker0x01/docs.hackerone.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.74 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
47
48
49
50
51
52
53
54
55
56
{
"name": "docs.hackerone.com",
"description": "HackerOne Platform Documentation",
"version": "1.0.0",
"author": "HackerOne <support@hackerone.com>",
"dependencies": {
"@reach/router": "^1.1.1",
"gatsby": "^2.18.17",
"gatsby-cli": "^2.12.15",
"gatsby-link": "^2.2.6",
"gatsby-plugin-algolia-docsearch": "^1.0.5",
"gatsby-plugin-csp": "^1.1.3",
"gatsby-plugin-google-analytics": "^2.1.8",
"gatsby-plugin-layout": "^1.1.4",
"gatsby-plugin-react-helmet": "^3.1.4",
"gatsby-plugin-sass": "^2.1.10",
"gatsby-plugin-sharp": "^2.2.13",
"gatsby-plugin-sitemap": "^2.2.7",
"gatsby-plugin-sri": "^1.0.11",
"gatsby-remark-autolink-headers": "^2.1.5",
"gatsby-remark-images": "^3.1.13",
"gatsby-source-filesystem": "^2.1.11",
"gatsby-transformer-remark": "^2.6.15",
"gatsby-transformer-sharp": "^2.2.7",
"node-sass": "^4.14.1",
"react": "^16.4.2",
"react-helmet": "^6.0.0",
"webpack": "^4.0.0"
},
"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": {
"babel-eslint": "^10.0.3",
"classnames": "^2.2.6",
"eslint": "^7.0.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-react": "^7.15.1",
"gh-pages": "^2.1.1",
"is_js": "^0.9.0",
"prettier": "^2.0.5",
"react-dom": "^16.4.2",
"slugify": "^1.3.4"
}
}