-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.21 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
{
"name": "gatsby-starter-hello-world",
"private": true,
"description": "A simplified bare-bones starter for Gatsby",
"version": "0.1.0",
"license": "0BSD",
"scripts": {
"build": "gatsby build",
"dev": "gatsby clean && gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"start": "gatsby develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"dependencies": {
"@reach/router": "^1.3.4",
"axios": "^0.27.2",
"body-parser": "^1.20.0",
"bootstrap": "^5.1.3",
"cors": "^2.8.5",
"express": "^4.18.1",
"gatsby": "^4.15.0",
"logger": "^0.0.1",
"mongodb": "^4.6.0",
"morgan": "^1.10.0",
"nodemon": "^2.0.16",
"react": "^17.0.1",
"react-bootstrap": "^2.4.0",
"react-cookie-consent": "^7.4.1",
"react-dom": "^17.0.2",
"react-hooks-global-state": "^2.0.0-rc.0",
"react-player": "^2.10.1"
},
"devDependencies": {
"prettier": "^2.6.2"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-hello-world"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}