-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.05 KB
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 1.05 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
{
"name": "paperairoplane.net",
"description": "My personal website",
"version": "3.0.0",
"author": "Oliver Hookins <ohookins@gmail.com>",
"homepage": "https://paperairoplane.net",
"dependencies": {
"date-fns": "^2.28.0",
"disqus-react": "^1.1.2",
"gatsby": "^4.10.1",
"gatsby-plugin-feed": "^4.10.1",
"gatsby-plugin-image": "^2.10.0",
"gatsby-plugin-react-helmet": "^5.10.0",
"gatsby-plugin-sharp": "^4.10.1",
"gatsby-source-contentful": "^7.8.1",
"gatsby-transformer-remark": "^5.10.1",
"lodash": "^4.17.21",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"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": "^4.10.1",
"gh-pages": "^6.3.0",
"prettier": "^2.6.0"
}
}