-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
84 lines (84 loc) · 2.3 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "my-blog",
"description": "Tech Blog from Alexander Wolf",
"private": true,
"version": "0.2.0",
"author": "AWolf81 <[email protected]>",
"bugs": {
"url": "https://github.com/AWolf81/my-blog/issues"
},
"dependencies": {
"@johnlindquist/gatsby-remark-embed-codesandbox": "0.0.3",
"@mdx-js/react": "1.6.22",
"@percy/agent": "0.28.6",
"@weknow/gatsby-remark-twitter": "0.2.3",
"algoliasearch": "4.9.1",
"babel-plugin-styled-components": "1.12.0",
"disqus-react": "1.0.11",
"dotenv": "9.0.0",
"gatsby": "^3.5.0",
"gatsby-cli": "3.4.1",
"gatsby-image": "3.4.0",
"gatsby-link": "3.4.0",
"gatsby-plugin-algolia": "0.19.0",
"gatsby-plugin-favicon": "3.1.6",
"gatsby-plugin-feed": "3.4.0",
"gatsby-plugin-google-analytics": "3.4.0",
"gatsby-plugin-image": "1.4.1",
"gatsby-plugin-percy": "0.1.4",
"gatsby-plugin-react-helmet": "4.4.0",
"gatsby-plugin-sass": "4.5.0",
"gatsby-plugin-sharp": "3.4.2",
"gatsby-plugin-styled-components": "4.4.0",
"gatsby-remark-prismjs": "5.1.0",
"gatsby-remark-reading-time": "1.1.0",
"gatsby-source-contentful": "5.5.0",
"gatsby-source-filesystem": "3.4.0",
"gatsby-transformer-remark": "4.1.0",
"gatsby-transformer-sharp": "3.4.0",
"prism-themes": "1.7.0",
"prismjs": "1.23.0",
"prop-types": "15.7.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-helmet": "6.1.0",
"react-icons-kit": "1.3.1",
"react-instantsearch-dom": "6.11.0",
"react-share": "4.4.0",
"react-tabs": "3.2.2",
"react-theme-toggle-button": "1.1.0",
"sass": "1.32.13",
"styled-components": "5.3.0",
"styled-icons": "10.33.0"
},
"homepage": "https://blog.alexanderwolf.tech",
"keywords": [
"gatsby",
"contentful",
"starter"
],
"license": "MIT",
"main": "n/a",
"repository": {
"type": "git",
"url": "git+https://github.com/AWolf81/my-blog.git"
},
"scripts": {
"start": "nps"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"devDependencies": {
"babel-preset-gatsby": "1.4.0",
"cross-env": "7.0.3",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-prettier": "3.4.0",
"husky": "6.0.0",
"nps": "5.10.0",
"prettier": "2.2.1",
"pretty-quick": "3.1.0"
}
}