-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1.08 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
{
"name": "gatsby-firebase-starter",
"description": "Starter for Authentication and creating Dynamic pages from collections with Firebase and Gatsby.js",
"scripts": {
"develop": "gatsby develop",
"start": "npm run develop",
"build": "gatsby build",
"serve": "gatsby serve"
},
"dependencies": {
"@babel/core": "^7.7.2",
"classnames": "^2.2.6",
"core-js": "^2.6.10",
"firebase": "^6.6.2",
"gatsby": "^2.17.10",
"gatsby-image": "^2.2.30",
"gatsby-plugin-create-client-paths": "^2.1.15",
"gatsby-plugin-manifest": "^2.2.26",
"gatsby-plugin-offline": "^2.2.10",
"gatsby-plugin-react-helmet": "^3.1.13",
"gatsby-plugin-robots-txt": "^1.5.0",
"gatsby-plugin-sass": "^2.1.20",
"gatsby-plugin-sharp": "^2.2.36",
"gatsby-plugin-sitemap": "^2.2.19",
"gatsby-source-filesystem": "^2.1.35",
"gatsby-transformer-sharp": "^2.3.2",
"invariant": "^2.2.4",
"node-sass": "^4.13.0",
"react": "^16.11.0",
"react-dom": "^16.11.0",
"react-helmet": "^5.2.1",
"react-icons": "^3.8.0",
"recompose": "^0.30.0"
}
}