-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
57 lines (57 loc) · 1.51 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"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": "env-cmd -f .env.development gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1",
"deploy": "gatsby build && gh-pages -d public -b master"
},
"dependencies": {
"gatsby": "^4.5.2",
"gatsby-plugin-google-analytics": "^4.5.0",
"gatsby-plugin-react-helmet": "^5.5.0",
"gatsby-plugin-sass": "^5.5.0",
"gatsby-plugin-sharp": "^4.5.1",
"gatsby-remark-images": "^6.5.0",
"gatsby-remark-prismjs": "^6.5.0",
"gatsby-remark-relative-images": "^2.0.2",
"gatsby-source-filesystem": "^4.5.0",
"gatsby-transformer-remark": "^5.5.0",
"gh-pages": "^3.2.3",
"node-sass": "^7.0.1",
"prismjs": "^1.26.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"sharp": "^0.29.3"
},
"devDependencies": {
"env-cmd": "^10.1.0",
"prettier": "^2.5.1"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-hello-world"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"cpu": [
"x64",
"ia32",
"arm64"
],
"os": [
"linux",
"darwin",
"win32"
],
"packageManager": "[email protected]"
}