mirror of
https://github.com/gregberge/loadable-components.git
synced 2026-01-18 15:12:26 +00:00
14 lines
260 B
JSON
14 lines
260 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "gatsby build",
|
|
"build:pp": "gatsby build --prefix-paths",
|
|
"dev": "gatsby develop",
|
|
"serve": "gatsby serve"
|
|
},
|
|
"dependencies": {
|
|
"gatsby": "^2.0.63",
|
|
"smooth-doc": "^0.0.1-alpha.5"
|
|
}
|
|
}
|