-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.46 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
{
"name": "gatsby-bootcamp-blog",
"private": true,
"description": "A minimal blogging site built with Gatsby using Contentful and hosted on Netlify.",
"version": "1.2.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": {
"@contentful/rich-text-react-renderer": "^13.4.0",
"@ta-interaktiv/browsercheck": "^1.2.8",
"@ta-interaktiv/semantic-ui": "^3.2.0",
"@turf/turf": "^5.1.6",
"firebase": "^7.12.0",
"gatsby": "^2.19.17",
"gatsby-cli": "^2.11.0",
"gatsby-plugin-firebase": "^0.2.0-beta.4",
"gatsby-plugin-google-analytics": "^2.2.0",
"gatsby-plugin-react-helmet": "^3.1.22",
"gatsby-plugin-sass": "^2.2.0",
"gatsby-source-firebase": "^1.0.0",
"mapbox-gl": "^1.8.1",
"node-sass": "^4.13.1",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-ga": "^2.7.0",
"react-helmet": "^5.2.1",
"scroll-to-element": "^2.0.3",
"semantic-ui-css": "^2.4.1",
"turf": "^3.0.14"
},
"devDependencies": {
"prettier": "^1.19.1"
},
"repository": {
"type": "git",
"url": "https://github.com/SafdarJamal/gatsby-bootcamp-blog"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}