-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.01 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
{
"name": "gatsby-starter-hello-world",
"description": "Gatsby hello world starter",
"license": "MIT",
"scripts": {
"develop": "gatsby develop",
"devhost": "gatsby develop --host 192.168.0.112",
"build": "gatsby build",
"serve": "gatsby serve"
},
"dependencies": {
"@sentry/browser": "^5.7.0",
"autoprefixer": "^7.1.6",
"bootstrap": "^4.3.1",
"gatsby": "^1.9.73",
"gatsby-link": "^1.6.22",
"gatsby-plugin-dark-mode": "^1.1.0",
"gatsby-plugin-google-analytics": "^1.0.13",
"gatsby-plugin-netlify": "^1.0.6",
"gatsby-plugin-nprogress": "^1.0.7",
"gatsby-plugin-postcss-sass": "^1.0.12",
"gatsby-plugin-react-helmet": "^1.0.8",
"react": "^16.10.2",
"react-dom": "^16.10.2",
"react-icons": "^2.2.7",
"react-obfuscate": "^1.1.1",
"react-redux": "^5.0.6",
"reactstrap": "^8.0.1",
"redux": "^3.7.2",
"typeface-exo": "^0.0.43",
"typeface-roboto": "^0.0.43"
},
"devDependencies": {
"redux-devtools-extension": "^2.13.2"
}
}