2020-12-11 18:47:46 -03:00
|
|
|
{
|
|
|
|
|
"name": "@marscollective/gatsby-starter-link-free",
|
2020-12-11 21:08:53 -03:00
|
|
|
"version": "0.0.2",
|
2020-12-11 18:47:46 -03:00
|
|
|
"private": true,
|
|
|
|
|
"scripts": {
|
|
|
|
|
"build": "GATSBY_EXPERIMENTAL_PAGE_BUILD_ON_DATA_CHANGES=true gatsby build --log-pages",
|
|
|
|
|
"dev": "gatsby develop",
|
|
|
|
|
"serve": "gatsby serve",
|
|
|
|
|
"clean": "gatsby clean"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2020-12-11 21:08:53 -03:00
|
|
|
"@marscollective/gatsby-theme-link-free": "^0.0.5",
|
2020-12-11 18:47:46 -03:00
|
|
|
"gatsby": "^2.28.2",
|
2020-12-11 21:08:35 -03:00
|
|
|
"react": "^16.14.0",
|
|
|
|
|
"react-dom": "^16.14.0"
|
2020-12-11 18:47:46 -03:00
|
|
|
}
|
|
|
|
|
}
|