mirror of
https://github.com/fullstack-cash/explorer.fullstack.cash.git
synced 2026-09-21 16:52:05 -07:00
chore: standardize gitignore (#29)
This commit is contained in:
+12
-2
@@ -1,16 +1,26 @@
|
||||
{
|
||||
"name": "gatsby-starter-hello-world",
|
||||
"description": "Gatsby hello world starter",
|
||||
"private": true,
|
||||
"description": "A simplified bare-bones starter for Gatsby",
|
||||
"version": "0.1.0",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"develop": "gatsby develop",
|
||||
"start": "npm run develop",
|
||||
"build": "gatsby build",
|
||||
"serve": "gatsby serve"
|
||||
"serve": "gatsby serve",
|
||||
"test": "echo \"Write tests! -> https://gatsby.app/unit-testing\""
|
||||
},
|
||||
"dependencies": {
|
||||
"gatsby": "^2.0.33",
|
||||
"react": "^16.5.1",
|
||||
"react-dom": "^16.5.1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/gatsbyjs/gatsby-starter-hello-world"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/gatsbyjs/gatsby/issues"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user