mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-02-19 05:48:58 +00:00
41 lines
1.1 KiB
JSON
41 lines
1.1 KiB
JSON
{
|
|
"name": "gatsby-starter-default",
|
|
"private": true,
|
|
"description": "A simple starter to get up and developing quickly with Gatsby",
|
|
"version": "0.1.0",
|
|
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
|
|
"dependencies": {
|
|
"gatsby": "^5.14.6",
|
|
"gatsby-plugin-image": "^3.14.0",
|
|
"gatsby-plugin-manifest": "^5.14.0",
|
|
"gatsby-plugin-sharp": "^5.14.0",
|
|
"gatsby-source-filesystem": "^5.14.0",
|
|
"gatsby-transformer-sharp": "^5.14.0",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"prettier": "^2.8.8"
|
|
},
|
|
"keywords": [
|
|
"gatsby"
|
|
],
|
|
"license": "0BSD",
|
|
"scripts": {
|
|
"build": "gatsby build",
|
|
"develop": "gatsby develop",
|
|
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md,css}\"",
|
|
"dev": "gatsby develop",
|
|
"start": "npx serve@latest public",
|
|
"clean": "gatsby clean",
|
|
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/gatsbyjs/gatsby/issues"
|
|
}
|
|
}
|