-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
84 lines (84 loc) · 2.63 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": "planet-cassandra",
"version": "1.0.0",
"private": true,
"description": "planet-cassandra",
"author": "StefanVinica",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby clean && gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@mdx-js/react": "^2.2.1",
"@mui/icons-material": "^5.11.0",
"@mui/material": "^5.11.4",
"@react-icons/all-files": "^4.1.0",
"algoliasearch": "^4.17.0",
"antd": "^5.1.6",
"axios": "^1.4.0",
"dotenv": "^16.0.3",
"gatsby": "^5.4.1",
"gatsby-image": "^3.11.0",
"gatsby-plugin-algolia": "^1.0.3",
"gatsby-plugin-env-variables": "^2.3.0",
"gatsby-plugin-google-analytics": "^5.7.0",
"gatsby-plugin-google-gtag": "^5.8.0",
"gatsby-plugin-image": "^3.4.0",
"gatsby-plugin-mailchimp": "^5.2.2",
"gatsby-plugin-manifest": "^5.4.0",
"gatsby-plugin-mdx": "^5.4.0",
"gatsby-plugin-react-helmet": "^6.10.0",
"gatsby-plugin-remote-images": "^3.6.6",
"gatsby-plugin-robots-txt": "^1.8.0",
"gatsby-plugin-sharp": "^5.4.0",
"gatsby-plugin-sitemap": "^6.10.0",
"gatsby-source-airtable": "^2.3.0",
"gatsby-source-apiserver": "^2.1.8",
"gatsby-source-filesystem": "^5.4.0",
"gatsby-source-rss-feed": "^1.2.2",
"gatsby-source-wordpress": "^7.4.0",
"gatsby-source-youtube-v3": "^3.0.2",
"gatsby-transformer-sharp": "^5.4.0",
"html-to-text": "^9.0.5",
"material-ui-popup-state": "^5.0.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-hook-form": "^7.45.1",
"react-icons": "^4.7.1",
"react-infinite-scroll-component": "^6.1.0",
"react-instantsearch-dom": "^6.39.0",
"react-instantsearch-hooks": "^6.42.0",
"react-instantsearch-hooks-web": "^6.43.0",
"react-markdown": "8.0.7",
"react-material-ui-carousel": "^3.4.2",
"react-share": "^4.4.1",
"react-youtube": "^10.1.0",
"showdown": "^2.1.0",
"speakingurl": "^14.0.1"
},
"devDependencies": {
"@babel/preset-typescript": "^7.21.0",
"@types/html-to-text": "^9.0.1",
"@types/node": "^18.11.18",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.10",
"@types/react-instantsearch-dom": "^6.12.3",
"@types/speakingurl": "^13.0.3",
"autoprefixer": "^10.4.13",
"gatsby-plugin-postcss": "^6.5.0",
"gatsby-plugin-typescript": "^5.7.0",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.4",
"typescript": "^4.9.5"
}
}