-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 914 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "gatsby-demo",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "gatsby build",
"develop": "cross-env GATSBY_GRAPHQL_IDE=playground gatsby develop",
"format": "prettier --write src/**/*.{js,jsx}",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\""
},
"dependencies": {
"gatsby": "^2.19.12",
"react": "^16.12.0",
"react-dom": "^16.12.0"
},
"devDependencies": {
"cross-env": "^7.0.0",
"prettier": "^1.19.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/samarpanda/gatsby-intro.git"
},
"homepage": "https://github.com/samarpanda/gatsby-intro#readme",
"bugs": {
"url": "https://github.com/samarpanda/gatsby-intro/issues"
},
"keywords": [],
"author": "[email protected]",
"license": "ISC"
}