-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
57 lines (57 loc) · 1.66 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
{
"name": "bmb-homepage",
"private": true,
"version": "0.1.0",
"dependencies": {
"@swordlib/react-responsive": "^1.0.1",
"add": "^2.0.6",
"classnames": "^2.3.1",
"gatsby": "^3.5.0",
"gatsby-cli": "^3.5.0",
"gatsby-image": "^3.5.0",
"gatsby-omni-font-loader": "^1.3.1",
"gatsby-plugin-google-gtag": "^3.6.0",
"gatsby-plugin-manifest": "^3.5.0",
"gatsby-plugin-offline": "^4.5.0",
"gatsby-plugin-react-helmet": "^4.5.0",
"gatsby-plugin-sass": "^4.5.0",
"gatsby-plugin-sharp": "^3.5.0",
"gatsby-remark-autolink-headers": "^4.3.0",
"gatsby-remark-prismjs": "^5.3.0",
"gatsby-source-filesystem": "^3.5.0",
"gatsby-transformer-sharp": "^3.5.0",
"github-markdown-css": "^4.0.0",
"node-sass": "^6.0.0",
"normalize.css": "^8.0.1",
"prismjs": "^1.23.0",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"sass-mq": "^5.0.1",
"yarn": "^1.22.10"
},
"devDependencies": {
"gatsby-plugin-no-sourcemaps": "^3.6.0",
"gatsby-remark-code-buttons": "^2.0.7",
"gatsby-remark-images": "^5.3.0",
"gatsby-transformer-remark": "^4.3.0",
"prettier": "^2.3.0",
"sass": "^1.32.12"
},
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop -H 0.0.0.0",
"format": "prettier --write src/**/*.{js,jsx}",
"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"
}
}