-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.57 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
{
"name": "gatsby-starter-hello-world",
"private": true,
"description": "A simplified bare-bones starter for Gatsby",
"version": "0.1.0",
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write src/**/*.{js,jsx}",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\""
},
"dependencies": {
"gatsby": "^2.12.1",
"gatsby-image": "^2.2.37",
"gatsby-plugin-google-gtag": "^1.1.7",
"gatsby-plugin-html-minifier": "^2.0.0",
"gatsby-plugin-i18next": "^1.1.7",
"gatsby-plugin-minify-classnames": "^0.1.2",
"gatsby-plugin-offline": "^3.0.29",
"gatsby-plugin-react-helmet": "^3.0.9",
"gatsby-plugin-sass": "^2.0.10",
"gatsby-plugin-sharp": "^2.3.9",
"gatsby-source-filesystem": "^2.0.23",
"gatsby-transformer-sharp": "^2.3.9",
"html-minifier": "^4.0.0",
"i18next": "^15.0.6",
"i18next-browser-languagedetector": "^3.0.1",
"i18next-xhr-backend": "^2.0.1",
"node-sass": "^4.11.0",
"react": "^16.8.3",
"react-dom": "^16.8.3",
"react-helmet": "^5.2.0",
"react-i18next": "9.0.0",
"react-images": "^0.5.19",
"react-transition-group": "^2.4.0",
"react-visibility-sensor": "^5.0.2"
},
"devDependencies": {
"babel-plugin-react-require": "^3.1.1",
"prettier": "^1.16.4"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-hello-world"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}