-
Notifications
You must be signed in to change notification settings - Fork 69
/
package.json
65 lines (65 loc) · 1.9 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
{
"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",
"canvas": "^2.11.0",
"gatsby": "^4.17.0",
"gatsby-image": "^3.11.0",
"gatsby-plugin-anchor-links": "^1.2.1",
"gatsby-plugin-emotion": "7.17.0",
"gatsby-plugin-gatsby-cloud": "4.17.0",
"gatsby-plugin-google-analytics": "4.17.0",
"gatsby-plugin-image": "2.17.0",
"gatsby-plugin-mailchimp": "5.2.2",
"gatsby-plugin-manifest": "4.17.0",
"gatsby-plugin-mdx": "3.17.0",
"gatsby-plugin-plausible": "0.0.7",
"gatsby-plugin-react-helmet": "5.17.0",
"gatsby-plugin-sass": "5.17.0",
"gatsby-plugin-sharp": "4.17.0",
"gatsby-plugin-sitemap": "5.17.0",
"gatsby-remark-autolink-headers": "5.17.0",
"gatsby-remark-image-attributes": "1.1.0",
"gatsby-remark-images": "6.17.0",
"gatsby-remark-lottie": "1.0.3",
"gatsby-source-filesystem": "4.17.0",
"gatsby-source-lever": "^4.17.0",
"gatsby-transformer-remark": "5.17.0",
"gatsby-transformer-sharp": "4.17.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"
},
"devDependencies": {
"@parcel/namer-default": "^2.5.0"
}
}