forked from Hacker0x01/docs.hackerone.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.86 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
57
58
59
{
"name": "docs.hackerone.com",
"description": "HackerOne Platform Documentation",
"version": "1.0.0",
"author": "HackerOne <support@hackerone.com>",
"dependencies": {
"@fec/gatsby-plugin-advanced-feed": "^2.0.0",
"@reach/router": "^1.1.1",
"gatsby": "^3.14.6",
"gatsby-cli": "^4.21.0",
"gatsby-link": "^3.14.0",
"gatsby-plugin-algolia-docsearch": "^1.0.5",
"gatsby-plugin-csp": "^1.1.3",
"gatsby-plugin-google-analytics": "^3.14.0",
"gatsby-plugin-layout": "^2.14.0",
"gatsby-plugin-react-helmet": "^4.14.0",
"gatsby-plugin-sass": "^4.12.0",
"gatsby-plugin-sharp": "^3.14.3",
"gatsby-plugin-sitemap": "^4.10.0",
"gatsby-plugin-slug": "^2.0.0",
"gatsby-plugin-sri": "^1.0.11",
"gatsby-remark-autolink-headers": "^4.11.0",
"gatsby-remark-images": "^5.11.0",
"gatsby-source-filesystem": "^3.14.0",
"gatsby-transformer-remark": "^4.11.0",
"gatsby-transformer-sharp": "^3.14.0",
"node-sass": "^6.0.1",
"react": "^17.0.2",
"react-helmet": "^6.0.0",
"webpack": "^5.64.1"
},
"keywords": [
"gatsby"
],
"license": "CC-BY-NC-SA-4.0",
"main": "n/a",
"scripts": {
"build": "gatsby build",
"clean": "gatsby clean",
"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.3.1",
"eslint": "^7.30.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-react": "^7.31.8",
"gh-pages": "^3.1.0",
"is_js": "^0.9.0",
"prettier": "^2.5.1",
"react-dom": "^17.0.2",
"slugify": "^1.6.5"
}
}