-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
78 lines (78 loc) · 2.84 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "therapy-business-gatsby",
"description": "Therapy Business",
"version": "1.0.0",
"author": "Kyle Mathews <[email protected]>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby-starter-blog/issues"
},
"dependencies": {
"@reach/dialog": "^0.7.2",
"@reach/visually-hidden": "^0.7.2",
"@styled-system/theme-get": "^5.1.2",
"babel-plugin-styled-components": "^1.10.6",
"gatsby": "^2.18.21",
"gatsby-image": "^2.2.38",
"gatsby-plugin-google-analytics": "^2.1.32",
"gatsby-plugin-manifest": "^2.2.37",
"gatsby-plugin-offline": "^3.0.31",
"gatsby-plugin-polyfill-io": "^1.1.0",
"gatsby-plugin-react-helmet": "^3.1.21",
"gatsby-plugin-sass": "^2.1.27",
"gatsby-plugin-sharp": "^2.3.13",
"gatsby-plugin-sitemap": "^2.2.25",
"gatsby-plugin-styled-components": "^3.1.17",
"gatsby-plugin-web-font-loader": "^1.0.4",
"gatsby-remark-copy-linked-files": "^2.1.36",
"gatsby-remark-images": "^3.1.42",
"gatsby-remark-responsive-iframe": "^2.2.31",
"gatsby-remark-smartypants": "^2.1.20",
"gatsby-source-contentful": "^2.1.76",
"gatsby-source-filesystem": "^2.1.46",
"gatsby-transformer-remark": "^2.6.48",
"gatsby-transformer-sharp": "^2.3.12",
"lodash": "^4.17.15",
"node-sass": "^4.9.0",
"polished": "^3.4.2",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-accessible-accordion": "^2.4.5",
"react-dom": "^16.12.0",
"react-google-recaptcha": "^1.1.0",
"react-helmet": "^5.2.1",
"react-icons": "^3.8.0",
"react-intersection-observer": "^8.25.2",
"react-toggled": "^1.2.7",
"rebass": "^4.0.7",
"styled-components": "^4.4.1",
"styled-system": "^5.1.4"
},
"devDependencies": {
"dotenv": "^8.2.0",
"eslint": "^6.8.0",
"eslint-config-kentcdodds": "^14.7.0",
"eslint-plugin-react": "^7.17.0",
"gh-pages": "^2.2.0",
"prettier": "^1.19.1"
},
"homepage": "https://github.com/gatsbyjs/gatsby-starter-blog#readme",
"keywords": [
"gatsby"
],
"main": "n/a",
"repository": {
"position": "git",
"url": "git+https://github.com/gatsbyjs/gatsby-starter-blog.git"
},
"scripts": {
"dev": "gatsby develop",
"lint": "./node_modules/.bin/eslint --ext .js,.jsx --ignore-pattern public .",
"test": "echo \"Error: no test specified\" && exit 1",
"format": "prettier --trailing-comma es5 --no-semi --single-quote --write 'src/**/*.js' 'src/**/*.md'",
"develop": "gatsby develop",
"build": "echo SITE_RECAPTCHA_KEY=$SITE_RECAPTCHA_KEY >> .env.production && gatsby build",
"deploy": "gatsby build --prefix-paths && gh-pages -d public",
"fix-semi": "eslint --quiet --ignore-pattern node_modules --ignore-pattern public --parser babel-eslint --no-eslintrc --rule '{\"semi\": [2, \"never\"], \"no-extra-semi\": [2]}' --fix gatsby-node.js",
"start": "gatsby serve"
}
}