-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.27 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.27 KB
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
{
"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": {
"bootstrap": "^4.5.0",
"crypto-js": "^4.0.0",
"detect-port": "^1.3.0",
"gatsby": "^2.22.6",
"gatsby-image": "^2.4.3",
"gatsby-plugin-react-helmet": "^3.3.3",
"gatsby-plugin-sharp": "^2.6.3",
"gatsby-source-filesystem": "^2.3.3",
"gatsby-transformer-sharp": "^2.5.2",
"react": "^16.12.0",
"react-bootstrap": "^1.0.1",
"react-dom": "^16.12.0",
"react-google-invisible-recaptcha": "^0.2.11",
"react-helmet": "^6.0.0",
"styled-components": "^5.1.0",
"yarn": "^1.22.4"
},
"devDependencies": {
"@nuxt/image": "^0.7.1",
"prettier": "2.0.5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gatsbyjs/gatsby-starter-hello-world.git"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}