-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
50 lines (50 loc) · 1.44 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
{
"name": "gatsby-starter-i18n",
"description": "Gatsby i18n starter",
"version": "1.0.0",
"author": "Ismail Ghallou <[email protected]>",
"dependencies": {
"gatsby": "^2.27.0",
"gatsby-plugin-canonical-urls": "^2.5.0",
"gatsby-plugin-catch-links": "^2.5.0",
"gatsby-plugin-google-analytics": "^2.6.0",
"gatsby-plugin-google-fonts": "^1.0.1",
"gatsby-plugin-manifest": "^2.7.0",
"gatsby-plugin-netlify": "^2.6.0",
"gatsby-plugin-nprogress": "^2.5.0",
"gatsby-plugin-offline": "^3.5.0",
"gatsby-plugin-react-helmet": "^3.5.0",
"gatsby-plugin-styled-components": "^3.5.0",
"gatsby-source-filesystem": "^2.6.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-intl": "^5.10.4",
"styled-components": "^5.2.1"
},
"keywords": [
"gatsby",
"i18n",
"starter"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"start": "gatsby develop",
"format": "prettier --write '**/*.js'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"babel-eslint": "^10.0.1",
"babel-plugin-styled-components": "^1.12.0",
"eslint": "^5.6.1",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.11.1"
},
"repository": {
"type": "git",
"url": "https://github.com/smakosh/gatsby-starter-i18n"
}
}