-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 835 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 835 Bytes
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
{
"name": "dysfunction_v2",
"description": "A Gatsby based website for the Dysfunction Room podcast",
"version": "1.0.0",
"author": "Sam Anderson <sam@adnomain.co.uk>",
"dependencies": {
"gatsby": "^1.9.63",
"gatsby-link": "^1.6.21",
"gatsby-plugin-react-helmet": "^1.0.5",
"typography-theme-alton": "^0.15.10"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"deploy": "surge public",
"format": "prettier --trailing-comma es5 --no-semi --single-quote --write 'src/**/*.js'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"gatsby-plugin-sass": "^1.0.12",
"gatsby-plugin-typography": "^1.7.10",
"prettier": "^1.7.4",
"surge": "^0.19.0"
}
}