mirror of
https://github.com/gregberge/loadable-components.git
synced 2026-01-18 15:12:26 +00:00
18 lines
443 B
JSON
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"
|
|
}
|
|
}
|