-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
56 lines (56 loc) · 1.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
{
"name": "carrykey",
"version": "1.0.0",
"private": true,
"description": "carrykey",
"author": "Nikita Kulikov",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"@formspree/react": "^2.5.1",
"@paypal/react-paypal-js": "^8.1.1",
"@reduxjs/toolkit": "^1.9.5",
"contentful": "^10.3.6",
"contentful-management": "^10.39.1",
"eslint": "8.45.0",
"eslint-config-next": "13.4.10",
"gatsby": "^5.11.0",
"gatsby-plugin-alias-imports": "^1.0.5",
"gatsby-plugin-google-analytics": "^5.13.1",
"gatsby-plugin-google-tagmanager": "^5.13.1",
"gatsby-plugin-image": "^3.11.0",
"gatsby-plugin-manifest": "^5.11.0",
"gatsby-plugin-preconnect": "^1.4.0",
"gatsby-plugin-robots-txt": "^1.8.0",
"gatsby-plugin-sharp": "^5.11.0",
"gatsby-plugin-sitemap": "^6.13.1",
"gatsby-plugin-styled-components": "^6.11.0",
"gatsby-source-contentful": "^8.13.1",
"gatsby-source-filesystem": "^5.11.0",
"gatsby-transformer-sharp": "^5.11.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.45.4",
"react-image-lightbox": "^5.1.4",
"react-mailchimp-subscribe": "^2.1.3",
"react-multi-carousel": "^2.8.5",
"react-redux": "^8.1.1",
"react-select": "^5.7.4",
"react-slick": "^0.29.0",
"redux-actions": "^3.0.0",
"resend": "^3.2.0",
"sharp": "^0.32.4",
"styled-components": "^6.0.5"
},
"devDependencies": {
"babel-plugin-styled-components": "^2.1.4"
}
}