-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 2.03 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 2.03 KB
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
{
"name": "qbatch-official-site",
"version": "1.0.0",
"private": true,
"description": "qbatch-official-site",
"author": "ali-haider-qbatch",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"@emailjs/browser": "^4.3.3",
"axios": "^1.6.2",
"babel-plugin-styled-components": "^2.1.4",
"bootstrap": "^5.3.0",
"dotenv": "^16.4.5",
"gatsby": "^5.13.7",
"gatsby-plugin-brotli": "^2.1.0",
"gatsby-plugin-feed": "^5.13.1",
"gatsby-plugin-image": "^3.12.3",
"gatsby-plugin-manifest": "^5.12.3",
"gatsby-plugin-offline": "^6.13.2",
"gatsby-plugin-react-svg": "^3.3.0",
"gatsby-plugin-robots-txt": "^1.8.0",
"gatsby-plugin-sharp": "^5.13.1",
"gatsby-plugin-sitemap": "^6.13.1",
"gatsby-plugin-styled-components": "^6.13.1",
"gatsby-plugin-zopfli": "^2.0.0",
"gatsby-source-filesystem": "^5.13.1",
"gatsby-source-strapi": "^3.3.1",
"gatsby-transformer-remark": "^6.13.1",
"gatsby-transformer-sharp": "^5.13.1",
"google-libphonenumber": "^3.2.34",
"moment": "^2.29.4",
"react": "^18.2.0",
"react-bootstrap": "^2.8.0",
"react-calendly": "^4.3.0",
"react-countup": "^6.4.2",
"react-dom": "^18.2.0",
"react-fast-marquee": "^1.6.5",
"react-google-recaptcha": "^3.1.0",
"react-helmet": "^6.1.0",
"react-icons": "^4.10.1",
"react-modern-drawer": "^1.2.0",
"react-multi-carousel": "^2.8.4",
"react-phone-input-2": "^2.15.1",
"react-responsive-masonry": "^2.3.0",
"react-simple-typewriter": "^5.0.1",
"react-slick": "^0.29.0",
"react-toastify": "^9.1.3",
"react-visibility-sensor": "^5.1.1",
"slick-carousel": "^1.8.1",
"styled-components": "^6.0.6"
},
"devDependencies": {
"@eslint/js": "^9.14.0",
"eslint": "^8.57.1",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-react": "^7.37.2",
"globals": "^15.12.0"
}
}