mirror of
https://github.com/gregberge/loadable-components.git
synced 2025-12-08 19:46:26 +00:00
18 lines
407 B
JSON
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"
|
|
}
|
|
}
|