mirror of
https://github.com/dsoaress/link-free.git
synced 2026-08-17 06:56:04 +01:00
18 lines
456 B
JSON
18 lines
456 B
JSON
{
|
|
"name": "@marscollective/gatsby-starter-link-free",
|
|
"version": "0.0.1",
|
|
"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": {
|
|
"@marscollective/gatsby-theme-link-free": "^0.0.4",
|
|
"gatsby": "^2.28.2",
|
|
"react": "^16.14.0",
|
|
"react-dom": "^16.14.0"
|
|
}
|
|
}
|