/
Copy pathpackage.json
57 lines (57 loc) · 1.86 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": &qu
6673
ot;michele-zucca-art-website",
"private": true,
"description": "my personal art page built with Gatsby",
"version": "0.1.0",
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby clean && env-cmd -f .env gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "rm -rf .cache && cross-env NODE_ENV=development yarn run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"dependencies": {
"@contentful/rich-text-react-renderer": "^13.4.0",
"@fortawesome/fontawesome-svg-core": "^1.2.28",
"@fortawesome/free-solid-svg-icons": "^5.13.0",
"@fortawesome/react-fontawesome": "^0.1.9",
"gatsby": "^2.21.24",
"gatsby-image": "^2.5.0",
"gatsby-plugin-google-fonts": "^1.0.1",
"gatsby-plugin-manifest": "^2.4.3",
"gatsby-plugin-react-helmet": "^3.3.1",
"gatsby-plugin-robots-txt": "^1.5.0",
"gatsby-plugin-sass": "^2.3.1",
"gatsby-plugin-sharp": "^2.6.2",
"gatsby-plugin-sitemap": "^2.4.2",
"gatsby-remark-images": "^3.3.2",
"gatsby-remark-relative-images": "^0.3.0",
"gatsby-source-contentful": "3.1.3",
"gatsby-source-filesystem": "^2.3.1",
"gatsby-transformer-pdf": "^1.3.2",
"gatsby-transformer-remark": "^2.8.7",
"react": "^16.13.1",
"react-calendly": "0.0.13",
"react-dom": "^16.13.1",
"react-helmet": "^6.0.0",
"react-icons": "^3.11.0",
"react-responsive": "^9.0.0-beta.10",
"react-share": "^4.1.0",
"sass": "^1.48.0",
"sass-loader": "^10"
},
"devDependencies": {
"env-cmd": "^10.1.0",
"prettier": "1.19.1"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-hello-world"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}