2020-07-11 10:29:50 +02:00

18 lines
407 B
JSON

{
"private": true,
"scripts": {
"build": "gatsby build && cp _redirects public/",
"dev": "gatsby develop",
"serve": "gatsby serve"
},
"dependencies": {
"@bundle-analyzer/gatsby-plugin": "^0.5.1",
"@xstyled/styled-components": "^1.17.1",
"gatsby": "^2.24.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-helmet": "^6.1.0",
"smooth-doc": "^4.0.3"
}
}