-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.6 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
{
"name": "wetherby-healing",
"private": true,
"description": "Website for Wetherby Healing",
"version": "0.1.0",
"dependencies": {
"@blaze/css": "^9.2.0",
"@fortawesome/fontawesome-free": "^5.13.1",
"gatsby": "^2.23.10",
"gatsby-image": "^2.4.8",
"gatsby-plugin-manifest": "^2.4.13",
"gatsby-plugin-netlify": "^2.3.7",
"gatsby-plugin-netlify-cms": "^4.3.7",
"gatsby-plugin-offline": "^3.2.12",
"gatsby-plugin-react-helmet": "^3.3.5",
"gatsby-plugin-sass": "^2.3.6",
"gatsby-plugin-sharp": "^2.6.13",
"gatsby-remark-classes": "^1.0.0",
"gatsby-remark-copy-linked-files": "^2.3.6",
"gatsby-remark-images": "^3.3.12",
"gatsby-remark-prismjs": "^3.5.5",
"gatsby-remark-relative-images": "^0.3.0",
"gatsby-remark-responsive-iframe": "^2.4.6",
"gatsby-remark-smartypants": "^2.3.5",
"gatsby-source-filesystem": "^2.3.13",
"gatsby-transformer-remark": "^2.8.18",
"gatsby-transformer-sharp": "^2.5.6",
"netlify-cms-app": "^2.12.15",
"node-sass": "^4.14.1",
"prismjs": "^1.20.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-helmet": "^5.2.1",
"react-slick": "^0.26.1",
"typeface-karla": "0.0.72",
"typeface-lora": "0.0.72",
"typeface-playfair-display": "1.1.4"
},
"devDependencies": {
"moment": "^2.29.1",
"prettier": "2.0.5"
},
"main": "n/a",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean"
}
}