-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.85 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
{
"name": "auto-welt",
"version": "1.0.0",
"private": true,
"description": "auto-welt",
"author": "Albert Strzyzewski",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"pretty": "prettier --write \"./**/*.{js,jsx,json}\""
},
"dependencies": {
"@googlemaps/react-wrapper": "^1.1.35",
"@ingameltd/node-przelewy24": "^2.1.0",
"@woocommerce/woocommerce-rest-api": "^1.0.1",
"axios": "^1.4.0",
"babel-plugin-styled-components": "^2.1.1",
"deepmerge": "^4.3.1",
"formik": "^2.2.9",
"framer-motion": "^10.12.10",
"gatsby": "^5.9.1",
"gatsby-plugin-advanced-sitemap": "^2.1.0",
"gatsby-plugin-facebook-pixel": "^1.0.8",
"gatsby-plugin-google-tagmanager": "^5.9.0",
"gatsby-plugin-image": "^3.9.0",
"gatsby-plugin-manifest": "^5.9.0",
"gatsby-plugin-react-helmet": "^6.9.0",
"gatsby-plugin-react-svg": "^3.3.0",
"gatsby-plugin-robots-txt": "^1.8.0",
"gatsby-plugin-sharp": "^5.9.0",
"gatsby-plugin-sitemap": "^6.9.0",
"gatsby-plugin-styled-components": "^6.9.0",
"gatsby-source-filesystem": "^5.9.0",
"gatsby-source-wordpress": "^7.9.0",
"gatsby-transformer-sharp": "^5.9.0",
"html-react-parser": "^3.0.16",
"react": "^18.2.0",
"react-calendar": "^4.2.1",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-hook-form": "^7.43.9",
"react-inpost-geowidget": "^1.1.1",
"react-lightgallery": "^0.9.0",
"react-select": "^5.7.3",
"react-slick": "^0.29.0",
"react-toastify": "^9.1.2",
"react-use-cart": "^1.13.0",
"slick-carousel": "^1.8.1",
"stream": "^0.0.2",
"styled-components": "^6.0.0-rc.1",
"yup": "^1.1.1"
},
"devDependencies": {
"yarn-upgrade-all": "^0.7.2"
}
}