37 lines
1002 B
JSON
37 lines
1002 B
JSON
{
|
|
"name": "gatsby-starter-hello-world",
|
|
"private": true,
|
|
"description": "A simplified bare-bones starter for Gatsby",
|
|
"version": "0.1.0",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"build": "gatsby build",
|
|
"develop": "gatsby develop",
|
|
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
|
|
"start": "npm run develop",
|
|
"serve": "gatsby serve",
|
|
"clean": "gatsby clean",
|
|
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
|
|
},
|
|
"dependencies": {
|
|
"@mdx-js/mdx": "^1.5.1",
|
|
"@mdx-js/react": "^1.5.1",
|
|
"gatsby": "^2.18.8",
|
|
"gatsby-plugin-mdx": "^1.0.62",
|
|
"gatsby-source-filesystem": "^2.1.42",
|
|
"gatsby-transformer-remark": "^2.6.42",
|
|
"react": "^16.12.0",
|
|
"react-dom": "^16.12.0"
|
|
},
|
|
"devDependencies": {
|
|
"prettier": "^1.19.1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/gatsbyjs/gatsby-starter-hello-world"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/gatsbyjs/gatsby/issues"
|
|
}
|
|
}
|