2019-01-23 15:48:00 +01:00

15 lines
289 B
JSON

{
"private": true,
"scripts": {
"build": "gatsby build",
"build:pp": "gatsby build --prefix-paths",
"dev": "gatsby develop",
"serve": "gatsby serve"
},
"dependencies": {
"gatsby": "^2.0.91",
"smooth-code-landers": "^1.2.2",
"smooth-doc": "^1.0.0"
}
}