-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.16 KB
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 1.16 KB
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
{
"name": "ohookins.github.io",
"description": "Personal website for Oliver Hookins",
"version": "3.0.0",
"author": "Oliver Hookins <ohookins@users.noreply.github.com>",
"homepage": "https://ohookins.github.io",
"engines": {
"node": ">=22"
},
"dependencies": {
"date-fns": "^2.28.0",
"disqus-react": "^1.1.2",
"gatsby": "^5.16.1",
"gatsby-plugin-feed": "^5.16.0",
"gatsby-plugin-image": "^3.16.0",
"gatsby-plugin-react-helmet": "^6.2.0",
"gatsby-plugin-sharp": "^5.16.0",
"gatsby-source-contentful": "^8.17.0",
"gatsby-source-filesystem": "^5.16.0",
"gatsby-transformer-remark": "^6.16.0",
"lodash": "^4.17.21",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-helmet": "^6.1.0"
},
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"serve": "gatsby serve",
"format": "prettier --trailing-comma es5 --no-semi --single-quote --write \"src/**/*.js\"",
"test": "echo \"Error: no test specified\" && exit 1",
"deploy": "gatsby build && gh-pages -d public"
},
"devDependencies": {
"gatsby-cli": "^5.16.0",
"gh-pages": "^6.3.0",
"prettier": "^2.6.0"
}
}