-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
32 lines (32 loc) · 863 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
{
"name": "gatsby-starter-minimal",
"version": "1.0.0",
"private": true,
"description": "A Gatsby starter with no plugins and a single welcome page.",
"author": "Laurie Barth",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"license": "0BSD",
"dependencies": {
"@contentful/rich-text-react-renderer": "^14.1.1",
"@contentful/rich-text-types": "^14.1.2",
"@react-icons/all-files": "^4.1.0",
"dotenv": "^8.2.0",
"gatsby": "^3.2.1",
"gatsby-plugin-manifest": "^3.2.0",
"gatsby-plugin-react-helmet": "^4.2.0",
"gatsby-source-contentful": "^5.2.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-icons": "^4.2.0"
}
}