-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 867 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
{
"name": "portfolio2022",
"version": "1.0.0",
"private": true,
"description": "portfolio2022",
"author": "anapimolodec",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"@emailjs/browser": "^3.6.2",
"@n8tb1t/use-scroll-position": "^2.0.3",
"gatsby": "^4.17.2",
"gatsby-plugin-google-fonts": "^1.0.1",
"gatsby-plugin-image": "^2.18.0",
"gatsby-plugin-manifest": "^4.18.1",
"gatsby-plugin-react-svg": "^3.1.0",
"gatsby-plugin-sharp": "^4.18.0",
"gatsby-source-filesystem": "^4.18.0",
"gatsby-transformer-sharp": "^4.18.0",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-slick": "^0.29.0",
"slick-carousel": "^1.8.1"
}
}