-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 1.07 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
{
"name": "apwine",
"version": "1.0.0",
"private": true,
"description": "apwine",
"author": "Flair Digital",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"gatsby": "^4.3.0",
"gatsby-image": "^3.11.0",
"gatsby-plugin-fathom": "^2.1.1",
"gatsby-plugin-google-analytics": "^4.3.0",
"gatsby-plugin-image": "^2.3.0",
"gatsby-plugin-manifest": "^4.8.0",
"gatsby-plugin-react-helmet": "^5.3.0",
"gatsby-plugin-react-svg": "^3.1.0",
"gatsby-plugin-sass": "^5.3.0",
"gatsby-plugin-sharp": "^4.8.0",
"gatsby-plugin-sitemap": "^5.3.0",
"gatsby-source-filesystem": "^4.3.0",
"gatsby-transformer-sharp": "^4.8.0",
"gsap": "^3.9.1",
"lottie-web": "^5.8.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-lottie": "^1.2.3",
"react-mailchimp-subscribe": "^2.1.3",
"sass": "^1.44.0",
"sharp": "^0.30.1"
}
}