Files
link-free/package.json
renovate[bot] 64ea51a22c fix(deps): update react monorepo to v17.0.2 (#166)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2021-03-23 12:25:53 -03:00

20 lines
534 B
JSON

{
"name": "@marscollective/gatsby-starter-link-free",
"version": "0.2.4",
"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",
"deploy": "yarn build && netlify deploy -p"
},
"dependencies": {
"@marscollective/gatsby-theme-link-free": "0.2.8",
"gatsby": "3.1.1",
"html-webpack-plugin": "5.3.1",
"react": "17.0.2",
"react-dom": "17.0.2"
}
}