-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.47 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
{
"name": "@mxttwoods/blog",
"private": true,
"description": "A blog powered by Gatsby and Markdown",
"version": "2.0.1",
"author": "Matthew Woods <mxttwoods@gmail.com>",
"homepage": "https://github.com/mxttwoods/blog#readme",
"keywords": [
"gatsby"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/mxttwoods/blog.git"
},
"scripts": {
"build": "gatsby build",
"dev": "gatsby develop",
"start": "gatsby serve",
"clean": "gatsby clean",
"format": "prettier --write ."
},
"dependencies": {
"@vercel/gatsby-plugin-vercel-builder": "2.0.63",
"gatsby": "5.14.1",
"gatsby-plugin-feed": "5.14.0",
"gatsby-plugin-google-analytics": "5.14.0",
"gatsby-plugin-image": "3.14.0",
"gatsby-plugin-manifest": "5.14.0",
"gatsby-plugin-offline": "6.14.0",
"gatsby-plugin-sharp": "5.14.0",
"gatsby-remark-copy-linked-files": "6.14.0",
"gatsby-remark-images": "7.14.0",
"gatsby-remark-prismjs": "7.14.0",
"gatsby-remark-responsive-iframe": "6.14.0",
"gatsby-remark-smartypants": "6.14.0",
"gatsby-source-filesystem": "5.14.0",
"gatsby-transformer-remark": "6.14.0",
"gatsby-transformer-sharp": "5.14.0",
"prismjs": "1.29.0",
"prop-types": "15.8.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-helmet": "6.1.0",
"typeface-merriweather": "1.1.13",
"typeface-montserrat": "1.1.13"
},
"devDependencies": {
"prettier": "^3.0.0"
}
}