mirror of
https://github.com/gregberge/loadable-components.git
synced 2026-01-18 15:12:26 +00:00
17 lines
391 B
JSON
17 lines
391 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": {
|
|
"gatsby": "^2.3.25",
|
|
"react": "^16.8.6",
|
|
"react-dom": "^16.8.6",
|
|
"smooth-code-landers": "^1.3.2",
|
|
"smooth-doc": "^2.1.1"
|
|
}
|
|
}
|