2019-10-02 22:07:01 +02:00

18 lines
443 B
JSON

{
"private": true,
"scripts": {
"build": "gatsby build && cp _redirects public/",
"build:pp": "gatsby build --prefix-paths && cp _redirects public/",
"dev": "gatsby develop",
"serve": "gatsby serve"
},
"dependencies": {
"@bundle-analyzer/gatsby-plugin": "^0.5.0",
"gatsby": "^2.15.28",
"react": "^16.10.1",
"react-dom": "^16.10.1",
"smooth-code-landers": "^1.3.2",
"smooth-doc": "^2.14.2"
}
}