-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 936 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
{
"name": "Manakin-prod",
"description": "Manakin production website",
"license": "MIT",
"main": "public/index.html",
"engines": {
"node": "16.x"
},
"scripts": {
"dev": "gatsby develop",
"build": "gatsby build",
"start": "gatsby serve"
},
"dependencies": {
"gatsby": "~3.13.0",
"gatsby-cli": "~3.13.0",
"gatsby-link": "~3.13.0",
"gatsby-plugin-manifest": "~3.13.0",
"gatsby-plugin-netlify": "~3.13.0",
"gatsby-plugin-react-helmet": "~4.13.0",
"gatsby-plugin-robots-txt": "~1.6.10",
"gatsby-plugin-sass": "~4.13.0",
"gatsby-plugin-sharp": "~3.13.0",
"gatsby-plugin-sitemap": "~4.9.0",
"gatsby-source-contentful": "~5.13.0",
"gatsby-transformer-remark": "~4.10.0",
"react": "~17.0.2",
"react-dom": "~17.0.2",
"react-ga": "~3.3.0",
"react-helmet": "~6.1.0",
"typeface-courier-prime": "~1.1.13",
"typeface-fira-mono": "~1.1.13"
}
}