-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
47 lines (47 loc) · 1.34 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
{
"name": "swiftinsg.org",
"version": "1.0.0",
"private": true,
"description": "swiftinsg.org",
"author": "Portatolova",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"deploy": "gatsby build --prefix-paths && gh-pages -d public"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-brands-svg-icons": "^5.15.3",
"@fortawesome/free-regular-svg-icons": "^5.15.3",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/react-fontawesome": "^0.1.14",
"@types/mapbox-gl": "^2.7.10",
"gatsby": "^3.9.1",
"gatsby-plugin-image": "^1.10.1",
"gatsby-plugin-sass": "^4.9.0",
"gatsby-plugin-sharp": "^3.10.2",
"gatsby-plugin-sitemap": "^4.5.0",
"gatsby-source-filesystem": "^3.10.0",
"gatsby-transformer-sharp": "^3.10.0",
"jsonwebtoken": "^8.5.1",
"mapbox-gl": "^1.13.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-map-gl": "^7.0.19",
"react-map-gl-geocoder": "^2.2.0",
"react-mapbox-gl": "^5.1.1",
"react-slick": "^0.28.1",
"sass": "^1.35.2",
"slick-carousel": "^1.8.1"
},
"devDependencies": {
"@types/react-slick": "^0.23.5",
"gh-pages": "^3.2.3"
}
}