This repository has been archived by the owner on May 31, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
55 lines (55 loc) · 1.63 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
{
"name": "boomerang.useboomerang.io",
"private": true,
"description": "Boomerang marketing & docs site",
"version": "0.1.1",
"author": "trbula@us.ibm.com",
"dependencies": {
"@boomerang-io/carbon-addons-boomerang-react": "^2.0.10",
"@boomerang-io/gatsby-theme-boomerang": "1.2.5",
"@carbon/icons-react": "^10.17.0",
"dotenv": "^6.2.0",
"gatsby": "^4.21.1",
"gatsby-plugin-google-analytics": "^4.21.0",
"gatsby-plugin-styled-components": "^5.21.0",
"gatsby-source-graphql": "^4.21.0",
"prop-types": "^15.6.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-google-recaptcha": "^1.0.5",
"react-helmet": "^6.1.0",
"smooth-scroll": "^16.1.3",
"styled-components": "^5.3.5",
"typeface-ibm-plex-sans": "^1.1.13"
},
"keywords": [
"gatsby",
"developer"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"start": "gatsby develop -o",
"format": "prettier --write \"src/**/*.js\"",
"reset": "rm -rf .cache/ public/",
"test": "echo \"Write tests! -> https://gatsby.app/unit-testing\""
},
"devDependencies": {
"babel-eslint": "^10.0.1",
"eslint": "^5.10.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^3.3.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.11.1",
"eslint-plugin-react-hooks": "^1.3.0",
"prettier": "^1.15.3"
},
"repository": {
"type": "git",
"url": "git@github.com:boomerang-io/boomerang.useboomerang.io.git"
},
"bugs": {
"url": "https://github.com/boomerang-io/boomerang.useboomerang.io/issues"
}
}