-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.48 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
{
"name": "gatsby-agency-demo",
"description": "A Project to demonstrate some component with gatsbyJS",
"version": "1.0.0",
"author": "Romain Barraud <romainbarraud1@gmail.com>",
"dependencies": {
"@mapbox/geo-viewport": "^0.4.1",
"@mapbox/mapbox-gl-geocoder": "^4.7.0",
"bulma": "^0.9.0",
"gatsby": "^2.24.2",
"gatsby-image": "^2.4.13",
"gatsby-plugin-google-analytics": "^2.3.11",
"gatsby-plugin-manifest": "^2.4.18",
"gatsby-plugin-offline": "^3.2.17",
"gatsby-plugin-react-helmet": "^3.3.10",
"gatsby-plugin-sass": "^2.3.12",
"gatsby-plugin-sharp": "^2.6.19",
"gatsby-plugin-sitemap": "^2.4.11",
"gatsby-source-filesystem": "^2.3.19",
"gatsby-transformer-json": "^2.3.1",
"gatsby-transformer-sharp": "^2.5.11",
"mapbox-gl": "^1.12.0",
"node-sass": "^4.14.1",
"ramda": "^0.27.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-helmet": "^6.1.0",
"react-icons": "^3.10.0",
"react-responsive-carousel": "^3.2.11"
},
"keywords": [
"gatsby",
"bulma",
"starter",
"kit",
"template"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"start": "npm run develop",
"format": "prettier --write \"src/**/*.js\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"prettier": "^1.14.2"
},
"repository": {
"type": "git",
"url": "https://github.com/Tokenizers/gatsby-agency-demo"
}
}