-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 918 Bytes
/
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
{
"name": "my-gatsby-site",
"version": "1.0.0",
"private": true,
"description": "my-gatsby-site",
"author": "aksingh",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"@emailjs/browser": "^3.6.2",
"email-validator": "^2.0.4",
"gatsby": "^4.17.1",
"gatsby-plugin-image": "^2.17.0",
"gatsby-plugin-manifest": "^4.17.0",
"gatsby-plugin-react-helmet": "^5.17.0",
"gatsby-plugin-sharp": "^4.17.0",
"gatsby-source-filesystem": "^4.17.0",
"gatsby-transformer-json": "^4.17.0",
"gatsby-transformer-sharp": "^4.17.0",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-helmet": "^6.1.0",
"react-hook-form": "^7.33.1",
"react-icons": "^4.12.0",
"react-toastify": "^9.0.5"
}
}