-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathpackage.json
71 lines (71 loc) · 2.17 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
{
"name": "gatsby-starter-default",
"private": true,
"description": "APIs You Won't Hate site",
"version": "0.1.0",
"author": "Mike Bifulco <[email protected]>",
"dependencies": {
"@shopify/buy-button-js": "^0.11.1",
"bootstrap": "^4.3.1",
"gatsby": "^2.4.2",
"gatsby-image": "^2.0.41",
"gatsby-mdx": "^0.6.3",
"gatsby-plugin-google-analytics": "^2.0.19",
"gatsby-plugin-manifest": "^2.1.1",
"gatsby-plugin-mdx": "^1.0.1",
"gatsby-plugin-netlify": "^2.0.16",
"gatsby-plugin-offline": "^2.1.0",
"gatsby-plugin-react-helmet": "^3.0.12",
"gatsby-plugin-sharp": "^2.0.36",
"gatsby-plugin-sitemap": "^2.1.0",
"gatsby-plugin-web-font-loader": "^1.0.4",
"gatsby-remark-embed-video": "^1.7.1",
"gatsby-remark-images": "^3.0.11",
"gatsby-remark-prismjs": "^3.2.9",
"gatsby-source-filesystem": "^2.0.33",
"gatsby-source-shopify": "^2.0.28",
"gatsby-transformer-remark": "^2.3.12",
"gatsby-transformer-sharp": "^2.1.19",
"moment": "^2.24.0",
"pluralize": "^7.0.0",
"prismjs": "^1.16.0",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-bootstrap": "^1.0.0-beta.8",
"react-dom": "^16.8.6",
"react-helmet": "^5.2.1",
"react-loadable": "^5.5.0",
"shopify-buy": "^2.2.3",
"slugify": "^1.3.4"
},
"devDependencies": {
"@mdx-js/loader": "^1.0.18",
"@mdx-js/mdx": "^1.0.18",
"eslint-config-react-app": "^4.0.0",
"eslint-plugin-react-hooks": "^1.6.0",
"loader-utils": "^1.2.3",
"prettier": "^1.17.0"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write src/**/*.{js,jsx}",
"lint": "eslint src",
"prettier-check": "prettier \"src/./**/*.{js,json,css,md}\" --check",
"prettier-fix": "prettier \"src/./**/*.{js,json,css,md}\" --write",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\""
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}