-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.85 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
{
"name": "gatsby-starter-i18n",
"description": "Gatsby i18n starter",
"version": "1.0.0",
"author": "Ismail Ghallou <ismai23l@hotmail.com>",
"dependencies": {
"babel-plugin-styled-components": "^1.8.0",
"formik": "^1.3.1",
"gatsby": "^2.0.41",
"gatsby-image": "^2.0.20",
"gatsby-plugin-canonical-urls": "^2.0.6",
"gatsby-plugin-catch-links": "^2.0.3",
"gatsby-plugin-google-analytics": "^2.0.6",
"gatsby-plugin-google-fonts": "^0.0.4",
"gatsby-plugin-manifest": "^2.0.4",
"gatsby-plugin-netlify": "^2.0.1",
"gatsby-plugin-nprogress": "^2.0.5",
"gatsby-plugin-offline": "^2.0.13",
"gatsby-plugin-react-helmet": "^3.0.1",
"gatsby-plugin-sharp": "^2.0.12",
"gatsby-plugin-styled-components": "^3.0.0",
"gatsby-plugin-typography": "^2.2.1",
"gatsby-plugin-web-font-loader": "^1.0.4",
"gatsby-source-filesystem": "^2.0.8",
"gatsby-transformer-sharp": "^2.1.8",
"react": "^16.6.1",
"react-countdown-now": "^1.3.0",
"react-dom": "^16.6.1",
"react-helmet": "^5.2.0",
"react-intl": "^2.7.0",
"react-typography": "^0.16.13",
"rebass": "^3.0.0-9",
"recompose": "^0.30.0",
"styled-components": "^4.0.0-beta.8-unpure",
"typography": "^0.16.17",
"yup": "^0.26.6"
},
"keywords": [
"gatsby",
"i18n",
"starter"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write '**/*.js'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"babel-eslint": "^10.0.1",
"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"
}
}