-
Notifications
You must be signed in to change notification settings - Fork 130
/
package.json
112 lines (112 loc) · 3.31 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
{
"name": "geeksblabla.com",
"private": true,
"description": "Geeksblabla website",
"version": "0.1.0",
"author": "Geeksblabla Team <[email protected]>",
"scripts": {
"build": "gatsby build",
"preload-fonts": "gatsby-preload-fonts",
"develop": "gatsby develop",
"format": "prettier --write src/**/*.{js,jsx}",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "jest",
"contributors:add": "all-contributors add",
"contributors:generate": "all-contributors generate",
"upload-to-anchor": "node ./podcast/index.js",
"generate-youtube-description": "node ./youtube/index.js"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
},
"dependencies": {
"@apollo/client": "^3.0.0-beta.50",
"@apollo/link-context": "^2.0.0-beta.3",
"@auth0/auth0-spa-js": "^1.6.0",
"@jlengstorf/get-share-image": "^0.5.0",
"@mdx-js/mdx": "^1.5.3",
"@mdx-js/react": "^1.5.3",
"@mdx-js/tag": "^0.20.3",
"algoliasearch": "^4.9.2",
"auth0-js": "^9.12.1",
"emotion": "^10.0.27",
"gatsby": "^2.18.17",
"gatsby-image": "^2.2.37",
"gatsby-mdx": "^1.0.0",
"gatsby-plugin-algolia": "^0.20.1",
"gatsby-plugin-feed": "^2.5.7",
"gatsby-plugin-manifest": "^2.2.34",
"gatsby-plugin-mdx": "^1.0.64",
"gatsby-plugin-offline": "^3.0.30",
"gatsby-plugin-preload-fonts": "^1.0.27",
"gatsby-plugin-react-helmet": "^3.1.18",
"gatsby-plugin-react-svg": "^2.1.2",
"gatsby-plugin-sass": "^2.1.26",
"gatsby-plugin-sharp": "^2.3.10",
"gatsby-plugin-sitemap": "^2.4.3",
"gatsby-remark-images": "^3.1.39",
"gatsby-source-filesystem": "^2.1.43",
"gatsby-transformer-sharp": "^2.3.9",
"gatsby-transformer-yaml": "^2.2.20",
"googleapis": "^92.0.0",
"graphql": "^14.5.8",
"graphql-tag": "^2.10.1",
"isomorphic-fetch": "^2.2.1",
"markdown-to-txt": "^2.0.0",
"moment": "^2.24.0",
"moment-timezone": "^0.5.27",
"node-sass": "^4.13.0",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-add-to-calendar": "^0.1.5",
"react-add-to-calendar-hoc": "^1.0.9",
"react-alice-carousel": "^1.17.3",
"react-dom": "^16.12.0",
"react-helmet": "^5.2.0",
"react-instantsearch-dom": "^6.11.1",
"react-modal": "^3.11.1",
"react-player": "^2.9.0",
"react-share": "^3.0.1",
"reactjs-popup": "^1.5.0",
"typeface-lato": "^0.0.75",
"typeface-open-sans": "^0.0.75",
"typeface-roboto": "^0.0.75",
"urql": "^1.7.0"
},
"devDependencies": {
"all-contributors-cli": "^6.11.2",
"babel-jest": "^27.4.5",
"babel-preset-gatsby": "^2.4.0",
"eslint-plugin-graphql": "^3.1.1",
"front-matter": "^3.1.0",
"gatsby-plugin-google-analytics": "^2.1.31",
"gatsby-plugin-sentry": "^1.0.1",
"husky": "^4.2.3",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.4.5",
"marked": "^4.0.8",
"prettier": "^2.0.4",
"pretty-quick": "^2.0.1",
"puppeteer": "^10.0.0",
"react-test-renderer": "^17.0.2",
"rss-parser": "^3.7.6",
"showdown": "^1.9.1"
},
"keywords": [
"gatsby"
],
"resolutions": {
"sharp": "0.31.1"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/DevC-Casa/geeksblabla.com/"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}