-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 903 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": "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": "^15.2.0",
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"dotenv": "^10.0.0",
"gatsby": "^3.11.1",
"gatsby-image": "^3.11.0",
"gatsby-plugin-image": "^1.12.0",
"gatsby-plugin-sharp": "^3.12.0",
"gatsby-source-contentful": "^5.12.0",
"gatsby-transformer-remark": "^4.9.0",
"gatsby-transformer-sharp": "^3.12.0",
"react": "^17.0.1",
"react-dom": "^17.0.1"
}
}