forked from celestiaorg/celestia.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.79 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
{
"name": "celestia",
"version": "1.0.0",
"private": true,
"description": "Celestia",
"author": "Gabor Sera",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"@lottiefiles/lottie-player": "^1.4.1",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@patternfly/react-core": "^4.168.8",
"@popperjs/core": "^2.9.3",
"axios": "^0.23.0",
"bootstrap": "^5.1.0",
"gatsby": "^3.13.0",
"gatsby-image": "^3.11.0",
"gatsby-plugin-anchor-links": "^1.2.1",
"gatsby-plugin-emotion": "^6.14.0",
"gatsby-plugin-gatsby-cloud": "^2.11.0",
"gatsby-plugin-google-analytics": "^3.13.0",
"gatsby-plugin-image": "^1.14.1",
"gatsby-plugin-mailchimp": "^5.2.2",
"gatsby-plugin-manifest": "^3.13.0",
"gatsby-plugin-mdx": "^2.13.0",
"gatsby-plugin-plausible": "0.0.7",
"gatsby-plugin-react-helmet": "^4.14.0",
"gatsby-plugin-sass": "^4.13.0",
"gatsby-plugin-sharp": "^3.14.1",
"gatsby-plugin-sitemap": "^4.9.0",
"gatsby-remark-autolink-headers": "^4.11.0",
"gatsby-remark-image-attributes": "^1.1.0",
"gatsby-remark-images": "^5.11.0",
"gatsby-remark-lottie": "^1.0.3",
"gatsby-source-filesystem": "^3.14.0",
"gatsby-transformer-remark": "^4.10.0",
"gatsby-transformer-sharp": "^3.14.0",
"jquery": "^3.6.0",
"lottie-web": "^5.7.13",
"qs": "^6.10.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-in-viewport": "^1.0.0-alpha.19",
"react-lottie-player": "^1.4.0",
"react-modal": "^3.14.3",
"react-multi-carousel": "^2.6.5",
"react-sticky-el": "^2.0.9",
"sass": "^1.39.0"
}
}