mirror of
https://github.com/dsoaress/link-free.git
synced 2026-08-16 22:46:04 +01:00
29 lines
772 B
JSON
29 lines
772 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",
|
|
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md,mdx,yaml,yml}\""
|
|
},
|
|
"dependencies": {
|
|
"@marscollective/gatsby-theme-link-free": "^0.2.7",
|
|
"gatsby": "2.32.11",
|
|
"react": "17.0.2",
|
|
"react-dom": "17.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"prettier": "2.2.1"
|
|
},
|
|
"prettier": {
|
|
"trailingComma": "none",
|
|
"tabWidth": 2,
|
|
"semi": false,
|
|
"singleQuote": true,
|
|
"arrowParens": "avoid"
|
|
}
|
|
} |