-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 997 Bytes
/
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
{
"name": "paperairoplane.net",
"description": "My personal website",
"version": "3.0.0",
"author": "Oliver Hookins <[email protected]>",
"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"
},
"devDependencies": {
"gatsby-cli": "^4.10.1",
"prettier": "^2.6.0"
}
}