-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 2.19 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
63
64
65
66
67
68
{
"name": "gatsby-minimal-boilerplate",
"private": true,
"description": "gatsby minimal boilerplate for quick start",
"version": "1.0.0",
"keywords": [
"gatsby"
],
"license": "MIT",
"author": "Emil Buszyło",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write src/**/*.{js,jsx}",
"start": "npm run develop",
"serve": "gatsby serve"
},
"dependencies": {
"@gatsby-contrib/gatsby-plugin-elasticlunr-search": "^2.3.0",
"@mdx-js/mdx": "^1.5.3",
"@mdx-js/react": "^1.5.3",
"babel-plugin-styled-components": "^1.10.6",
"elasticlunr": "^0.9.5",
"gatsby": "^2.18.18",
"gatsby-image": "^2.2.37",
"gatsby-paginate": "^1.1.1",
"gatsby-plugin-facebook-pixel": "^1.0.3",
"gatsby-plugin-feed-mdx": "^1.0.0",
"gatsby-plugin-google-fonts": "^1.0.1",
"gatsby-plugin-google-fonts-v2": "^0.0.6",
"gatsby-plugin-google-tagmanager": "^2.1.20",
"gatsby-plugin-manifest": "^2.2.34",
"gatsby-plugin-mdx": "^1.0.64",
"gatsby-plugin-netlify-cms": "^4.1.33",
"gatsby-plugin-offline": "3.0.30",
"gatsby-plugin-react-helmet": "^3.1.18",
"gatsby-plugin-sharp": "^2.3.10",
"gatsby-plugin-styled-components": "^3.1.16",
"gatsby-remark-copy-linked-files": "^2.1.33",
"gatsby-remark-images": "^3.1.39",
"gatsby-remark-responsive-iframe": "^2.2.30",
"gatsby-remark-smartypants": "^2.1.19",
"gatsby-remark-vscode": "^1.4.0",
"gatsby-source-filesystem": "^2.1.43",
"gatsby-transformer-sharp": "^2.3.9",
"history": "^4.10.1",
"netlify-cms-app": "^2.10.1",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-helmet": "^5.2.1",
"react-icons": "^3.9.0",
"react-markdown": "^4.3.1",
"styled-components": "^4.4.1",
"styled-reset-advanced": "^1.0.3",
"typescript": "^3.7.4"
},
"devDependencies": {
"@types/react": "^16.9.17",
"@types/react-dom": "^16.9.4",
"@types/react-helmet": "^5.0.15",
"@types/styled-components": "^4.4.1",
"@typescript-eslint/eslint-plugin": "^2.14.0",
"eslint": "^6.8.0",
"gatsby-plugin-graphql-codegen": "^2.0.1",
"gatsby-plugin-typescript": "^2.1.23",
"prettier": "^1.19.1"
}
}