-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
48 lines (48 loc) · 1.51 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
{
"name": "using-i18n",
"private": true,
"description": "Gatsby example site using MDX and dependency-free i18n",
"author": "LekoArts <[email protected]>",
"version": "0.1.0",
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"start": "npm run develop",
"prettier": "prettier --write **/*.{md,css,scss,yaml,yml,ts}",
"lint": "eslint src/**/*.{js,jsx}"
},
"dependencies": {
"gatsby": "^2.3.3",
"gatsby-image": "^2.2.24",
"gatsby-plugin-manifest": "^2.2.20",
"gatsby-plugin-netlify-cms": "^4.1.25",
"gatsby-plugin-offline": "^3.0.11",
"gatsby-plugin-prefetch-google-fonts": "^1.4.3",
"gatsby-plugin-react-helmet": "^3.1.10",
"gatsby-plugin-sharp": "^2.2.28",
"gatsby-plugin-sitemap": "^2.2.16",
"gatsby-plugin-styled-components": "^3.1.8",
"gatsby-remark-images": "^3.1.25",
"gatsby-remark-lazy-load": "^1.0.2",
"gatsby-remark-prismjs": "^3.3.17",
"gatsby-remark-relative-images": "^0.2.3",
"gatsby-source-filesystem": "^2.0.28",
"gatsby-transformer-json": "^2.1.11",
"gatsby-transformer-remark": "^2.6.27",
"gatsby-transformer-sharp": "^2.2.20",
"lazysizes": "^5.1.2",
"netlify-cms-app": "^2.9.7",
"prismjs": "^1.17.1",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-helmet": "^5.2.1",
"styled-components": "^4.4.0",
"styled-icons": "^8.4.2",
"styled-media-query": "^2.1.2"
},
"devDependencies": {
"babel-eslint": "^10.0.3",
"prettier": "^1.18.2"
}
}