mirror of
https://github.com/gregberge/loadable-components.git
synced 2026-01-18 15:12: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.15.0",
|
|
"gatsby": "^2.18.7",
|
|
"react": "^16.12.0",
|
|
"react-dom": "^16.12.0",
|
|
"react-helmet": "^5.2.1",
|
|
"smooth-doc": "^3.3.0"
|
|
}
|
|
}
|